ListenerProxyProtocolConfigArgs

data class ListenerProxyProtocolConfigArgs(val proxyProtocolConfigPrivateLinkEpIdEnabled: Output<Boolean>? = null, val proxyProtocolConfigPrivateLinkEpsIdEnabled: Output<Boolean>? = null, val proxyProtocolConfigVpcIdEnabled: Output<Boolean>? = null) : ConvertibleToJava<ListenerProxyProtocolConfigArgs>

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): ListenerProxyProtocolConfigArgs