
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
28 lines
933 B
ReStructuredText
28 lines
933 B
ReStructuredText
.. _long: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vSphere API 5.0: ../../vim/version.rst#vimversionversion7
|
|
|
|
.. _RetrieveDasData: ../../vim/ClusterComputeResource.rst#retrieveDasData
|
|
|
|
.. _vim.cluster.DasData: ../../vim/cluster/DasData.rst
|
|
|
|
.. _ClusterDasDataDetails: ../../vim/cluster/DasDataDetails.rst
|
|
|
|
|
|
vim.cluster.DasDataSummary
|
|
==========================
|
|
This class contains the summary of the data that DAS needs/uses. The actual data is available in `ClusterDasDataDetails`_ and can be retrieved using the `RetrieveDasData`_ method. This class is meant for VMware internal use only.
|
|
:extends: vim.cluster.DasData_
|
|
:since: `vSphere API 5.0`_
|
|
|
|
Attributes:
|
|
hostListVersion (`long`_):
|
|
|
|
The version corresponding to the hostList
|
|
clusterConfigVersion (`long`_):
|
|
|
|
The version corresponding to the clusterConfig
|
|
compatListVersion (`long`_):
|
|
|
|
The version corresponding to the compatList
|