
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.7 KiB
vim.vsan.cluster.ConfigInfo.HostDefaultInfo
Default VSAN service configuration to be used for hosts admitted to the cluster.See defaultConfig
- extends
- since
- 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