models_v2.status_21_enum module¶
-
class
models_v2.status_21_enum.
Status21Enum
[source]¶ Bases:
object
Implementation of the ‘Status21’ enum.
Specifies type of the disk.
- Attributes:
SYSTEMDISK: TODO: type description here. BOOTDISK: TODO: type description here. DATADISK: TODO: type description here. NVMESSDDISK: TODO: type description here. SATASSDDISK: TODO: type description here. HDDDISK: TODO: type description here. UNKNOWN: TODO: type description here.
-
BOOTDISK
= 'BootDisk'¶
-
DATADISK
= 'DataDisk'¶
-
HDDDISK
= 'HddDisk'¶
-
NVMESSDDISK
= 'NvmeSsdDisk'¶
-
SATASSDDISK
= 'SataSsdDisk'¶
-
SYSTEMDISK
= 'SystemDisk'¶
-
UNKNOWN
= 'Unknown'¶