HP Operations Manager for Windows

OV_Service::IsHostedOnNodeGroup()
OV_Service::IsHostedOnNodeGroup_Trans()


boolean IsHostedOnNodeGroup(
[in] string NodeGroupName)
boolean IsHostedOnNodeGroup_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 service is hosted on the specified node group.

Calling Convention

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

Description

Returns true if this service is hosted on the specified node group.

Return Value

True if this service is hosted on the specified node group.

Extended Status Codes

MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.