Record
volume
No description available.
record volume {
created: option<string>,
filesystem-path: option<string>,
hardware-type: option<volume-hardware-type-enum>,
id: option<s32>,
label: option<string>,
linode-id: option<s32>,
linode-label: option<string>,
region: option<region-properties-id>,
size: option<s32>,
status: option<volume-status-enum>,
tags: option<list<string>>,
updated: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created | option<string> | |
| filesystem-path | option<string> | |
| hardware-type | option<volume-hardware-type-enum> | |
| id | option<s32> | |
| label | option<string> | |
| linode-id | option<s32> | |
| linode-label | option<string> | |
| region | option<region-properties-id> | |
| size | option<s32> | |
| status | option<volume-status-enum> | |
| tags | option<list<string>> | |
| updated | option<string> |