Ipv6PeeringConfig.DefinitionStages.WithRoutingRegistryName<ParentT> Interface

Type Parameters

ParentT

public static interface Ipv6PeeringConfig.DefinitionStages.WithRoutingRegistryName

The stage of Cross Connection Peering IPv6 configuration definition allowing to specify routing registry name.

Method Summary

Modifier and Type Method and Description
abstract WithPrimaryPeerAddressPrefix<ParentT> withRoutingRegistryName(String routingRegistryName)

Specifies routing registry name.

Method Details

withRoutingRegistryName

public abstract Ipv6PeeringConfig.DefinitionStages.WithPrimaryPeerAddressPrefix withRoutingRegistryName(String routingRegistryName)

Specifies routing registry name.

Parameters:

routingRegistryName - routing registry name

Returns:

the next stage of the definition

Applies to