Files
deb-python-pyvmomi/docs/vim/dvs/VmwareDistributedVirtualSwitch/LacpGroupConfig.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.