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

VmSummarizedRecoverySettings

Summary of VM recovery settings. Detailed settings are accessible at /recovery-settings.


Properties

boolean
allow_migration Optional

Whether or not vMotion is enabled for the current VM


array of DependentVm
dependent_vms Optional

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.


string
post_power_on_steps Optional

Summary of the post power-on steps


string
pre_power_on_steps Optional

Summary of the pre power-on steps


string
priority Optional

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.

Possible values are: P1P2P3P4P5


string
startup_action Optional

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.

Possible values are: POWER_ONDO_NOT_POWER_ON

JSON Example

{
	"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"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

RecoveryPlanVmInfo
Used By

VmSummarizedRecoverySettingsDrResponseEntity

Feedback

Was this page helpful?