File: NodeState.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (52 lines) | stat: -rw-r--r-- 1,698 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. _VsanHostNodeState: ../../../vim/vsan/host/NodeState.rst

.. _VsanHostClusterStatus: ../../../vim/vsan/host/ClusterStatus.rst

.. _vim.vsan.host.NodeState: ../../../vim/vsan/host/NodeState.rst

.. _ExitMaintenanceMode_Task: ../../../vim/HostSystem.rst#exitMaintenanceMode

.. _EnterMaintenanceMode_Task: ../../../vim/HostSystem.rst#enterMaintenanceMode

.. _VsanHostClusterStatusState: ../../../vim/vsan/host/ClusterStatus/State.rst

vim.vsan.host.NodeState
=======================
  A `VsanHostNodeState`_ represents the state of participation of a host in the VSAN service.See `VsanHostClusterStatus`_ See `VsanHostClusterStatusState`_ 

  :type: `vim.vsan.host.NodeState`_

  :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.