Interface RouteFilterRule.UpdateStages.WithAccessType
- All Known Subinterfaces:
RouteFilterRule.Update
- Enclosing interface:
- RouteFilterRule.UpdateStages
public static interface RouteFilterRule.UpdateStages.WithAccessType
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.Update allowAccess()Set 'Allow' acces type of the rule.- Returns:
- the next stage of the definition
-
denyAccess
RouteFilterRule.Update denyAccess()Set 'Deny' access type of the rule.- Returns:
- the next stage of the definition
-