RecoveryPlanVmInfo
Details about a VM within a recovery plan.
Properties
The identifier of the virtual machine
Whether this VM is inside a vApp
Name of the plan which was run last on this VM.
The name of the virtual machine
The ID of the protection group which is protecting the VM.
Name of the protection group which is protecting the VM.
Summary of VM recovery settings. Detailed settings are accessible at /recovery-settings
.
Recovery status of the protected virtual machine:
- READY_TO_RECOVER
- TEST_IN_PROGRESS
- TEST_ERROR
- TEST_WARNING
- TEST_SUCCEEDED
- TEST_INCOMPLETE
- CLEANUP_IN_PROGRESS
- CLEANUP_ERROR
- CLEANUP_INCOMPLETE
- RECOVERY_IN_PROGRESS
- RECOVERY_ERROR
- RECOVERY_WARNING
- RECOVERY_SUCCEEDED
- RECOVERY_INCOMPLETE
- REPROTECT_IN_PROGRESS
- REPROTECT_ERROR
- REPROTECT_INCOMPLETE
- UNKNOWN
Possible values are: READY_TO_RECOVER , TEST_IN_PROGRESS , TEST_ERROR , TEST_WARNING , TEST_SUCCEEDED , TEST_INCOMPLETE , CLEANUP_IN_PROGRESS , CLEANUP_ERROR , CLEANUP_INCOMPLETE , RECOVERY_IN_PROGRESS , RECOVERY_ERROR , RECOVERY_WARNING , RECOVERY_SUCCEEDED , RECOVERY_INCOMPLETE , REPROTECT_IN_PROGRESS , REPROTECT_ERROR , REPROTECT_INCOMPLETE , UNKNOWN
Whether this VM is a template VM
JSON Example
{
"id": "string",
"inside_vapp": false,
"managing_recovery_plan": "string",
"name": "string",
"protection_group": "string",
"protection_group_name": "string",
"recovery_settings": {
"allow_migration": false,
"dependent_vms": [
{
"id": "string",
"inside_vapp": false,
"name": "string",
"priority_group": "P1",
"protection_group_name": "string",
"status": "OK",
"template": false
}
],
"post_power_on_steps": "string",
"pre_power_on_steps": "string",
"priority": "P1",
"startup_action": "POWER_ON"
},
"status": "READY_TO_RECOVER",
"template": false
}
Property Of
RecoveryPlanVmInfoDrResponseList
Used By
RecoveryPlanVmInfoDrResponseEntity