GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TargetServerConfig (google_api_apigee v0.25.2) View Source
Attributes
-
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. -
tlsInfo
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoConfig.t
, default:nil
) - TLS settings for the target server.
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
Unwrap a decoded JSON object into its complex fields.