RecoveryPlanVmInfoDrResponseEntity
RecoveryPlanVmInfoDrResponseEntity
Details about a VM within a recovery plan.
AllOf
This class requires all of the following:
JSON Example
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"recovery_settings": {
"priority": "string",
"startup_action": "string",
"dependent_vms": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"status": "string",
"priority_group": "string",
"protection_group_name": "string"
}
],
"pre_power_on_steps": "string",
"post_power_on_steps": "string",
"allow_migration": false
},
"status": "string",
"managing_recovery_plan": "string",
"protection_group_name": "string",
"protection_group": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}