Files
deb-python-pyvmomi/docs/vim/vsan/host/ConfigInfo/StorageInfo.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

31 lines
1.7 KiB
ReStructuredText

.. _bool: https://docs.python.org/2/library/stdtypes.html
.. _diskMapping: ../../../../vim/vsan/host/ConfigInfo/StorageInfo.rst#diskMapping
.. _defaultConfig: ../../../../vim/vsan/cluster/ConfigInfo.rst#defaultConfig
.. _vsanHostConfig: ../../../../vim/cluster/ConfigInfoEx.rst#vsanHostConfig
.. _vSphere API 5.5: ../../../../vim/version.rst#vimversionversion9
.. _vmodl.DynamicData: ../../../../vmodl/DynamicData.rst
.. _VsanHostDiskMapping: ../../../../vim/vsan/host/DiskMapping.rst
.. _vim.vsan.host.DiskMapping: ../../../../vim/vsan/host/DiskMapping.rst
vim.vsan.host.ConfigInfo.StorageInfo
====================================
Host-local VSAN storage configuration. This data object is used both for specifying and retrieving storage configuration for a host participating in the VSAN service.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.5`_
Attributes:
autoClaimStorage (`bool`_, optional):
Whether the VSAN service is configured to automatically claim local unused storage on this host. When set, the VSAN service will automatically format and use local disks. Side effects from any disk consumption will be reflected in `diskMapping`_ . If this argument is specified as a host-level configuration input at the VC-level (see `vsanHostConfig`_ ), it will override that of any cluster-level default value.See `diskMapping`_ See `vsanHostConfig`_ See `defaultConfig`_
diskMapping (`vim.vsan.host.DiskMapping`_, optional):
List of `VsanHostDiskMapping`_ entries in use by the VSAN service. DiskMappings to be used by the VSAN service may be manually specified using vim.host.VsanSystem#initializeDisks(DiskMapping[]).See vim.host.VsanSystem#initializeDisks(DiskMapping[])