volumes
Overview
Name | volumes |
Type | Resource |
Id | linode.instances.volumes |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The unique ID of this Volume. |
created | string | When this Volume was created. |
filesystem_path | string | The full filesystem path for the Volume based on the Volume's label. Path is /dev/disk/by-id/scsi-0LinodeVolume + Volume label. |
hardware_type | string | The storage type of this Volume. |
label | string | The Volume's label is for display purposes only. |
linode_id | integer | If a Volume is attached to a specific Linode, the ID of that Linode will be displayed here. |
linode_label | string | If a Volume is attached to a specific Linode, the label of that Linode will be displayed here. |
region | string | The unique ID of this Region. |
size | integer | The Volume's size, in GiB. |
status | string | The current status of the volume. Can be one of:creating - the Volume is being created and is not yet availablefor use. active - the Volume is online and available for use.* resizing - the Volume is in the process of upgradingits current capacity. |
tags | array | An array of Tags applied to this object. Tags are for organizational purposes only. |
updated | string | When this Volume was last updated. |
Methods
Name | Accessible by | Required Params |
---|---|---|
getLinodeVolumes | SELECT | linodeId |
_getLinodeVolumes | EXEC | linodeId |