Virtual Gateway Spec Listener Args
data class VirtualGatewaySpecListenerArgs(val connectionPool: Output<VirtualGatewaySpecListenerConnectionPoolArgs>? = null, val healthCheck: Output<VirtualGatewaySpecListenerHealthCheckArgs>? = null, val portMapping: Output<VirtualGatewaySpecListenerPortMappingArgs>, val tls: Output<VirtualGatewaySpecListenerTlsArgs>? = null) : ConvertibleToJava<VirtualGatewaySpecListenerArgs>
Constructors
Link copied to clipboard
constructor(connectionPool: Output<VirtualGatewaySpecListenerConnectionPoolArgs>? = null, healthCheck: Output<VirtualGatewaySpecListenerHealthCheckArgs>? = null, portMapping: Output<VirtualGatewaySpecListenerPortMappingArgs>, tls: Output<VirtualGatewaySpecListenerTlsArgs>? = null)