Interface Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT>
-
- All Known Subinterfaces:
Ipv6PeeringConfig.UpdateDefinition<ParentT>
- Enclosing interface:
- Ipv6PeeringConfig.UpdateDefinitionStages
public static interface Ipv6PeeringConfig.UpdateDefinitionStages.WithCustomerASN<ParentT>The stage of Cross Connection Peering IPv6 configuration definition allowing to specify secondary customer ASN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6PeeringConfig.UpdateDefinitionStages.WithRoutingRegistryName<ParentT>withCustomerAsn(int customerASN)Specifies customer ASN.
-
-
-
Method Detail
-
withCustomerAsn
Ipv6PeeringConfig.UpdateDefinitionStages.WithRoutingRegistryName<ParentT> withCustomerAsn(int customerASN)
Specifies customer ASN.- Parameters:
customerASN- customer ASN- Returns:
- the next satge of the definition
-
-