Interface RouteFilterRule.UpdateStages.WithAccessType
-
- All Known Subinterfaces:
RouteFilterRule.Update
- Enclosing interface:
- RouteFilterRule.UpdateStages
public static interface RouteFilterRule.UpdateStages.WithAccessTypeThe stage of the route filter rule definition allowing access type of the rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteFilterRule.UpdateallowAccess()Set 'Allow' acces type of the rule.RouteFilterRule.UpdatedenyAccess()Set 'Deny' access type of the rule.
-
-
-
Method Detail
-
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
-
-