Interface RouteFilter.DefinitionStages
-
- Enclosing interface:
- RouteFilter
public static interface RouteFilter.DefinitionStagesGrouping of route filter definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRouteFilter.DefinitionStages.BlankThe first stage of the definition.static interfaceRouteFilter.DefinitionStages.WithCreateThe stage of the 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 interfaceRouteFilter.DefinitionStages.WithGroupThe stage allowing to specify the resource group.
-