Interface Ipv6PeeringConfig.UpdateStages.WithCustomerASN
-
- All Known Subinterfaces:
Ipv6PeeringConfig.Update
- Enclosing interface:
- Ipv6PeeringConfig.UpdateStages
public static interface Ipv6PeeringConfig.UpdateStages.WithCustomerASNThe stage of Cross Connection Peering IPv6 configuration update allowing to specify secondary customer ASN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6PeeringConfig.UpdatewithCustomerAsn(int customerASN)Specifies customer ASN.
-
-
-
Method Detail
-
withCustomerAsn
Ipv6PeeringConfig.Update withCustomerAsn(int customerASN)
Specifies customer ASN.- Parameters:
customerASN- customer ASN- Returns:
- the next stage of the update
-
-