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": [
"string"
],
"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. <ul> <li>FILE: file-backed type of device</li> <li>RDM: Raw-disk mapping (RDM) type of device</li> <li>CLIENT: Client device</li> <li>HOST: Host device</li> </ul>
Label of the device
List of production datastores in case of device with FILE backing type. Could contain multiple values in case of linked clone VM.
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.