GatewayLoadBalancerTunnelInterface Class    
Gateway load balancer tunnel interface of a load balancer backend address pool.
Constructor
GatewayLoadBalancerTunnelInterface(*, port: int | None = None, identifier: int | None = None, protocol: str | _models.GatewayLoadBalancerTunnelProtocol | None = None, type: str | _models.GatewayLoadBalancerTunnelInterfaceType | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| port | Port of gateway load balancer tunnel interface. Default value: None | 
| identifier | Identifier of gateway load balancer tunnel interface. Default value: None | 
| protocol | Protocol of gateway load balancer tunnel interface. Known values are: "None", "Native", and "VXLAN". Default value: None | 
| type | Traffic type of gateway load balancer tunnel interface. Known values are: "None", "Internal", and "External". Default value: None | 
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". |