VmProtectionSettingsSummary

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
}
recovery_folder
Optional

recovery_folder

recovery_resource_pool
Optional

recovery_resource_pool

recovery_host
Optional

recovery_host

recovery_networks
Optional

recovery_networks

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.