ExpressRouteCircuitRoutesTable Class

The routes table associated with the ExpressRouteCircuit.

Constructor

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

Variables

Name Description
network
str

IP address of a network entity.

next_hop
str

NextHop address.

loc_prf
str

Local preference value as set with the set local-preference route-map configuration command.

weight
int

Route Weight.

path
str

Autonomous system paths to the destination network.

Attributes

loc_prf

Local preference value as set with the set local-preference route-map configuration command.

loc_prf: str | None

network

IP address of a network entity.

network: str | None

next_hop

NextHop address.

next_hop: str | None

path

Autonomous system paths to the destination network.

path: str | None

weight

Route Weight.

weight: int | None