Adds a network mapping between a network on the primary vCenter Server and another network on the secondary vCenter Server.
Synopsis
void addNetworkMapping(vim.Network primaryNetwork, vim.Network secondaryNetwork)
primaryNetwork is a read‐only MoRef to the network on the protection site (must be local).
secondaryNetwork is a read‐only MoRef to the network on the recovery site (must be remote).
Faults
- ConnectionDownFault
- InvalidPrimaryNetwork
- InvalidSecondaryNetowrk
- NotAuthenticated
- RuntimeFault
- UnknownPrimaryNetwork
- UnknownSecondaryNetwork
See Faults in Site Recovery Manager API for more details.