
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
1.7 KiB
vim.vsan.host.NodeState
A VsanHostNodeState represents the state of participation of a host in the VSAN service.See VsanHostClusterStatus See VsanHostClusterStatusState
- type
- name
decommissioning
values:
- decommissioning
-
The node is being decommissioned from the VSAN service; this state is considered transitory.
- starting
-
The node is starting the VSAN service; this state is considered transitory.
- enteringMaintenanceMode
-
The node is entering maintenance mode; this state is considered transitory.See EnterMaintenanceMode_Task
- agent
-
The node is enabled for the VSAN service and is serving as an agent.
- disabled
-
The node is disabled for the VSAN service.
- master
-
The node is enabled for the VSAN service and is serving as the master.
- exitingMaintenanceMode
-
The node is exiting maintenance mode; this state is considered transitory.See ExitMaintenanceMode_Task
- error
-
The node is enabled for the VSAN service but has some configuration error which prevents participation.
- stopping
-
The node is stopping the VSAN service; this state is considered transitory.
- backup
-
The node is enabled for the VSAN service and is serving as the backup.