
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
25 lines
853 B
ReStructuredText
25 lines
853 B
ReStructuredText
.. _vim.vsan.host.DecommissionMode: ../../../../vim/vsan/host/DecommissionMode.rst
|
|
|
|
.. _vim.vsan.host.DecommissionMode.ObjectAction: ../../../../vim/vsan/host/DecommissionMode/ObjectAction.rst
|
|
|
|
vim.vsan.host.DecommissionMode.ObjectAction
|
|
===========================================
|
|
The action to take with regard to storage objects upon decommissioning a host from use with the VSAN service.
|
|
:contained by: `vim.vsan.host.DecommissionMode`_
|
|
|
|
:type: `vim.vsan.host.DecommissionMode.ObjectAction`_
|
|
|
|
:name: evacuateAllData
|
|
|
|
values:
|
|
--------
|
|
|
|
evacuateAllData
|
|
VSAN data evacuation should be performed such that all storage object data is removed from the host.
|
|
|
|
ensureObjectAccessibility
|
|
VSAN data reconfiguration should be performed to ensure storage object accessibility.
|
|
|
|
noAction
|
|
No special action should take place regarding VSAN data.
|