DiskBacking

DiskBacking
DiskBacking

Mapping between disk and destination datastore and datastore path where the disk file is located.

JSON Example
{
    "disk_key": 0,
    "destination_path": "my_vm_folder/my_vm_disk_1.vmdk",
    "destination_datastore_id": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd"
}
integer As int32 As int32
disk_key
Required

ID key of the disk

string
destination_path
Optional

Path where the disk file is located. If not specified the disk will be detached from the recovered VM. Both destination_path and destination_datastore_id must be specified.

string
destination_datastore_id
Optional

The ID of the destination datastore at the target site. If not specified the disk will be detached from the recovered VM. Both destination_path and destination_datastore_id must be specified.