MachinePersistentDiskDetachSpec

MachinePersistentDiskDetachSpec
MachinePersistentDiskDetachSpec

Detach specification.

JSON Example
{
    "archive_datastore_id": "datastore-44",
    "archive_datastore_path_id": "bd3ff8fc-b09a-47f7-917c-cc15c7301db6",
    "persistent_disk_id": "73560ad0-93d1-4a5b-bdf6-3fddc4b5fb1d"
}
string
archive_datastore_id
Optional

Datastore to which the persistent disk is to be archived.
If this is set, archive_datastore_path_id must also be set.
If unset, the persistent disk will be archived in place.

string
archive_datastore_path_id
Optional

Datastore path to which the persistent disk is to be archived.
If this is set, archive_datastore_id must also be set.
If unset, the persistent disk will be archived in place.

string
persistent_disk_id
Required

ID of persistent disk to be detached from the machine.