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

VmRecoverySettingsStateDrResponseEntity

Current state of the recovery settings for a protected VM


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"
			}
		]
	},
	"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
Returned By

Get Plan Virtual Machine Recovery Settings

Feedback

Was this page helpful?