
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
1021 B
1021 B
vim.dvs.VmwareDistributedVirtualSwitch.UplinkLacpPolicy
This class defines VMware specific Link Aggregation Control Protocol policy.
- extends
- since
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.