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

VmRecoveryIpCustomizationSettingsDrResponseEntity

Details about IP Customization for 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"
			}
		]
	},
	"ip_customization_type": "AUTO",
	"is_recovery_site_local": false,
	"is_windows_guest": false,
	"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"
				}
			}
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Virtual Machine IP Customization

Feedback

Was this page helpful?