VmSummarizedRecoverySettings
Summary of VM recovery settings. Detailed settings are accessible at /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
}
Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.
Startup action after recovery:
- DO_NOT_POWER_ON - The VM will not be powered on and post-power-on steps will not be executed as partof the recovery and test workflows. Note that the VM may still get powered onduring recovery as part of the IP customization workflow.
- POWER_ON - The VM will be powered on and post-power-on steps will be executed as part of the recovery and test workflows.
List of VMs which must be powered-on before this VM can be powered on.
Dependencies are only valid within VMs of the same recovery priority. If there are dependent VMs that are not in the current plan and same recovery priority, they will be ignored.
The list may contain VMs which are not contained by any protection group in the plan.
Summary of the pre power-on steps
Summary of the post power-on steps
Whether or not vMotion is enabled for the current VM