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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python