VirtualGatewaySpecListenerPortMappingArgs

data class VirtualGatewaySpecListenerPortMappingArgs(val port: Output<Int>, val protocol: Output<String>) : ConvertibleToJava<VirtualGatewaySpecListenerPortMappingArgs>

Constructors

constructor(port: Output<Int>, protocol: Output<String>)

Properties

Link copied to clipboard
val port: Output<Int>

Port used for the port mapping.

Link copied to clipboard
val protocol: Output<String>

Protocol used for the port mapping. Valid values are http, http2, tcp and grpc.

Functions

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