HP Operations Manager for Windows

OV_NodeGroup::HasAutoDeployPolicyGroup()
OV_NodeGroup::HasAutoDeployPolicyGroup_Trans()


boolean HasAutoDeployPolicyGroup(
[in] string AutoDeployPolicyGroupName)
boolean HasAutoDeployPolicyGroup_Trans(
[in] string TransId,
[in] string AutoDeployPolicyGroupName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AutoDeployPolicyGroupName
The Name property of the auto-deploy policy group (instance of OV_AutoDeployPolicyGroup) used to verify that the policy group is associated with this node group.

Calling Convention

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

Description

Returns true if the specified auto-deploy policy group (instance of OV_AutoDeployPolicyGroup) is associated with this node group.

Return Value

True if the auto-deploy policy group (instance of OV_AutoDeployPolicyGroup) specified with the AutoDeployPolicyGroupName parameter is associated with this node group.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.