BackendAddressPoolTunnelInterface

data class BackendAddressPoolTunnelInterface(val identifier: Int, val port: Int, val protocol: String, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of this Gateway Load Balancer Tunnel Interface.

Link copied to clipboard
val port: Int

The port number that this Gateway Load Balancer Tunnel Interface listens to.

Link copied to clipboard

The protocol used for this Gateway Load Balancer Tunnel Interface. Possible values are None, Native and VXLAN.

Link copied to clipboard

The traffic type of this Gateway Load Balancer Tunnel Interface. Possible values are None, Internal and External.