ExpressRouteCrossConnectionRoutesTableSummary Class
The routes table associated with the ExpressRouteCircuit.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCrossConnectionRoutesTableSummary
Constructor
ExpressRouteCrossConnectionRoutesTableSummary(*, neighbor: str | None = None, asn: int | None = None, up_down: str | None = None, state_or_prefixes_received: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
neighbor
|
IP address of Neighbor router. |
asn
|
Autonomous system number. |
up_down
|
The length of time that the BGP session has been in the Established state, or the current status if not in the Established state. |
state_or_prefixes_received
|
Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. |
Variables
Name | Description |
---|---|
neighbor
|
IP address of Neighbor router. |
asn
|
Autonomous system number. |
up_down
|
The length of time that the BGP session has been in the Established state, or the current status if not in the Established state. |
state_or_prefixes_received
|
Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. |
Azure SDK for Python