你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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