GatewayLoadBalancerTunnelInterface Class
Gateway load balancer tunnel interface of a load balancer backend address pool.
Constructor
GatewayLoadBalancerTunnelInterface(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
port
|
Port of gateway load balancer tunnel interface. |
|
identifier
|
Identifier of gateway load balancer tunnel interface. |
|
protocol
|
Protocol of gateway load balancer tunnel interface. Known values are: "None", "Native", and "VXLAN". |
|
type
|
Traffic type of gateway load balancer tunnel interface. Known values are: "None", "Internal", and "External". |
Attributes
identifier
Identifier of gateway load balancer tunnel interface.
identifier: int | None
port
Port of gateway load balancer tunnel interface.
port: int | None
protocol
"None", "Native", and "VXLAN".
protocol: str | _models.GatewayLoadBalancerTunnelProtocol | None
type
"None", "Internal", and "External".
type: str | _models.GatewayLoadBalancerTunnelInterfaceType | None