google_api_apigee v0.7.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig View Source

Attributes

  • host (type: String.t, default: nil) - Target host name.
  • name (type: String.t, default: nil) - The target server revision name. Must be of the form 'organizations/{org}/environments/{env}/targetservers/{ts_id}/revisions/{rev}'.
  • port (type: integer(), default: nil) - Target port.
  • tlsInfo (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig.t, default: nil) - TLS settings for the target.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig{
  host: String.t(),
  name: String.t(),
  port: integer(),
  tlsInfo: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.