The WindowsVolumeObjectType type is intended to characterize Windows disk volumes.
| Field Name | Type | Description |
|---|---|---|
| @object_referenceoptional | QName |
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to. |
| Custom_Properties0..1 | CustomPropertiesType |
The Custom_Properties construct is optional and enables the specification of a set of custom Object Properties that may not be defined in existing Properties schemas. |
| @is_mountedoptional | boolean |
The is_mounted field specifies whether the volume is mounted. |
| Name0..1 | StringObjectPropertyType |
The Name field specifies the name of the volume. |
| Device_Path0..1 | StringObjectPropertyType |
The Device_Path specifies the full path to the volume, including the device on which it resides. |
| File_System_Type0..1 | StringObjectPropertyType |
The File_System_Type field specifies the name of the file system which is used on the volume. |
| Total_Allocation_Units0..1 | UnsignedLongObjectPropertyType |
The Total_Allocation_Units field specifies the total number of allocation units available on the volume. |
| Sectors_Per_Allocation_Unit0..1 | UnsignedIntegerObjectPropertyType |
The Sectors_Per_Allocation_Unit field specifies the number of disk sectors used for each allocation unit on the volume. |
| Bytes_Per_Sector0..1 | PositiveIntegerObjectPropertyType |
The Bytes_Per_Sector field specifies the number of bytes allocated for each sector of the volume. |
| Actual_Available_Allocation_Units0..1 | UnsignedLongObjectPropertyType |
The Actual_Available_Allocation_Units field specifies the number of allocation units, or clusters, available on the volume. |
| Creation_Time0..1 | DateTimeObjectPropertyType |
The Creation_Time field specifies the date/time that the volume was created. |
| File_System_Flag_List0..1 | FileSystemFlagListType |
The File_System_Flag_List field specifies the particular flags set for the volume by the file system which is used on the volume. |
| Serial_Number0..1 | StringObjectPropertyType |
The Serial_Number field specifies the serial number of the volume. |
| Attributes_List0..1 | WindowsVolumeAttributesListType |
Represents the attributes of this windows volume object. |
| Drive_Letter0..1 | StringObjectPropertyType |
Represents the drive letter of this windows volume object. |
| Drive_Type0..1 | WindowsDriveType |
Represents the drive type of this windows volume object. |