
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
853 B
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
- 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.