HP Operations Manager for Windows

 

IOvPmdLogicalPolicy2 Interface Reference

Extension of IOvPmdLogicalPolicy interface. More...

import "pmad.idl";

Inheritance diagram for IOvPmdLogicalPolicy2:

IOvPmdLogicalPolicy IOvPmdVersion IOvPmdLogicalPolicy3 IOvPmdLogicalPolicy4 IOvPmdLogicalPolicy80 List of all members.

Public Member Functions

HRESULT  GetCategory ([out, retval]BSTR *psCategory)
HRESULT  SetCategory ([in]BSTR sCategory)

Detailed Description

The interface IOvPmdLogicalPolicy2 inherits from the interface IOvPmdLogicalPolicy, and adds several additional methods.
Since:
7.0

Member Function Documentation

HRESULT IOvPmdLogicalPolicy2::GetCategory [out, retval] BSTR *  psCategory  ) 
 
Semantics:
Gets the categories of this policy version. Can be a comma-separated list of category strings.
Parameters:
psCategory  - Category string of this policy version.
Possible errors:
Since:
7.0
HRESULT IOvPmdLogicalPolicy2::SetCategory [in] BSTR  sCategory  ) 
 
Semantics:
Changes the value of the category attribute of this policy version. Note that this attribute is not under version control. It can be changed at any time for a given policy version.
You can also specify a comma-separated list of category strings. The maximal length of every category is 64 characters.
Parameters:
sCategory  - Category attribute of this policy version.
Possible errors:
Database communication errors
Since:
7.0