Ipv6PeeringConfig.DefinitionStages.WithCustomerASN<ParentT> Interface

Type Parameters

ParentT

public static interface Ipv6PeeringConfig.DefinitionStages.WithCustomerASN

The stage of Cross Connection Peering IPv6 configuration definition allowing to specify customer ASN.

Method Summary

Modifier and Type Method and Description
abstract WithRoutingRegistryName<ParentT> withCustomerASN(int customerASN)

Specifies customer ASN.

Method Details

withCustomerASN

public abstract Ipv6PeeringConfig.DefinitionStages.WithRoutingRegistryName withCustomerASN(int customerASN)

Specifies customer ASN.

Parameters:

customerASN - customer ASN

Returns:

the next satge of the definition

Applies to