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

IPMappingDrResponseEntity

IPMapping defines the rule(s) used to translate VM's IP settings between protection and recovery sites. IPMapping can be associated with a protected site's network mapped to a recovery site's network at inventory mapping level. This allows IP settings for the recovered VMs to be deduced based on the IP subnet parameters without a need to configure IP settings for each protected VM individually.


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"
			}
		]
	},
	"name": "string",
	"rules": [
		{
			"local_subnet": "string",
			"name": "string",
			"remote_ip_settings": {
				"dns": {
					"alternate_server": "string",
					"preferred_server": "string",
					"suffixes": [
						"string"
					],
					"type": "DHCP"
				},
				"ip_v4": {
					"alternate_gateway": "string",
					"default_gateway": "string"
				},
				"wins": {
					"alternate_server": "string",
					"primary_server": "string"
				}
			},
			"remote_subnet": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Network IP Subnet Mapping

Feedback

Was this page helpful?