CIM_UnixDeviceFile¶
Subclass of CIM_DeviceFile
DeviceFile is a special type of LogicalFile that represents a Device. This class is a specialization of DeviceFile for a Unix environment.
Key properties¶
Local properties¶
uint16 DeviceFileType
The type of device file.
ValueMap Values 0 Unknown 1 Other 2 Block 3 Character
string OtherTypeDescription
Additional information when the DeviceFileType property is set to “Other”.
string DeviceDescription
Additional information provided by the driver. This property may be null if no information is available, or a general description of the device when available, e.g. “Non-rewind tape streamer”.
string DeviceMinor
The Device’s Minor Id.
string DeviceMajor
The Device’s Major Id.
string DeviceId
The device Identifier: this is the st_rdev field in the stat structure.
Local methods¶
None
Inherited properties¶
boolean Executableuint16 DetailedStatusstring[] StatusDescriptionsstring InstanceIDstring CSNameboolean Readableuint16 HealthStatestring Statusuint16 CommunicationStatusstring EncryptionMethoddatetime LastAccessedstring FSCreationClassNamestring ElementNamestring Descriptionuint64 InUseCountdatetime LastModifiedstring CompressionMethoduint64 FileSizeboolean Writeablestring Namedatetime InstallDatestring Captionuint16 PrimaryStatusstring FSNameuint64 Generationstring CSCreationClassNameuint16[] OperationalStatusuint16 OperatingStatusstring CreationClassNamedatetime CreationDateInherited methods¶
None