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

1.7 KiB

vim.vsan.cluster.ConfigInfo.HostDefaultInfo

Default VSAN service configuration to be used for hosts admitted to the cluster.See defaultConfig

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

uuid (str, optional):

VSAN service cluster UUID, in the string form "nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn", where n are hexadecimal digits. When enabling the VSAN service on the cluster, this value shall not be specified by the user; a suitable UUID will be generated by the platform. While the VSAN service is enabled, this is a read-only value.

autoClaimStorage (bool, optional):

Whether the VSAN service is configured to automatically claim local storage on VSAN-enabled hosts in the cluster. If omitted while enabling the VSAN service, this value will default totrue. Changing this value tofalseshall not affect any existing disk mappings in use by hosts currently participating in the VSAN service. Changing this value totruewill result in local disks being automatically claimed for use by the VSAN service, for hosts currently participating in the VSAN service.See diskMapping See autoClaimStorage