VirtualGatewaySpecListenerArgs

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)

Properties

Link copied to clipboard

Connection pool information for the listener.

Link copied to clipboard

Health check information for the listener.

Link copied to clipboard

Port mapping information for the listener.

Link copied to clipboard

Transport Layer Security (TLS) properties for the listener

Functions

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