HP Operations Manager for Windows

OV_ManagedNode::GetByName()
OV_ManagedNode::GetByName_Trans()


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

Parameters

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

Calling Convention

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

Description

Returns the node (instance of OV_ManagedNode) specified by the Name property.

Return Value

Instance of OV_ManagedNode specified by a Name property.

Extended Status Codes

MDLAPI_E_NODE_NOT_EXIST
Node does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.