CertificateMapGclbTarget

data class CertificateMapGclbTarget(val ipConfigs: List<CertificateMapGclbTargetIpConfig>? = null, val targetHttpsProxy: String? = null, val targetSslProxy: String? = null)

Constructors

Link copied to clipboard
constructor(ipConfigs: List<CertificateMapGclbTargetIpConfig>? = null, targetHttpsProxy: String? = null, targetSslProxy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An IP configuration where this Certificate Map is serving Structure is documented below.

Link copied to clipboard

Proxy name must be in the format projects//locations//targetHttpsProxies/*. This field is part of a union field target_proxy: Only one of targetHttpsProxy or targetSslProxy may be set.

Link copied to clipboard
val targetSslProxy: String? = null

Proxy name must be in the format projects//locations//targetSslProxies/. This field is part of a union field target_proxy: Only one of targetHttpsProxy or targetSslProxy may be set. /////*/