Scripting and Programming Guides › Scripting 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 Method—Adds an agent, response, rule, or nested group object to the group
- Contains Method—Checks whether the group contains the specified agent, response, rule, or nested group object
- Description Method—Sets or retrieves the description of the group
- GetAgent Method—Retrieves the specified agent object from the group
- GetAgentGroup Method—Retrieves an agent group object nested within the group
- GetAgentType Method—Retrieves the type of the agent objects contained in the group
- GetAllAgentGroups Method—Retrieves 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 Method—Retrieves an array of all the response group objects nested in the group
- GetAllResponses Method—Retrieves an array of all the response objects in the group
- GetAllRuleGroups Method—Retrieves an array of all the rule group objects nested in the group
- GetAllRules Method—Retrieves an array of all the rule objects in the group
- GetResponse Method—Retrieves the specified response object from the group
- GetResponseGroup Method—Retrieves a response group object nested within the group
- GetRule Method—Retrieves the specified rule object from the group
- GetRuleGroup Method—Retrieves a rule group object nested within the group
- Name Method—Sets or retrieves the group name
- Remove Method—Removes the specified group member from the group