Interface Ipv6PeeringConfig.DefinitionStages.WithSecondaryPeerAddressPrefix<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- 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
Modifier and TypeMethodDescriptionwithSecondaryPeerAddressPrefix(String addressPrefix) Specifies secondary peer address prefix.
-
Method Details
-
withSecondaryPeerAddressPrefix
Ipv6PeeringConfig.DefinitionStages.WithAttach<ParentT> withSecondaryPeerAddressPrefix(String addressPrefix) Specifies secondary peer address prefix.- Parameters:
addressPrefix- secondary peer address prefix- Returns:
- the next stage of the definition
-