VmProtectionDevice
Representation of a VM device and its SRM protection status
{
"key": 0,
"type": "string",
"backing": "string",
"label": "string",
"production_path": {
"datastore": "string",
"datastore_name": "local",
"path": "vms/finance-vm",
"filename": "finance-vm.vmdk",
"friendly_path": "string"
},
"production_datastores": [
{}
],
"recovery_path": {
"datastore": "string",
"datastore_name": "local",
"path": "vms/finance-vm",
"filename": "finance-vm.vmdk",
"friendly_path": "string"
},
"replicated": false,
"detached": false
}
Identificator of the device
Type of the device
Backing type of the device:
- FILE - file-backed type of device.
- RDM - Raw-disk mapping (RDM) type of device.
- CLIENT - Client device.
- HOST - Host device.
Label of the device
Data object that is used to fully qualify a datastore path.
List of production datastores in case of device with FILE backing type. Could contain multiple values in case of linked clone VM.
Data object that is used to fully qualify a datastore path.
Weather this device is already replicated
Weather this device is detached. Devices with RDM, CLIENT and HOST backing type are always detached and cannot be configured for protection.