
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
48 lines
1.8 KiB
ReStructuredText
48 lines
1.8 KiB
ReStructuredText
.. _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.
|