ExpressRouteCircuitPeeringConfig Class
Specifies the peering configuration.
Variables are only populated by the server, and will be ignored when sending a request.
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, advertised_public_prefix_info: list['_models.AdvertisedPublicPrefixProperties'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
advertised_public_prefixes
|
The reference to AdvertisedPublicPrefixes. Default value: None
|
|
advertised_communities
|
The communities of bgp peering. Specified for microsoft peering. Default value: None
|
|
legacy_mode
|
The legacy mode of the peering. Default value: None
|
|
customer_asn
|
The CustomerASN of the peering. Default value: None
|
|
routing_registry_name
|
The RoutingRegistryName of the configuration. Default value: None
|
|
advertised_public_prefix_info
|
List of Prefix information required to perform validation. Default value: None
|
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. |
|
advertised_public_prefix_info
|
List of Prefix information required to perform validation. |