GetTargetServerResult

data class GetTargetServerResult(val description: String, val host: String, val isEnabled: Boolean, val name: String, val port: Int, val protocol: String, val sSLInfo: GoogleCloudApigeeV1TlsInfoResponse)

Constructors

Link copied to clipboard
fun GetTargetServerResult(description: String, host: String, isEnabled: Boolean, name: String, port: Int, protocol: String, sSLInfo: GoogleCloudApigeeV1TlsInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. A human-readable description of this TargetServer.

Link copied to clipboard

The host name this target connects to. Value must be a valid hostname as described by RFC-1123.

Link copied to clipboard

Optional. Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically. Defaults to true.

Link copied to clipboard

The resource id of this target server. Values must match the regular expression

Link copied to clipboard
val port: Int

The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.

Link copied to clipboard

Immutable. The protocol used by this TargetServer.

Link copied to clipboard

Optional. Specifies TLS configuration info for this TargetServer. The JSON name is sSLInfo for legacy/backwards compatibility reasons -- Edge originally supported SSL, and the name is still used for TLS configuration.