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

NetworkMapping

Details about a network inventory mapping


Properties

string as uuid
id Required

string
reverse_mapping_type Required

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.

Possible values are: YESDIFFERENTNO


ip_mapping Optional

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.


string
primary_object Optional

An ID of the object that is mapped.


string
primary_object_name Optional

The name of the primary object.


string
reverse_recovery_object Optional

Reference to the reverse recovery object if reverseMappingType == DIFFERENT.


string
reverse_recovery_object_name Optional

Name of the reverse recovery object if reverseMappingType == DIFFERENT.


string
secondary_object Optional

An ID of the object that is mapped to.


string
secondary_object_name Optional

The name of the secondary object.


test_network_mapping Optional

Details about a test network mapping. If not present, then an isolated network will be used for test recovery.

JSON Example

{
	"id": "string",
	"reverse_mapping_type": "YES"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

NetworkMappingDrResponseList
Used By

NetworkMappingDrResponseEntity

Feedback

Was this page helpful?