Record
disk
No description available.
record disk {
created: option<string>,
filesystem: option<disk-filesystem-enum>,
id: option<s32>,
label: option<string>,
size: option<s32>,
status: option<disk-status-enum>,
updated: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| filesystem | option<disk-filesystem-enum> | |
| id | option<s32> | |
| label | option<string> | |
| size | option<s32> | |
| status | option<disk-status-enum> | |
| updated | option<string> |