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

GatewayEffectiveRoute Class

Gateway effective routing details.

Constructor

GatewayEffectiveRoute(*args: Any, **kwargs: Any)

Variables

Name Description
local_address
str

The gateway's local address.

address_prefixes

The list of address prefixes for the effective route.

next_hop_ip_address
str

The IP address of the next hop for the effective route.

next_hop_type

The next hop type of the effective route. Known values are: "Tunnel", "VirtualNetwork", and "Unknown".

Attributes

address_prefixes

The list of address prefixes for the effective route.

address_prefixes: list[str] | None

local_address

The gateway's local address.

local_address: str | None

next_hop_ip_address

The IP address of the next hop for the effective route.

next_hop_ip_address: str | None

next_hop_type

"Tunnel", "VirtualNetwork", and "Unknown".

next_hop_type: str | _models.GatewayEffectiveRouteNextHopType | None