DependentVmDrResponseEntity

DependentVmDrResponseEntity
DependentVmDrResponseEntity

Details about a dependent protected VM in the context of a given protected VM.

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "string",
    "template": false,
    "inside_vapp": false,
    "status": "string",
    "priority_group": "string",
    "protection_group_name": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}