VmProtectionSettingsSummary
VmProtectionSettingsSummary
Summary of the recovery settings for a VM, defined in the context of a recovery plan
JSON Example
{
"recovery_folder": {
"id": "string",
"name": "string"
},
"recovery_resource_pool": {
"id": "string",
"name": "string"
},
"recovery_host": {
"id": "string",
"name": "string"
},
"recovery_networks": [
{
"id": "string",
"name": "string",
"type": "string"
}
],
"vmotion_eligible": false
}
boolean
vmotion_eligible
Optional
If the protected VM is eligible for vMotion. Null for the cases when the replication provider does not support vMotion (e.g. vVol). 'false' for the cases when the provider supports vMotion but the VM is not on stretched storage. 'true' for the cases when the provider supports vMotion and the VM is on stretched storage.