ListReplicatedDatastores

This method queries and lists replicated but unprotected datastores. A datastore is replicated if it contains any virtual machines in a protection group. The method is deprecated.

Synopsis

vim.Datastore[] listReplicatedDatastores()

Datastore[] is a list of replicated datastores on this site that can be used to create new protection groups.

Faults

  • RuntimeFault

Method to list replicated datastores

Datastore[] = _service.ListReplicatedDatastores(_svcRef);