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