Compartilhar via


Ipv6ExpressRouteCircuitPeeringConfig Class

Contains IPv6 peering config.

Inheritance
azure.mgmt.network._serialization.Model
Ipv6ExpressRouteCircuitPeeringConfig

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
str

The primary address prefix.

secondary_peer_address_prefix
str

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
str

The primary address prefix.

secondary_peer_address_prefix
str

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".