File: VmwareDistributedVirtualSwitch.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 (68 lines) | stat: -rw-r--r-- 2,109 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.. _vim.Task: ../../vim/Task.rst

.. _lacpApiVersion: ../../vim/dvs/VmwareDistributedVirtualSwitch/ConfigInfo.rst#lacpApiVersion

.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5

.. _vSphere API 5.5: ../../vim/version.rst#vimversionversion9

.. _vim.fault.DvsFault: ../../vim/fault/DvsFault.rst

.. _vmodl.fault.NotSupported: ../../vmodl/fault/NotSupported.rst

.. _vim.DistributedVirtualSwitch: ../../vim/DistributedVirtualSwitch.rst

.. _vim.dvs.VmwareDistributedVirtualSwitch.LacpGroupSpec: ../../vim/dvs/VmwareDistributedVirtualSwitch/LacpGroupSpec.rst


vim.dvs.VmwareDistributedVirtualSwitch
======================================
  The `VmwareDistributedVirtualSwitch`_ managed object is the VMware implementation of a distributed virtual switch. The functionality listed here is for a VMware distributed virtual switch only.When you use a VMware distributed virtual switch, you can perform backup and restore operations on the VMware switch. You can also perform rollback operations on the switch and on portgroups associated with the VMware switch. See the description for the following methods:
   * `DVSManagerExportEntity_Task`_
   * `DVSManagerImportEntity_Task`_
   * `DVSRollback_Task`_
   * `DVPortgroupRollback_Task`_


:extends: vim.DistributedVirtualSwitch_
:since: `vSphere API 4.0`_


Attributes
----------


Methods
-------


UpdateDVSLacpGroupConfig(lacpGroupSpec):
   Update Link Aggregation Control Protocol groups. It can be called if the value of `lacpApiVersion`_ is LacpApiVersion#multipleLag else an exception ConflictingConfiguration will be thrown.
  since: `vSphere API 5.5`_


  Privilege:
               DVSwitch.Modify



  Args:
    lacpGroupSpec (`vim.dvs.VmwareDistributedVirtualSwitch.LacpGroupSpec`_):
       The Link Aggregation Control Protocol groups to be configured.




  Returns:
     `vim.Task`_:
         

  Raises:

    `vim.fault.DvsFault`_: 
       if operation fails on any host or if there are other update failures.

    `vmodl.fault.NotSupported`_: 
       if multiple Link Aggregation Control Protocol is not supported on the switch.