Files
deb-python-pyvmomi/docs/vim/dvs/VmwareDistributedVirtualSwitch/LacpGroupConfig.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.8 KiB

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.