GatewayLoadBalancerTunnelInterfaceResponse

data class GatewayLoadBalancerTunnelInterfaceResponse(val identifier: Int? = null, val port: Int? = null, val protocol: String? = null, val type: String? = null)

Gateway load balancer tunnel interface of a load balancer backend address pool.

Constructors

constructor(identifier: Int? = null, port: Int? = null, protocol: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identifier: Int? = null

Identifier of gateway load balancer tunnel interface.

Link copied to clipboard
val port: Int? = null

Port of gateway load balancer tunnel interface.

Link copied to clipboard
val protocol: String? = null

Protocol of gateway load balancer tunnel interface.

Link copied to clipboard
val type: String? = null

Traffic type of gateway load balancer tunnel interface.