HP-UX WBEM Swap Provider Datasheet

Page 2
Each row describes a property. Note: While some properties in the table are marked with the “Write” qualifier (based on their designation in
the Distributed Management Task Force (DMTF) Common Information Model (CIM) schema), all properties are read-only for this version of the
Provider.
Property Name Property Inheritance Property Description (and value) on HP-UX
string SwapDeviceType Local Specifies the type of the swap device.
boolean Available Local Specifies if the swap device is configured or
not.
Contains a value “True” if the swap device is
configured.
Contains a value “False” if the swap device is
not configured.
uint64 TotalPagingSpaceAvailable Local Specifies the current number of 1-Kbyte blocks
available for paging in the paging area.
uint16 TotalPagingSpaceUsed Local Specifies the current number of 1-Kbyte blocks
used for paging in the paging area.
uint16 PercentUsed Local Specifies the percentage of swap space in
use.
uint64 FreeSpace Local Specifies the amount of space in Kilo bytes
that can be used for future paging.
Table 2: HPUX_SwapPageInfo
Table 2 describes the properties of the HPUX_SwapPageInfo class. The first column lists the property name (including type and units), the second
lists the property inheritance (indicating which class or superclass defines the property), and the third discusses the property description and lists
value. Each row describes a property. Note: While some properties in the table are marked with the “Write” qualifier (based on their
designation in the Distributed Management Task Force (DMTF) Common Information Model (CIM) schema), all properties are read-only for this
version of the Provider.
Property Name Property Inheritance Property Description (and value) on HP-UX
uint64 StartingBlock Local Specifies the starting block of the device
paging area.
uint64 Reserved Local Specifies the space reserved in Kilo bytes for
the device paging area.
uint16 PercentReserved Local Specifies the percentage of reserved capacity.
uint16 Priority
Local
Specifies the priority of the swap pool.
Table 3: Intrinsic methods for all classes
Table 3 describes the intrinsic methods supported by this provider for all classes. It has three columns. The first lists the method name, the
second describes the provider’s actions based on invoking that method, and the third lists any exceptions that can result from invoking the
method. Each row describes a method.
Note
: This provider supports no extrinsic methods.
Method Name Description Exceptions Thrown
enumerateInstances Returns all instances of a class with all the
properties and their respective values.
CIM_ERR_NOT_SUPPORTED
(Thrown when a wrong class name is passed)