VirtualNodeSpecListenerPortMapping

data class VirtualNodeSpecListenerPortMapping(val port: Int, val protocol: String)

Constructors

Link copied to clipboard
constructor(port: Int, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

Port used for the port mapping.

Link copied to clipboard

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