Interface Ipv6PeeringConfig.DefinitionStages.WithPrimaryPeerAddressPrefix<ParentT>
-
- All Known Subinterfaces:
Ipv6PeeringConfig.Definition<ParentT>
- Enclosing interface:
- Ipv6PeeringConfig.DefinitionStages
public static interface Ipv6PeeringConfig.DefinitionStages.WithPrimaryPeerAddressPrefix<ParentT>The stage of Cross Connection Peering IPv6 configuration definition allowing to specify primary address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT>withPrimaryPeerAddressPrefix(String addressPrefix)
-
-
-
Method Detail
-
withPrimaryPeerAddressPrefix
Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT> withPrimaryPeerAddressPrefix(String addressPrefix)
- Parameters:
addressPrefix- primary peer address prefix- Returns:
- the next stage of the definition
-
-