[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
VmLocationData
Location details about a protected virtual machine.
Properties
string
name
Optional
The name of the location
string
placeholder_vm
Optional
ID of the placeholder VM
placeholder_vm_path
Optional
Data object that is used to fully qualify a datastore path.
production_vm_path
Optional
Data object that is used to fully qualify a datastore path.
string
protected_site
Optional
Protected site where the VM is residing
string
recovery_site
Optional
Recovery site where the VM will be recovered
JSON Example
{
"name": "string",
"placeholder_vm": "string",
"placeholder_vm_path": {
"datastore": "string",
"datastore_name": "local",
"filename": "finance-vm.vmdk",
"friendly_path": "string",
"path": "vms/finance-vm"
},
"production_vm_path": {
"datastore": "string",
"datastore_name": "local",
"filename": "finance-vm.vmdk",
"friendly_path": "string",
"path": "vms/finance-vm"
},
"protected_site": "string",
"recovery_site": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of
VmProtectionSettings