VmSummarizedRecoverySettingsDrResponseEntity
VmSummarizedRecoverySettingsDrResponseEntity
Summary of VM recovery settings. Detailed settings are accessible at /recovery-settings
.
AllOf
This class requires all of the following:
JSON Example
{
"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,
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}