
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.0 KiB
1.0 KiB
vim.vsan.host.DiskResult.State
Values used for indicating a disk's status for use by the VSAN service.See state :contained by: vim.vsan.host.DiskResult
- type
- name
ineligible
values:
- eligible
-
Disk is considered eligible for use by the VSAN service, but is not currently in use.
- ineligible
-
Disk is considered ineligible for use by the VSAN service, and is not currently in use.See error
- inUse
-
Disk is currently in use by the VSAN service. A disk may be considered in use by the VSAN service regardless of whether the VSAN service is enabled. As long as a disk is in use by VSAN, it is reserved exclusively for VSAN and may not be used for other purposes.See error