Ipv6ExpressRouteCircuitPeeringConfig Class

Contains IPv6 peering config.

Inheritance
Ipv6ExpressRouteCircuitPeeringConfig

Constructor

Ipv6ExpressRouteCircuitPeeringConfig(*, primary_peer_address_prefix: typing.Union[str, NoneType] = None, secondary_peer_address_prefix: typing.Union[str, NoneType] = None, microsoft_peering_config: typing.Union[_ForwardRef('ExpressRouteCircuitPeeringConfig'), NoneType] = None, route_filter: typing.Union[_ForwardRef('SubResource'), NoneType] = None, state: typing.Union[str, _ForwardRef('ExpressRouteCircuitPeeringState'), NoneType] = None, **kwargs)

Parameters

primary_peer_address_prefix
str

The primary address prefix.

secondary_peer_address_prefix
str

The secondary address prefix.

microsoft_peering_config
ExpressRouteCircuitPeeringConfig

The Microsoft peering configuration.

route_filter
SubResource

The reference to the RouteFilter resource.

state
str or ExpressRouteCircuitPeeringState

The state of peering. Possible values include: "Disabled", "Enabled".