AddResourcePoolMapping
Adds a resource pool mapping between a resource pool on the primary vCenter Server and another on the secondary vCenter Server.
Synopsis
void addResourcePoolMapping(vim.ResourcePool primaryResourcePool,vim.ResourcePool secondaryResourcePool)
primaryPool – The resource pool on the protection site (must be local).
secondaryPool – The resource pool on the recovery site (must be remote).
Faults
- UnknownPrimaryResourcePool
- UnknownSecondaryResourcePool
- ConnectionDownFault
- RuntimeFault
- NotAuthenticated
See Faults in Site Recovery Manager API for more details.