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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python