File: DasState.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (45 lines) | stat: -rw-r--r-- 1,327 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
.. _configState: ../../../vim/cluster/DasAamNodeState.rst#configState

.. _runtimeState: ../../../vim/cluster/DasAamNodeState.rst#runtimeState

.. _vim.cluster.DasAamNodeState: ../../../vim/cluster/DasAamNodeState.rst

.. _ClusterDasAamNodeStateDasState: ../../../vim/cluster/DasAamNodeState/DasState.rst

.. _vim.cluster.DasAamNodeState.DasState: ../../../vim/cluster/DasAamNodeState/DasState.rst

vim.cluster.DasAamNodeState.DasState
====================================
  The `ClusterDasAamNodeStateDasState`_ enumerated type defines values for host HA configuration and runtime state properties ( `configState`_ and `runtimeState`_ ).
  :contained by: `vim.cluster.DasAamNodeState`_

  :type: `vim.cluster.DasAamNodeState.DasState`_

  :name: nodeFailed

values:
--------

uninitialized
   HA has never been enabled on the the host.

configuring
   HA configuration is in progress.

unconfiguring
   HA configuration is being removed.

agentShutdown
   The HA agent has been shut down.

nodeFailed
   The host is not reachable. This can represent a host failure or an isolated host.

running
   HA agent is running on this host.

error
   There is an error condition. This can represent a configuration error or a host agent runtime error.

initialized
   HA agents have been installed but are not running on the the host.