Interface RouteFilterRule.DefinitionStages.WithAccessType<ParentT>
- All Known Subinterfaces:
RouteFilterRule.Definition<ParentT>,RouteFilterRule.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
RouteFilterRule.DefinitionStages
public static interface RouteFilterRule.DefinitionStages.WithAccessType<ParentT>
The stage of the route filter rule definition allowing access type of the rule.
-
Method Summary
Modifier and TypeMethodDescriptionSet 'Allow' acces type of the rule.Set 'Deny' access type of the rule.
-
Method Details
-
allowAccess
RouteFilterRule.DefinitionStages.WithAttach<ParentT> allowAccess()Set 'Allow' acces type of the rule.- Returns:
- the next stage of the definition
-
denyAccess
RouteFilterRule.DefinitionStages.WithAttach<ParentT> denyAccess()Set 'Deny' access type of the rule.- Returns:
- the next stage of the definition
-