HP Operations Manager for Windows

OV_NodeGroup::IsChildOf()
OV_NodeGroup::IsChildOf_Trans()


boolean IsChildOf(
[in] string ParentName)
boolean IsChildOf_Trans(
[in] string TransId,
[in] string ParentName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
ParentName
The Name property of the node group (instance of OV_NodeGroup) that is used to verify whether it is a parent of this node group.

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 parent of this node group.

Return Value

True if the node group (instance of OV_NodeGroup) specified with the ParentName parameter is a parent of this node group.

Extended Status Codes

MDLAPI_E_NODEGROUP_NOT_EXIST
Node Group does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.