
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
29 lines
1.0 KiB
ReStructuredText
29 lines
1.0 KiB
ReStructuredText
.. _state: ../../../../vim/vsan/host/DiskResult.rst#state
|
|
|
|
.. _error: ../../../../vim/vsan/host/DiskResult.rst#error
|
|
|
|
.. _vim.vsan.host.DiskResult: ../../../../vim/vsan/host/DiskResult.rst
|
|
|
|
.. _vim.vsan.host.DiskResult.State: ../../../../vim/vsan/host/DiskResult/State.rst
|
|
|
|
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`_
|