Interface Ipv6PeeringConfig.UpdateStages.WithRoutingRegistryName
-
- All Known Subinterfaces:
Ipv6PeeringConfig.Update
- Enclosing interface:
- Ipv6PeeringConfig.UpdateStages
public static interface Ipv6PeeringConfig.UpdateStages.WithRoutingRegistryNameThe stage of Cross Connection Peering IPv6 configuration update allowing to specify routing registry name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ipv6PeeringConfig.UpdatewithRoutingRegistryName(String routingRegistryName)Specifies routing registry name.
-
-
-
Method Detail
-
withRoutingRegistryName
Ipv6PeeringConfig.Update withRoutingRegistryName(String routingRegistryName)
Specifies routing registry name.- Parameters:
routingRegistryName- routing registry name- Returns:
- the next stage of the definition
-
-