Attachments_Fields_for_Volume
idinteger
Unique numeric identifier for the volume attachment.
Example:
2058devicestring
Device path the volume is attached at on the VM.
Example:
/dev/disk/by-id/virtio-05ff4fce-957f-486c-bstatusstring
Status of the volume attachment.
Example:
ATTACHINGinstance_idinteger
Identifier of the virtual machine the volume is attached to.
Example:
1402protectedboolean
When true, the volume attachment is protected from deletion.
Example:
falseAttachments_Fields_for_Volume
{
"id": 2058,
"device": "/dev/disk/by-id/virtio-05ff4fce-957f-486c-b",
"status": "ATTACHING",
"instance_id": 1402,
"protected": false
}
Was this page helpful?