ExpressRouteCircuitPeeringConfig Class
Specifies the peering configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRouteCircuitPeeringConfig
Constructor
ExpressRouteCircuitPeeringConfig(*, advertised_public_prefixes: List[str] | None = None, advertised_communities: List[str] | None = None, legacy_mode: int | None = None, customer_asn: int | None = None, routing_registry_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
advertised_public_prefixes
|
The reference to AdvertisedPublicPrefixes. |
advertised_communities
|
The communities of bgp peering. Specified for microsoft peering. |
legacy_mode
|
The legacy mode of the peering. |
customer_asn
|
The CustomerASN of the peering. |
routing_registry_name
|
The RoutingRegistryName of the configuration. |
Variables
Name | Description |
---|---|
advertised_public_prefixes
|
The reference to AdvertisedPublicPrefixes. |
advertised_communities
|
The communities of bgp peering. Specified for microsoft peering. |
advertised_public_prefixes_state
|
The advertised public prefix state of the Peering resource. Known values are: "NotConfigured", "Configuring", "Configured", and "ValidationNeeded". |
legacy_mode
|
The legacy mode of the peering. |
customer_asn
|
The CustomerASN of the peering. |
routing_registry_name
|
The RoutingRegistryName of the configuration. |
Azure SDK for Python