Get Target Server Result
data class GetTargetServerResult(val description: String, val host: String, val isEnabled: Boolean, val name: String, val port: Int, val protocol: String, val sSLInfo: GoogleCloudApigeeV1TlsInfoResponse)
Properties
Link copied to clipboard
Optional. A human-readable description of 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.