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('RouteFilter'), 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
- RouteFilter
The reference of the RouteFilter resource.
- state
- str or ExpressRouteCircuitPeeringState
The state of peering. Possible values are: 'Disabled' and 'Enabled'. Possible values include: "Disabled", "Enabled".
Feedback
Submit and view feedback for