View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig (google_api_apigee v0.46.0)

Attributes

  • enabled (type: boolean(), default: nil) - Whether the target server is enabled. An empty/omitted value for this field should be interpreted as true.
  • host (type: String.t, default: nil) - Host name of the target server.
  • name (type: String.t, default: nil) - Target server revision name in the following format: organizations/{org}/environments/{env}/targetservers/{targetserver}/revisions/{rev}
  • port (type: integer(), default: nil) - Port number for the target server.
  • protocol (type: String.t, default: nil) - The protocol used by this target server.
  • tlsInfo (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig.t, default: nil) - TLS settings for the target server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig{
  enabled: boolean() | nil,
  host: String.t() | nil,
  name: String.t() | nil,
  port: integer() | nil,
  protocol: String.t() | nil,
  tlsInfo: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.