File: ConfigSpec.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 (36 lines) | stat: -rw-r--r-- 1,196 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
33
34
35
36
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst

.. _vim.cluster.RuleSpec: ../../vim/cluster/RuleSpec.rst

.. _vim.cluster.DrsConfigInfo: ../../vim/cluster/DrsConfigInfo.rst

.. _vim.cluster.DasConfigInfo: ../../vim/cluster/DasConfigInfo.rst

.. _vim.cluster.DrsVmConfigSpec: ../../vim/cluster/DrsVmConfigSpec.rst

.. _vim.cluster.DasVmConfigSpec: ../../vim/cluster/DasVmConfigSpec.rst


vim.cluster.ConfigSpec
======================
  A complete cluster configuration. All fields are defined as optional. In case of a reconfiguration, unset fields are unchanged.
:extends: vmodl.DynamicData_
**deprecated**


Attributes:
    dasConfig (`vim.cluster.DasConfigInfo`_, optional):

       Changes to the configuration of vSphere HA.
    dasVmConfigSpec ([`vim.cluster.DasVmConfigSpec`_], optional):

       Changes to the per-virtual-machine vSphere HA settings.
    drsConfig (`vim.cluster.DrsConfigInfo`_, optional):

       Changes to the configuration of the VMware DRS service.
    drsVmConfigSpec ([`vim.cluster.DrsVmConfigSpec`_], optional):

       Changes to the per-virtual-machine DRS settings.
    rulesSpec ([`vim.cluster.RuleSpec`_], optional):

       Changes to the set of rules.