Ipv6ExpressRouteCircuitPeeringConfig Class
Contains IPv6 peering config.
- Inheritance
-
azure.mgmt.network._serialization.ModelIpv6ExpressRouteCircuitPeeringConfig
Constructor
Ipv6ExpressRouteCircuitPeeringConfig(*, primary_peer_address_prefix: str | None = None, secondary_peer_address_prefix: str | None = None, microsoft_peering_config: _models.ExpressRouteCircuitPeeringConfig | None = None, route_filter: _models.SubResource | None = None, state: str | _models.ExpressRouteCircuitPeeringState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
primary_peer_address_prefix
|
The primary address prefix. |
secondary_peer_address_prefix
|
The secondary address prefix. |
microsoft_peering_config
|
The Microsoft peering configuration. |
route_filter
|
The reference to the RouteFilter resource. |
state
|
The state of peering. Known values are: "Disabled" and "Enabled". |
Variables
Name | Description |
---|---|
primary_peer_address_prefix
|
The primary address prefix. |
secondary_peer_address_prefix
|
The secondary address prefix. |
microsoft_peering_config
|
The Microsoft peering configuration. |
route_filter
|
The reference to the RouteFilter resource. |
state
|
The state of peering. Known values are: "Disabled" and "Enabled". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python