Interface RouteFilterRule.UpdateDefinitionStages.WithAccessType<ParentT>
-
- Enclosing interface:
- RouteFilterRule.UpdateDefinitionStages
public static interface RouteFilterRule.UpdateDefinitionStages.WithAccessType<ParentT>The 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.UpdateDefinitionStages.WithAttach<ParentT>allowAccess()Set 'Allow' acces type of the rule.RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT>denyAccess()Set 'Deny' access type of the rule.
-
-
-
Method Detail
-
allowAccess
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT> allowAccess()
Set 'Allow' acces type of the rule.- Returns:
- the next stage of the definition
-
denyAccess
RouteFilterRule.UpdateDefinitionStages.WithAttach<ParentT> denyAccess()
Set 'Deny' access type of the rule.- Returns:
- the next stage of the definition
-
-