ListProtectedDatastores
This method retrieves the list of datastores that are protected by the specified protection group. A datastore can be a VMFS volume, a NAS directory, or a local file system path.
Synopsis
vim.Datastore[] listProtectedDatastores( )
Returns Datastore[] is an array of all Datastore objects protected by this protection group.
Faults
- vmodl.fault.NotSupported if this protection group is not a SAN group.
- RuntimeFault
Example for ListProtectedDatastores
datastore[] = _service.ListProtectedDatastores(_svcPtGrp);