HP Operations Manager for Windows

OV_AutoDeployPolicyGroup::IsAssociatedWithNodeGroup()
OV_AutoDeployPolicyGroup::IsAssociatedWithNodeGroup_Trans()


boolean IsAssociatedWithNodeGroup(
[in] string NodeGroupName)
boolean IsAssociatedWithNodeGroup_Trans(
[in] string TransId,
[in] string NodeGroupName)

Parameters

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

Calling Convention

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

Description

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

Return Value

True if this auto-deploy policy group is associated with a node group (instance of OV_NodeGroup) specified by the NodeGroupName parameter.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.