AddDatastores
Adds datastores to the protection group. Additionally, the virtual machines on these datastores can be protected by the protection group. This can be done by calling protectVms method from this interface.
Synopsis
void addDatastores(@optional Datastore[] datastores)
datastores is the list of datastores that will be added to the protection group.
Faults
- InvalidState
- InvalidArgument
- NotSupported
- SystemError
- vim.fault.ConcurrentAccess
See Faults in Site Recovery Manager API for more details.