Files
deb-python-pyvmomi/docs/vim/dvs/VmwareDistributedVirtualSwitch/UplinkLacpPolicy.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

1021 B

vim.dvs.VmwareDistributedVirtualSwitch.UplinkLacpPolicy

This class defines VMware specific Link Aggregation Control Protocol policy.

extends

vim.InheritablePolicy

since

vSphere API 5.1

deprecated

Attributes:

enable (vim.BoolPolicy, optional):

The flag to indicate whether or not Link Aggregation Control Protocol is enabled. It can be set to true if the value of lacpApiVersion is LacpApiVersion#singleLag, else an exception ConflictingConfiguration will be thrown.

mode (vim.StringPolicy, optional):

The mode of Link Aggregation Control Protocol. See UplinkLacpMode for valid values.