
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
1.3 KiB
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
- since
- 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