File: WaitHeartbeatSetting.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-- 1,386 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.host.AutoStartManager.AutoPowerInfo: ../../../../vim/host/AutoStartManager/AutoPowerInfo.rst

.. _vim.host.AutoStartManager.AutoPowerInfo.WaitHeartbeatSetting: ../../../../vim/host/AutoStartManager/AutoPowerInfo/WaitHeartbeatSetting.rst

vim.host.AutoStartManager.AutoPowerInfo.WaitHeartbeatSetting
============================================================
  Determines if the virtual machine should start after receiving a heartbeat, ignore heartbeats and start after the startDelay has elapsed, or follow the system default before powering on. When a virtual machine is next in the start order, the system either waits a specified period of time for a virtual machine to power on or it waits until it receives a successful heartbeat from a powered on virtual machine. By default, this is set to no.
  :contained by: `vim.host.AutoStartManager.AutoPowerInfo`_

  :type: `vim.host.AutoStartManager.AutoPowerInfo.WaitHeartbeatSetting`_

  :name: systemDefault

values:
--------

yes
   The system waits until receiving a heartbeat before powering on the next machine in the order.

systemDefault
   The system uses the default value to determine whether or not to wait to receive a heartbeat before powering on the next machine in the order.

no
   The system does not wait to receive a heartbeat before powering on the next machine in the order. This is the default setting.