HP Operations Manager for Windows

OV_AutoDeployPolicyGroup::GetNodeGroups()
OV_AutoDeployPolicyGroup::GetNodeGroups_Trans()


sint32 GetNodeGroups(
[out] OV_NodeGroup NodeGroups[] )
sint32 GetNodeGroups_Trans(
[in] string TransId,
[out] OV_NodeGroup NodeGroups[] )

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
NodeGroups
Instances of OV_NodeGroup to which this auto-deploy policy group is added. An instance is valid as a returned out parameter only if the method does not fail.

Calling Convention

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

Description

Returns a list of node groups (instances of OV_NodeGroup) to which this auto-deploy policy group is added.

Return Value

Number of node groups in out parameter NodeGroups.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.