InlineNetworkMappingDrResponseEntity0
Details about a network inventory mapping
{
"id": "string",
"primary_object": "string",
"secondary_object": "string",
"primary_object_name": "string",
"secondary_object_name": "string",
"reverse_mapping_type": "string",
"reverse_recovery_object": "string",
"reverse_recovery_object_name": "string",
"test_network_mapping": {
"target_network": "string",
"test_network": "string",
"id": "string",
"test_network_name": "string"
},
"ip_mapping": {
"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"
}
}
}
]
}
}
id
An ID of the object that is mapped.
An ID of the object that is mapped to.
The name of the primary object.
The name of the secondary object.
The type of the mapping between secondary and primary object (reverse mapping). If there is no reverse mapping will return NO. If the reverse mapping is between the same entities will return YES. If the secondary object has mapping to different than primary object, then DIFFERENT is returned.
Reference to the reverse recovery object if reverseMappingType == DIFFERENT.
Name of the reverse recovery object if reverseMappingType == DIFFERENT.
Details about a test network mapping. If not present, then an isolated network will be used for test recovery.
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.