Interface Ipv6PeeringConfig.UpdateDefinitionStages.WithPrimaryPeerAddressPrefix<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Ipv6PeeringConfig.UpdateDefinition<ParentT>
- Enclosing interface:
Ipv6PeeringConfig.UpdateDefinitionStages
public static interface Ipv6PeeringConfig.UpdateDefinitionStages.WithPrimaryPeerAddressPrefix<ParentT>
The stage of Cross Connection Peering IPv6 configuration definition allowing to specify primary address
prefix.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrimaryPeerAddressPrefix(String addressPrefix) Specifies primary peer address prefix.
-
Method Details
-
withPrimaryPeerAddressPrefix
Ipv6PeeringConfig.UpdateDefinitionStages.WithSecondaryPeerAddressPrefix<ParentT> withPrimaryPeerAddressPrefix(String addressPrefix) Specifies primary peer address prefix.- Parameters:
addressPrefix- primary peer address prefix- Returns:
- the next stage of the definition
-