Interface ManagementPolicy.DefinitionStages.WithRule
-
- All Known Subinterfaces:
ManagementPolicy.Definition,ManagementPolicy.DefinitionStages.WithCreate
- Enclosing interface:
- ManagementPolicy.DefinitionStages
public static interface ManagementPolicy.DefinitionStages.WithRuleThe stage of the management policy definition allowing to specify a rule to add to the management policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRule.DefinitionStages.BlankdefineRule(String name)The function that defines a rule to attach to this policy.
-
-
-
Method Detail
-
defineRule
PolicyRule.DefinitionStages.Blank defineRule(String name)
The function that defines a rule to attach to this policy.- Parameters:
name- the name of the rule we are going to define- Returns:
- the next definition stage
-
-