HP Operations Manager for Windows

 

IOvPmdNode3 Interface Reference

Extension of IOvPmdNode2 interface. More...

import "pmad.idl";

Inheritance diagram for IOvPmdNode3:

IOvPmdNode2 IOvPmdNode IOvPmdNode80 List of all members.

Public Member Functions

HRESULT  AddPackageToNode ([in] BSTR bsPackageInstId)
HRESULT  AddPolicyToNode ([in] BSTR bsPolicyInstId,[in] VARIANT_BOOL vbEnabled)
HRESULT  NodeCheckNeeded ([out, retval] VARIANT_BOOL *vbDoCheck)

Detailed Description

The interface IOvPmdNode3 inherits from the interface IOvPmdNode2, and implements additional methods.
Since:
7.50

Member Function Documentation

HRESULT IOvPmdNode3::AddPackageToNode [in] BSTR  bsPackageInstId  ) 
 
Semantics:
The package version that is identified by its instance ID is added to the inventory of this node. However, the binaries of the package version are not installed on the remote managed node.
Parameters:
bsPackageInstId  - Instance ID of the package version to be added to the node inventory.
Possible errors:
Database communication errors
Since:
7.50
HRESULT IOvPmdNode3::AddPolicyToNode [in] BSTR  bsPolicyInstId,
[in] VARIANT_BOOL  vbEnabled
 
Semantics:
The policy version that is identified by its instance ID is added to the inventory of this node. However, the policy version is not installed on the remote managed node.
Parameters:
bsPolicyInstId  - Instance ID of the policy versions to be added to the node inventory.
vbEnabled  - If the "vbEnabled" flag is set to VARIANT_TRUE, the policy version is added to this node's inventory in state 'enabled'.
Possible errors:
Database communication errors
Since:
7.50
HRESULT IOvPmdNode3::NodeCheckNeeded [out, retval] VARIANT_BOOL *  vbDoCheck  ) 
 
Semantics:
Checks if the node prerequisite checkup is necessary for the given node.
Parameters:
vbDoCheck  - If VARIANT_TRUE, the node prerequisite check is necessary.
Possible errors:
Database communication errors
Since:
7.50