HP-UX WBEM FSProvider Datasheet

2
class or superclass defines the property), and the third is the property’s value and data source. Each row describes a property.
Property Name
Property Inheritance
Property Description (and Data Source)
String Caption Inherited from CIM_ManagedElement HP-UX: Returns a short textual description (one-line string)
of the file system.
String Description Inherited from CIM_ManagedElement
HP-UX: Returns a more detailed description of the file
system.
datetime InstallDate Inherited from CIM_ManagedElement
HP-UX: Returns the datetime value indicating when the
object was installed
string Status Inherited from CIM_ManagedElement
HP-UX: Returns a string indicating the current status of the
object.
String CSCreationClassName
[Key]
Local to CIM_FileSystem
HP-UX: Returns the string
“CIM_UnitaryComputerSystem”.
String CSName
[Key]
Local to CIM_FileSystem
HP-UX: Returns the hostname from the gethostname()
system call.
string CreationClassName Local to CIM_FileSystem
HP-UX: CreationClassName indicates the name of the class
or the subclass used in the creation of an instance. When
used with the other key properties of this class, this
property allows all instances of this class and its subclasses
to be uniquely identified.
string Name Local to CIM_FileSystem
HP-UX: The inherited Name serves as key of a FileSystem
instance within a Computer System.
string Root Local to CIM_FileSystem
HP-UX: It describes the Path name or other information
defining the root of the FileSystem.
uint64 BlockSize Local to CIM_FileSystem
HP-UX: Captures the FileSystem's block size for data
storage and retrieval.
uint64 FileSystemSize Local to CIM_FileSystem
HP-UX: Stores the total size of File Systems in bytes. If
unknown, enter 0.
uint64 AvailableSpace
Local to CIM_FileSystem
HP-UX: Returns the total available amount of free space
for the FileSystem, in bytes. If unknown, enter 0.
boolean ReadOnly Local to CIM_FileSystem
HP-UX: Indicates that the FileSystem is designated as read
only.