File: PowerOnVmOption.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 (20 lines) | stat: -rw-r--r-- 1,159 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
.. _DrsBehavior: ../../vim/cluster/DrsConfigInfo/DrsBehavior.rst

.. _vim.cluster.PowerOnVmOption: ../../vim/cluster/PowerOnVmOption.rst

vim.cluster.PowerOnVmOption
===========================
  Defines the options for a Datacenter::powerOnVm() invocation.

  :type: `vim.cluster.PowerOnVmOption`_

  :name: ReserveResources

values:
--------

OverrideAutomationLevel
   Override the DRS automation level. Value type: `DrsBehavior`_ Default value: current behavior

ReserveResources
   Reserve resources for the powering-on VMs throughout the power-on session. When this option is set to true, the server will return at most one recommended host per manual VM, and the VM's reservations are held on the recommended host until the VM is actually powered on (either by applying the recommendation or by a power-on request on the VM), or until the recommendation is cancelled, or until the recommendation expires. The expiration time is currently set to 10 minutes. This option does not have an effect on automatic VMs since their recommendations are executed immediately. This option is effective on DRS clusters only. Value type: boolean Default value: false