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

vim.vsan.cluster.ConfigInfo

The VsanClusterConfigInfo data object contains configuration data for the VSAN service in a cluster. This data object is used both for specifying cluster-wide settings when updating the VSAN service, and as an output datatype when retrieving current cluster-wide VSAN service settings.See ReconfigureComputeResource_Task

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

enabled (bool, optional):

Whether the VSAN service is enabled for the cluster.

defaultConfig (vim.vsan.cluster.ConfigInfo.HostDefaultInfo, optional):

Default VSAN settings to use for hosts admitted to the cluster when the VSAN service is enabled. If omitted, values will default as though the fields in the HostDefaultInfo have been omitted.See enabled See HostDefaultInfo