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
-
Method Details
-
withPrimaryPeerAddressPrefix
Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT> withPrimaryPeerAddressPrefix(String addressPrefix) - Parameters:
addressPrefix- primary peer address prefix- Returns:
- the next stage of the definition
-