Interface ManagementPolicy.DefinitionStages.WithRule
- All Known Subinterfaces:
ManagementPolicy.Definition,ManagementPolicy.DefinitionStages.WithCreate
- Enclosing interface:
- ManagementPolicy.DefinitionStages
public static interface ManagementPolicy.DefinitionStages.WithRule
The stage of the management policy definition allowing to specify a rule to add to the management policy.
-
Method Summary
Modifier and TypeMethodDescriptiondefineRule(String name) The function that defines a rule to attach to this policy.
-
Method Details
-
defineRule
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
-