IPMapping

IPMapping
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.

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": [
                        "string"
                    ]
                },
                "wins": {
                    "primary_server": "string",
                    "alternate_server": "string"
                }
            }
        }
    ]
}
string
name
Optional

Name of the IP mapping.

array of SubnetRule
rules
Optional

rules