Interface ManagementPolicy.UpdateStages.Rule
- All Known Subinterfaces:
ManagementPolicy.Update
- Enclosing interface:
- ManagementPolicy.UpdateStages
public static interface ManagementPolicy.UpdateStages.Rule
The stage of the management policy update allowing to update a rule.
-
Method Summary
Modifier and TypeMethodDescriptionupdateRule(String name) The function that updates a rule whose name is the inputted parameter name.withoutRule(String name) The function that removes a rule whose name is the inputted parameter name.
-
Method Details
-
updateRule
The function that updates a rule whose name is the inputted parameter name.- Parameters:
name- the name of the rule to be updated.- Returns:
- the next stage of the management policy rule update.
-
withoutRule
The function that removes a rule whose name is the inputted parameter name.- Parameters:
name- the name of the rule to be removed.- Returns:
- the next stage of the management policy update.
-