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)
addResourcePoolMapping contains the following fields:
Field | Description |
---|---|
primaryPool | resource pool on the protection site (must be local) |
secondaryPool | resource pool on the recovery site (must be remote) |
Faults
- ConnectionDownFault
- NotAuthenticated
- RuntimeFault
- UnknownPrimaryResourcePool
- UnknownSecondaryResourcePool
See Faults in Site Recovery Manager API for more details.