HP Operations Manager for Windows

OV_NodeGroup::HasChildNodeGroup()
OV_NodeGroup::HasChildNodeGroup_Trans()


boolean HasChildNodeGroup(
[in] string NodeGroupName,
[in, optional] boolean IncludeSubGroups)
boolean HasChildNodeGroup_Trans(
[in] string TransId,
[in] string NodeGroupName,
[in, optional] boolean IncludeSubGroups)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
NodeGroupName
The Name property of the node group (instance of OV_NodeGroup) used to verify that the node group is a child of this node group.
IncludeSubGroups
Indicates whether the node group to find is also searched in child groups (recursive). Optional parameter. Default value is false.

Calling Convention

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

Description

Returns true if the specified node group (instance of OV_NodeGroup) is a child of this node group.

Return Value

True if the node group (instance of OV_NodeGroup) specified by the NodeGroupName parameter is a child of this node group.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.