blob: 3460ed0151f27071436fa8b2e38e6e5634505cc7 [file] [log] [blame]
James Feist001b1722019-11-04 09:14:29 -08001description: >
2 Implement to provide drive attributes.
Willy Tu5795dac2021-07-15 11:32:52 -07003
4properties:
5 - name: Type
6 default: Unknown
7 type: enum[self.DriveType]
8 description: >
9 The type of physical form factor of the Drive.
10
11enumerations:
12 - name: DriveType
13 description: >
14 Possible Drive type
15 values:
16 - name: HDD
17 description: >
18 A hard disk drive is an electro-mechanical data storage device
19 that stores and retrieves digital data using magnetic storage.
20 - name: SSD
21 description: >
22 A solid-state drive is a solid-state storage device that uses
23 integrated circuit assemblies to store data persistently.
24 - name: Unknown
25 description: >
26 The Drive type is unknown.