[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

RecoveryPlanVmInfoDrResponseEntity

Details about a VM within a recovery plan.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"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
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Virtual Machine

Feedback

Was this page helpful?