HP-UX WBEM FSProvider Datasheet

7
String FSCreationClassName
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the name of the scoping file system’s
creation class name.
String FSName
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the name of the file system that is
mounted at the mount point name.
String CreationClassName
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the string “HP_MountPoint”.
String Name
[Key]
Inherited from CIM_UnixDirectory HP-UX: Returns the mount point name from the
mntent.mnt_dir property through getmntent ().
uint64 FileSize Inherited from CIM_UnixDirectory HP-UX: Returns the Size of the File in bytes
datetime CreationDate Inherited from CIM_UnixDirectory HP-UX: Returns the File's creation date.
datetime LastModified Inherited from CIM_UnixDirectory HP-UX: Returns the time that the File was last modified.
datetime LastAccessed Inherited from CIM_UnixDirectory HP-UX: Returns the time that the File was last accessed.
boolean Readable Inherited from CIM_UnixDirectory HP-UX: Returns Boolean value indicating that the File can
be read.
boolean Writeable Inherited from CIM_UnixDirectory HP-UX: Returns Boolean value indicating that the File can
be written.
boolean Executable
Inherited from CIM_UnixDirectory HP-UX: Returns Boolean value indicating that the File is
executable.
uint64 InUseCount Inherited from CIM_UnixDirectory HP-UX: Returns integer value indicating the numbers of ‘file
opens’ that are currently active against the File.
Table 6: HPUX_Mount properties
Table 6 describes the properties of the HPUX_Mount class. This class contains associations between a directory that can be mounted and the mounted
file system. The table has three columns. The first is the property name (including type and units), the second is the property inheritance (indicating
which class or superclass defines the property), and the third is the property’s value or data source. Each row describes a property.
Property Name Property Inheritance Property Description (and Data Source)
Reference Antecedent Overrides CIM_Mount
HP-UX: Returns the object reference of the HP_MountPoint
where the file system is mounted.
Reference Dependent Inherited from CIM_Mount
HP-UX: Returns the object reference of the file system that
is mounted.
String Options Local to HPUX_Mount
HP-UX: Returns a list of the options which were used to
mount the file system. The value is the contents of
mntent.mnt_opts returned by getmntent().
Table7: Intrinsic methods for all classes