ListenerProxyProtocolConfig

data class ListenerProxyProtocolConfig(val proxyProtocolConfigPrivateLinkEpIdEnabled: Boolean? = null, val proxyProtocolConfigPrivateLinkEpsIdEnabled: Boolean? = null, val proxyProtocolConfigVpcIdEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(proxyProtocolConfigPrivateLinkEpIdEnabled: Boolean? = null, proxyProtocolConfigPrivateLinkEpsIdEnabled: Boolean? = null, proxyProtocolConfigVpcIdEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Whether to enable carrying PrivateLinkEpId to backend servers through Proxy Protocol.

Whether to enable carrying PrivateLinkEpsId to backend servers through the Proxy Protocol.

Link copied to clipboard

Whether to enable carrying VpcId to backend servers through Proxy Protocol.