Programming Guides › Programming Guide for Perl › CLI Policy Management Methods › Group Methods
Group Methods
The following methods act on PolicyMgtGroup objects. This object can contain either PolicyMgtAgent objects, PolicyMgtResponse objects, PolicyMgtRule objects, or nested PolicyMgtGroup objects.
- Add MethodAdds an agent, response, rule, or nested group object to the group
- Contains MethodChecks whether the group contains the specified agent, response, rule, or nested group object
- Description MethodSets or retrieves the description of the group
- GetAgent MethodRetrieves the specified agent object from the group
- GetAgentGroup MethodRetrieves an agent group object nested within the group
- GetAgentType MethodRetrieves the type of the agent objects contained in the group
- GetAllAgentGroups MethodRetrieves an array of all the agent group objects nested in the group
- GetAllAgents Method Retrieves an array of all the agent objects in the group
- GetAllResponseGroups MethodRetrieves an array of all the response group objects nested in the group
- GetAllResponses MethodRetrieves an array of all the response objects in the group
- GetAllRuleGroups MethodRetrieves an array of all the rule group objects nested in the group
- GetAllRules MethodRetrieves an array of all the rule objects in the group
- GetResponse MethodRetrieves the specified response object from the group
- GetResponseGroup MethodRetrieves a response group object nested within the group
- GetRule MethodRetrieves the specified rule object from the group
- GetRuleGroup MethodRetrieves a rule group object nested within the group
- Name MethodSets or retrieves the group name
- Remove MethodRemoves the specified group member from the group