HP-UX WBEM Kernel Modules Datasheets

Page 2
string Name (Key Value) Local HP-UX: Specifies the name of the module.
string Description Local HP-UX: Contains a short description of the module.
datetime Timestamp Local HP-UX: Contains modification timestamp of the module
file, if known.
string CurrentState (“Write”) Local
HP-UX: Indicates state of the module. The possible
states are 'unused', 'static', 'auto', 'loaded', and
'best'.
string CurrentCause Local
HP-UX
: Describes the cause for the current module
state. The possible states are 'explicit', 'auto',
'depend', 'required', 'best'.
string NextBootState (“Write”) Local
HP-UX
: Specifies the state of the module at next boot.
string NextBootCause Local HP-UX: Describes the cause for the module state set for
next boot. It has the same value as current cause.
string Capabilities [ ] Local HP-UX: Contains list of states this module can support.
The possible values are 'unused', 'static', 'auto',
'loaded', and 'best'.
boolean Dynamic Local HP-UX: Contains a value “True” if the module is
loaded dynamically.
Contains a value “False” if the module is not loaded
dynamically.
boolean Required Local HP-UX: Contains a value “True” if the module in use is
marked as required.
Contains a value “False” if the module in use is not
marked as required.
boolean Modifiable Local HP-UX: Contains a value “True” if the module is
modifiable.
Contains a value “False” if the module is not
modifiable.
string Version (Key Value) Local HP-UX: Indicates the version number of the module.
string Dependencies [ ] Local HP-UX: Indicates the dependency of this module on
another module or interface.
Table2: Intrinsic methods for all classes
Table 2 describes the intrinsic methods supported by this provide for all classes. It has three columns. The first is the method name, the second
is a description of the provider’s actions based on invoking that method, and the third is a list of any exceptions that could result from invoking
the method. Each row describes a method.
Note
that this provider supports no extrinsic methods.
Method Name Description Exceptions Thrown
enumerateInstances Returns all instances of class with all
properties and their respective values.
CIM_ERR_NOT_SUPPORTED
(Thrown when a wrong class name is passed)