GatewayLoadBalancerTunnelInterface Class
Gateway load balancer tunnel interface of a load balancer backend address pool.
- Inheritance
-
azure.mgmt.network._serialization.ModelGatewayLoadBalancerTunnelInterface
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. |
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". |
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". |
Azure SDK for Python