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

853 B

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.