File: LacpGroupConfig.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 (47 lines) | stat: -rw-r--r-- 1,837 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
.. _int: https://docs.python.org/2/library/stdtypes.html

.. _str: https://docs.python.org/2/library/stdtypes.html

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

.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst

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

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


vim.dvs.VmwareDistributedVirtualSwitch.LacpGroupConfig
======================================================
  This class defines VMware specific multiple IEEE 802.3ad Dynamic Link Aggregation Control Protocol groups.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.5`_

Attributes:
    key (`str`_, optional):

       The generated key as the identifier for the Link Aggregation group.
    name (`str`_, optional):

       The display name.
    mode (`str`_, optional):

       The mode of Link Aggregation Control Protocol. See UplinkLacpMode for valid values.
    uplinkNum (`int`_, optional):

       The number of uplink ports.
    loadbalanceAlgorithm (`str`_, optional):

       Load balance policy. See LacpLoadBalanceAlgorithm for valid values.
    vlan (`vim.dvs.VmwareDistributedVirtualSwitch.LagVlanConfig`_, optional):

       The VLAN Specification of the Uplink Ports in the Link Aggregation group.
    ipfix (`vim.dvs.VmwareDistributedVirtualSwitch.LagIpfixConfig`_, optional):

       Ipfix configuration of the Link Aggregation Control Protocol group.
    uplinkName ([`str`_], optional):

       Names for the Uplink Ports in the group. This property is ignored in an update operation.
    uplinkPortKey ([`str`_], optional):

       Keys for the Uplink Ports in the group. This property is ignored in an update operation.