HP Operations Manager for Windows

OV_NodeGroup::GetByName()
OV_NodeGroup::GetByName_Trans()


OV_NodeGroup GetByName(
[in] string Name)
OV_NodeGroup GetByName_Trans(
[in] string TransId,
[in] string Name)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
Name
The Name property of the instance of OV_NodeGroup to be returned.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns the node group (instance of OV_NodeGroup) specified with the Name property.

Return Value

Instance of OV_NodeGroup specified with the Name property.

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.