HP Operations Manager for Windows

OV_ConfigItem


Description
This class handles configuration items. A configuration item is a value stored in Registry or XPLConfig (location). If earlier versions of HPOM for Windows stored it at another location, it may also have legacy locations, which the provider migrates to the current location.
class OV_ConfigItem
{
Properties:
string Id;
string NamespaceId;
string Caption;
string Description;
boolean RequiresServiceRestart;
boolean InverseLogic;
string ValueType;
string DefaultValue;
string ValueRange;
string LocationStoreType[];
string LocationPath[];
string LocationName[];
string LocationValueType[];
boolean ReadOnly;
string GUIMode;
sint32 OrderNumber;
string Dependency;
boolean Migrate;
string OnlineHelp;
};