HP Operations Manager for Windows

OV_NodeGroup::HasChildExternalNode()
OV_NodeGroup::HasChildExternalNode_Trans()


boolean HasChildExternalNode(
[in] string NodeName,
[in, optional] boolean IncludeSubGroups)
boolean HasChildExternalNode_Trans(
[in] string TransId,
[in] string NodeName,
[in, optional] boolean IncludeSubGroups)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
NodeName
The Name property of the external node (instance of OV_ExternalNode) used to verify that the external node is a child of this node group.
IncludeSubGroups
Indicates whether the external node 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 external node (instance of OV_ExternalNode) is a child of this node group.

Return Value

True if the external node (instance of OV_ExternalNode) specified by the NodeName parameter is a child of this node group.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.