Get Virtual Gateway Spec Listener
data class GetVirtualGatewaySpecListener(val connectionPools: List<GetVirtualGatewaySpecListenerConnectionPool>, val healthChecks: List<GetVirtualGatewaySpecListenerHealthCheck>, val portMappings: List<GetVirtualGatewaySpecListenerPortMapping>, val tls: List<GetVirtualGatewaySpecListenerTl>)
Constructors
Link copied to clipboard
constructor(connectionPools: List<GetVirtualGatewaySpecListenerConnectionPool>, healthChecks: List<GetVirtualGatewaySpecListenerHealthCheck>, portMappings: List<GetVirtualGatewaySpecListenerPortMapping>, tls: List<GetVirtualGatewaySpecListenerTl>)