Compartilhar via


ExpressRouteCircuitRoutesTable Class

The routes table associated with the ExpressRouteCircuit.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRouteCircuitRoutesTable

Constructor

ExpressRouteCircuitRoutesTable(*, network: str | None = None, next_hop: str | None = None, loc_prf: str | None = None, weight: int | None = None, path: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.