
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.5 KiB
vim.cluster.DasConfigInfo.HBDatastoreCandidate
The policy to determine the candidates from which vCenter Server can choose heartbeat datastores. :contained by: vim.cluster.DasConfigInfo
- type
- name
allFeasibleDsWithUserPreference
values:
- allFeasibleDs
-
vCenter Server chooses heartbeat datastores from all the feasible ones, i.e., the datastores that are accessible to more than one host in the cluster. The choice will be made without giving preference to those specified by the user (see heartbeatDatastore ).
- allFeasibleDsWithUserPreference
-
vCenter Server chooses heartbeat datastores from all the feasible ones while giving preference to those specified by the user (see heartbeatDatastore ). More specifically, the datastores not included in heartbeatDatastore will be chosen if and only if the specified ones are not sufficient.
- userSelectedDs
-
vCenter Server chooses heartbeat datastores from the set specified by the user (see heartbeatDatastore ). More specifically, datastores not included in the set will not be chosen. Note that if heartbeatDatastore is empty, datastore heartbeating will be disabled for HA.