File: ConnectionState.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 (24 lines) | stat: -rw-r--r-- 885 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
.. _vim.HostSystem: ../../vim/HostSystem.rst

.. _vim.HostSystem.ConnectionState: ../../vim/HostSystem/ConnectionState.rst

vim.HostSystem.ConnectionState
==============================
  Defines a host's connection state.
  :contained by: `vim.HostSystem`_

  :type: `vim.HostSystem.ConnectionState`_

  :name: disconnected

values:
--------

connected
   Connected to the server. For ESX Server, this is always the setting.

disconnected
   The user has explicitly taken the host down. VirtualCenter does not expect to receive heartbeats from the host. The next time a heartbeat is received, the host is moved to the connected state again and an event is logged.

notResponding
   VirtualCenter is not receiving heartbeats from the server. The state automatically changes to connected once heartbeats are received again. This state is typically used to trigger an alarm on the host.