HP-UX WBEM Swap Provider Datasheet
Page 3
enumerateInstanceNames Returns object path of all instances of a class. CIM_ERR_NOT_SUPPORTED
(Thrown when a wrong class name is passed)
getInstance Returns the requested instance with all
properties and their respective values. There
will always be only one instance.
CIM_ERR_INVALID_PARAMETER
(Thrown when wrong class name, or wrong
number of keys is passed)
CIM_ERR_NOT_SUPPORTED (from CIMOM)
(Thrown when the requested instance does not
exist.)
getProperty()
Returns a single property value of an Instance
in a class.
CIM_ERR_NOT_SUPPORTED
modifyInstance Not Supported CIM_ERR_NOT_SUPPORTED
deleteInstance Not Supported CIM_ERR_NOT_SUPPORTED
createInstance Not Supported CIM_ERR_NOT_SUPPORTED
deleteClass() Not Supported CIM_ERR_NOT_SUPPORTED
deleteInstance() Not Supported CIM_ERR_NOT_SUPPORTED
createClass() Not Supported CIM_ERR_NOT_SUPPORTED
createInstance() Not Supported CIM_ERR_NOT_SUPPORTED
modifyClass() Not Supported CIM_ERR_NOT_SUPPORTED
modifyInstance() Not Supported CIM_ERR_NOT_SUPPORTED
execQuery() Not Supported CIM_ERR_NOT_SUPPORTED
associators() Not Supported CIM_ERR_NOT_SUPPORTED
associatorNames() Not Supported CIM_ERR_NOT_SUPPORTED
references() Not Supported CIM_ERR_NOT_SUPPORTED
referenceNames() Not Supported CIM_ERR_NOT_SUPPORTED
setProperty() Not Supported CIM_ERR_NOT_SUPPORTED
setQualifier() Not Supported CIM_ERR_NOT_SUPPORTED
deleteQualifer() Not Supported CIM_ERR_NOT_SUPPORTED
The classes listed in Table 4 are supported by the enumerateInstances method. Users can provide these class names as arguments in the
enumerateInstances method, and obtain properties specific to the corresponding class.
Table 4: Additional Classes
Table 4 describes the kind of information that can be obtained by providing additional classes, listed in the table, as arguments in the