File: Action.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 (32 lines) | stat: -rw-r--r-- 1,143 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
.. _vim.host.AutoStartManager: ../../../vim/host/AutoStartManager.rst

.. _vim.host.AutoStartManager.Action: ../../../vim/host/AutoStartManager/Action.rst

vim.host.AutoStartManager.Action
================================
  :contained by: `vim.host.AutoStartManager`_

  :type: `vim.host.AutoStartManager.Action`_

  :name: suspend

values:
--------

none
   No action is taken for this virtual machine. This virtual machine is not a part of the auto-start sequence. This can be used for both auto-start and auto-start settings.

suspend
   This virtual machine is suspended when it is next in the auto-stop order.

systemDefault
   The default system action is taken for this virtual machine when it is next in the auto-start order. This can be used for both auto-start and auto-start settings.

powerOff
   This virtual machine is powered off when it is next in the auto-stop order. This is the default stopAction.

guestShutdown
   The guest operating system for a virtual machine is shut down when that virtual machine in next in the auto-stop order.

powerOn
   This virtual machine is powered on when it is next in the auto-start order.