[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
IPMapping
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.
Properties
string
name
Optional
Name of the IP mapping.
array of
SubnetRule
rules
Optional
A rule describing mapping between protection side IP parameters to recovery side ones for a single IP subnet. Currently IPv6 customization is not supported.
JSON Example
{
"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
Property Of
NetworkMapping
Parameter To
Update Network IP Subnet Mapping
Used By
IPMappingDrResponseEntity