Interface RouteTable.DefinitionStages
-
- Enclosing interface:
- RouteTable
public static interface RouteTable.DefinitionStagesGrouping of route table definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRouteTable.DefinitionStages.BlankThe first stage of a route table definition.static interfaceRouteTable.DefinitionStages.WithBgpRoutePropagationThe stage of the route table definition allowing to specify whether to disable the routes learned by BGP on that route table.static interfaceRouteTable.DefinitionStages.WithCreateThe stage of a route table definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceRouteTable.DefinitionStages.WithGroupThe stage of a route table definition allowing to specify the resource group.static interfaceRouteTable.DefinitionStages.WithRouteThe stage of the route table definition allowing to add routes.
-