File: PowerState.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 (31 lines) | stat: -rw-r--r-- 1,323 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
.. _exiting: ../../vim/HostSystem/StandbyMode.rst#exiting

.. _entering: ../../vim/HostSystem/StandbyMode.rst#entering

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

.. _vim.HostSystem.PowerState: ../../vim/HostSystem/PowerState.rst

vim.HostSystem.PowerState
=========================
  Defines a host's power state.
  :contained by: `vim.HostSystem`_

  :type: `vim.HostSystem.PowerState`_

  :name: unknown

values:
--------

standBy
   The host was specifically put in standby mode, either explicitly by the user, or automatically by DPM. This state is not a cetain state, because after VirtualCenter issues the command to put the host in standby state, the host might crash, or kill all the processes but fail to power off. A host that is exiting standby mode `exiting`_ is also in this state.

unknown
   If the host is disconnected, or notResponding, we cannot possibly have knowledge of its power state. Hence, the host is marked as unknown.

poweredOn
   The host is powered on. A host that is entering standby mode `entering`_ is also in this state.

poweredOff
   The host was specifically powered off by the user through VirtualCenter. This state is not a cetain state, because after VirtualCenter issues the command to power off the host, the host might crash, or kill all the processes but fail to power off.