Interface Route.UpdateDefinitionStages
-
- Enclosing interface:
- Route
public static interface Route.UpdateDefinitionStagesGrouping of route definition stages applicable as part of a route table update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRoute.UpdateDefinitionStages.Blank<ParentT>The first stage of a route definition.static interfaceRoute.UpdateDefinitionStages.WithAttach<ParentT>The final stage of a route definition.static interfaceRoute.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>The stage of a route definition allowing to specify the destination address prefix.static interfaceRoute.UpdateDefinitionStages.WithNextHopType<ParentT>The stage of a route definition allowing to specify the next hop type.
-