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