Compartilhar via


GatewayLoadBalancerTunnelInterface Class

Gateway load balancer tunnel interface of a load balancer backend address pool.

Inheritance
azure.mgmt.network._serialization.Model
GatewayLoadBalancerTunnelInterface

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
int

Port of gateway load balancer tunnel interface.

identifier
int

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
int

Port of gateway load balancer tunnel interface.

identifier
int

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".