Files
deb-python-pyvmomi/docs/vim/cluster/DasConfigInfo/HBDatastoreCandidate.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

27 lines
1.5 KiB
ReStructuredText

.. _heartbeatDatastore: ../../../vim/cluster/DasConfigInfo.rst#heartbeatDatastore
.. _vim.cluster.DasConfigInfo: ../../../vim/cluster/DasConfigInfo.rst
.. _vim.cluster.DasConfigInfo.HBDatastoreCandidate: ../../../vim/cluster/DasConfigInfo/HBDatastoreCandidate.rst
vim.cluster.DasConfigInfo.HBDatastoreCandidate
==============================================
The policy to determine the candidates from which vCenter Server can choose heartbeat datastores.
:contained by: `vim.cluster.DasConfigInfo`_
:type: `vim.cluster.DasConfigInfo.HBDatastoreCandidate`_
: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.