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

VmProtectionSettingsSummary

Summary of the recovery settings for a VM, defined in the context of a recovery plan


Properties

recovery_folder Optional

recovery_host Optional

array of VcenterNetwork
recovery_networks Optional

vCenter Network details


recovery_resource_pool Optional

boolean
vmotion_eligible Optional

If the protected VM is eligible for vMotion. Null for the cases when the replication provider does not support vMotion (e.g. vVol). ‘false’ for the cases when the provider supports vMotion but the VM is not on stretched storage. ’true’ for the cases when the provider supports vMotion and the VM is on stretched storage.

JSON Example

{
	"recovery_folder": {
		"id": "string",
		"name": "string"
	},
	"recovery_host": {
		"id": "string",
		"name": "string"
	},
	"recovery_networks": [
		{
			"id": "string",
			"name": "string",
			"type": "UNKNOWN"
		}
	],
	"recovery_resource_pool": {
		"id": "string",
		"name": "string"
	},
	"vmotion_eligible": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ProtectionGroupVmInfo

Feedback

Was this page helpful?