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