Virtual Gateway Spec Listener
data class VirtualGatewaySpecListener(val connectionPool: VirtualGatewaySpecListenerConnectionPool? = null, val healthCheck: VirtualGatewaySpecListenerHealthCheck? = null, val portMapping: VirtualGatewaySpecListenerPortMapping, val tls: VirtualGatewaySpecListenerTls? = null)
Constructors
Link copied to clipboard
constructor(connectionPool: VirtualGatewaySpecListenerConnectionPool? = null, healthCheck: VirtualGatewaySpecListenerHealthCheck? = null, portMapping: VirtualGatewaySpecListenerPortMapping, tls: VirtualGatewaySpecListenerTls? = null)