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

VmRecoverySettingsState

Current state of the recovery settings for a protected VM


Properties

boolean
protection_group_support_vmotion Optional

Whether this VM belongs to a protection group that supports vMotion


recovery_settings Optional

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


string
status Optional

Status of the recovery settings.

  • OK - there are no recovery settings conditions to alert to the user.
  • SYNC_CONFLICT - Synchronization error. The settings are in a sync conflict with the remote site.To clear the conflict, you must run edit plan operation, which will synchronize both sites.

Possible values are: OKSYNC_CONFLICT


boolean
vmotion_migration_supported Optional

Whether this VM can be migrated to the recovery site using vMotion during a planned failover workflow

JSON Example

{
	"protection_group_support_vmotion": false,
	"recovery_settings": {
		"allow_vmotion_migration": false,
		"change_version": 0,
		"dependent_vms": [
			{
				"id": "string",
				"inside_vapp": false,
				"name": "string",
				"priority_group": "P1",
				"protection_group_name": "string",
				"status": "OK",
				"template": false
			}
		],
		"ip_customization_type": "AUTO",
		"nic_settings": [
			{
				"device_id": 0,
				"primary_ip_settings": {
					"dns": {
						"alternate_server": "string",
						"preferred_server": "string",
						"suffixes": [
							"string"
						],
						"type": "DHCP"
					},
					"ip_v4": {
						"alternate_gateway": "string",
						"default_gateway": "string",
						"ip_address": "string",
						"subnet_mask": "255.255.255.0",
						"type": "DHCP"
					},
					"ip_v6": {
						"alternate_gateway": "string",
						"default_gateway": "string",
						"ip_address": "fdda:5cc1:23:4::1f",
						"subnet_prefix_length": 0,
						"type": "DHCP"
					},
					"wins": {
						"alternate_server": "string",
						"primary_server": "string"
					}
				},
				"secondary_ip_settings": {
					"dns": {
						"alternate_server": "string",
						"preferred_server": "string",
						"suffixes": [
							"string"
						],
						"type": "DHCP"
					},
					"ip_v4": {
						"alternate_gateway": "string",
						"default_gateway": "string",
						"ip_address": "string",
						"subnet_mask": "255.255.255.0",
						"type": "DHCP"
					},
					"ip_v6": {
						"alternate_gateway": "string",
						"default_gateway": "string",
						"ip_address": "fdda:5cc1:23:4::1f",
						"subnet_prefix_length": 0,
						"type": "DHCP"
					},
					"wins": {
						"alternate_server": "string",
						"primary_server": "string"
					}
				}
			}
		],
		"post_power_on_steps": [
			{
				"callout_type": "PROMPT",
				"content": "string",
				"id": "string",
				"name": "string",
				"step_type": "PRE_POWER_ON",
				"timeout_seconds": 0
			}
		],
		"pre_power_on_steps": [
			{
				"callout_type": "PROMPT",
				"content": "string",
				"id": "string",
				"name": "string",
				"step_type": "PRE_POWER_ON",
				"timeout_seconds": 0
			}
		],
		"priority": "P1",
		"shutdown_action_settings": {
			"skip_shutdown_guest": false,
			"timeout_seconds": 0
		},
		"startup_action": "POWER_ON",
		"startup_action_settings": {
			"delay_before_power_on_steps_and_dependent_vms_seconds": 0,
			"power_on_vmtools_timeout_seconds": 0
		},
		"vm_tools_status": "INSTALLING"
	},
	"status": "OK",
	"vmotion_migration_supported": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Used By

VmRecoverySettingsStateDrResponseEntity

Feedback

Was this page helpful?