| Name | Type | Description | Notes |
|---|---|---|---|
| array_id | str, none_type | ID of array the disk belongs to. A 42 digit hexadecimal number. | [optional] |
| array_name | str, none_type | Name of array the disk belongs to. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. | [optional] |
| disk_type | str, none_type | Type of disk (HDD, SSD, N/A). Disk type. Possible values: 'hdd', 'ssd'. | [optional] |
| id | str, none_type | Identifier of disk. A 42 digit hexadecimal number. | [optional] |
| model | str, none_type | Disk model name. | [optional] |
| serial | str, none_type | Disk serial number(N/A if empty). | [optional] |
| shelf_id | str, none_type | Identifies the physical shelf the disk belongs to. A 42 digit hexadecimal number. | [optional] |
| shelf_serial | str, none_type | Serial number of the shelf the disk is attached to. | [optional] |
| state | str, none_type | Disk hardware state. Disk state. Possible values: 'valid', 'in use', 'failed', absent', 'removed', 'void', 't_fail', 'foreign'. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |