IPMappingDrResponseEntity
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:
JSON Example
{
"name": "string",
"rules": [
{
"name": "string",
"remote_subnet": "string",
"local_subnet": "string",
"remote_ip_settings": {
"ip_v4": {
"default_gateway": "string",
"alternate_gateway": "string"
},
"dns": {
"type": "string",
"preferred_server": "string",
"alternate_server": "string",
"suffixes": [
{}
]
},
"wins": {
"primary_server": "string",
"alternate_server": "string"
}
}
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}