GatewayLoadBalancerTunnelInterfaceOutput interface
Gateway load balancer tunnel interface of a load balancer backend address pool.
Properties
| identifier | Identifier of gateway load balancer tunnel interface. |
| port | Port of gateway load balancer tunnel interface. |
| protocol | Protocol of gateway load balancer tunnel interface. |
| type | Traffic type of gateway load balancer tunnel interface. |
Property Details
identifier
Identifier of gateway load balancer tunnel interface.
identifier?: number
Property Value
number
port
Port of gateway load balancer tunnel interface.
port?: number
Property Value
number
protocol
Protocol of gateway load balancer tunnel interface.
protocol?: "None" | "Native" | "VXLAN"
Property Value
"None" | "Native" | "VXLAN"
type
Traffic type of gateway load balancer tunnel interface.
type?: "None" | "Internal" | "External"
Property Value
"None" | "Internal" | "External"