Compartilhar via


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.Model
ExpressRouteCircuitPeeringConfig

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
int

The legacy mode of the peering.

customer_asn
int

The CustomerASN of the peering.

routing_registry_name
str

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
int

The legacy mode of the peering.

customer_asn
int

The CustomerASN of the peering.

routing_registry_name
str

The RoutingRegistryName of the configuration.