Ipv6PeeringConfig.UpdateDefinitionStages.WithPrimaryPeerAddressPrefix<ParentT> Interface

Type Parameters

ParentT

public static interface Ipv6PeeringConfig.UpdateDefinitionStages.WithPrimaryPeerAddressPrefix

The stage of Cross Connection Peering IPv6 configuration definition allowing to specify primary address prefix.

Method Summary

Modifier and Type Method and Description
abstract WithSecondaryPeerAddressPrefix<ParentT> withPrimaryPeerAddressPrefix(String addressPrefix)

Method Details

withPrimaryPeerAddressPrefix

public abstract Ipv6PeeringConfig.UpdateDefinitionStages.WithSecondaryPeerAddressPrefix withPrimaryPeerAddressPrefix(String addressPrefix)

Parameters:

addressPrefix - primary peer address prefix

Returns:

the next stage of the definition

Applies to