Interface Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT>
- All Known Subinterfaces:
Ipv6PeeringConfig.Definition<ParentT>
- Enclosing interface:
- Ipv6PeeringConfig.DefinitionStages
public static interface Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT>
The stage of Cross Connection Peering IPv6 configuration definition allowing to specify secondary address
prefix.
-
Method Summary
-
Method Details
-
withSecondaryPeerAddressPrefix
Ipv6PeeringConfig.DefinitionStages.WithAttach<ParentT> withSecondaryPeerAddressPrefix(String addressPrefix) - Parameters:
addressPrefix- secondary peer address prefix- Returns:
- the next stage of the definition
-