HP Operations Manager for Windows

OV_NodeGroup::RemoveAutoDeployPolicyGroup()
OV_NodeGroup::RemoveAutoDeployPolicyGroup_Trans()


void RemoveAutoDeployPolicyGroup(
[in] string AutoDeployPolicyGroupName)
void RemoveAutoDeployPolicyGroup_Trans(
[in] string TransId,
[in] string AutoDeployPolicyGroupName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AutoDeployPolicyGroupName
The Name property of the instance of OV_AutoDeployPolicyGroup to be removed from this node group.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Removes an auto-deploy policy group (instance of OV_AutoDeployPolicyGroup) from this node group.

This method removes only the association to the instance of OV_AutoDeployPolicyGroup. To remove the actual instance of OV_AutoDeployPolicyGroup, you call the OV_AutoDeployPolicyGroup::Remove method.

Return Value

None.

Extended Status Codes

MDLAPI_E_ADPOLGROUP_NOT_EXIST
Auto Deploy Policy Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.