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

NameTypeDescription
createdoption​<string>
filesystem-pathoption​<string>
hardware-typeoption​<volume-hardware-type-enum>
idoption​<s32>
labeloption​<string>
linode-idoption​<s32>
linode-labeloption​<string>
regionoption​<region-properties-id>
sizeoption​<s32>
statusoption​<volume-status-enum>
tagsoption​<list​<string>>
updatedoption​<string>