IP Subnet Mapper The IpSubnetMapper component resides on the recovery site and manages the IP subnet mapping between Protection and Recovery site networks. GetIpSubnetMappingsThis method returns an array of the IP subnet mappings for this IP Subnet Mapper.AddIpMappingThis method associates an IPMapping object with an inventory-mapped protected site network. This must be called on secondary (recovery) site. The protectedNetwork should be mapped to recoveryNetwork by #InventoryMapper.addNetworkMappings() for the IPMapping to be applied to VMs connected to recoveryNetwork during IP customization. If an IPMapping had been already associated with the protectedNetwork, then it gets replaced by the new IPMapping. Up to 1 IPMapping containing multiple SubnetRule rules can be associated with any given protected site network at any time. If the destination (recovery) network is associated with a Test Network on the recovery site, then the ipMapping will be applied to the test network as well. This method requires Resource.com.vmware.vcDr.RecoveryUse privilege on destinationNetwork.RemoveIpMappingsThis method removes IPMappings from mapped primary (protected) site networks. Must be called on secondary (recovery) site.Parent topic: Logical Usage Order - Site Recovery Manager API