Files
deb-python-pyvmomi/docs/vim/vsan/host/DiskResult/State.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.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

vim.vsan.host.DiskResult.State

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