HP Operations Manager for Windows

OV_NodeGroup::RemoveAutoDeployPackage()
OV_NodeGroup::RemoveAutoDeployPackage_Trans()


void RemoveAutoDeployPackage(
[in] string AutoDeployPackageName)
void RemoveAutoDeployPackage_Trans(
[in] string TransId,
[in] string AutoDeployPackageName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AutoDeployPackageName
The Name property of the instance of OV_AutoDeployPackage 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 package (instance of OV_AutoDeployPackage) from this node group.

Return Value

None.

Extended Status Codes

MDLAPI_E_ADPACKAGE_NOT_EXIST
Auto Deploy Package does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.