Interface Ipv6PeeringConfig.UpdateStages.WithPrimaryPeerAddressPrefix
-
- All Known Subinterfaces:
Ipv6PeeringConfig.Update
- Enclosing interface:
- Ipv6PeeringConfig.UpdateStages
public static interface Ipv6PeeringConfig.UpdateStages.WithPrimaryPeerAddressPrefixThe stage of Cross Connection Peering IPv6 configuration update allowing to specify primary address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6PeeringConfig.UpdatewithPrimaryPeerAddressPrefix(String addressPrefix)
-
-
-
Method Detail
-
withPrimaryPeerAddressPrefix
Ipv6PeeringConfig.Update withPrimaryPeerAddressPrefix(String addressPrefix)
- Parameters:
addressPrefix- primary peer address prefix- Returns:
- the next stage of the update
-
-