
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
2.1 KiB
2.1 KiB
vim.dvs.VmwareDistributedVirtualSwitch
- The VmwareDistributedVirtualSwitch managed object is the VMware implementation of a distributed virtual switch. The functionality listed here is for a VMware distributed virtual switch only.When you use a VMware distributed virtual switch, you can perform backup and restore operations on the VMware switch. You can also perform rollback operations on the switch and on portgroups associated with the VMware switch. See the description for the following methods:
- extends
- since
Attributes
Methods
- UpdateDVSLacpGroupConfig(lacpGroupSpec):
-
Update Link Aggregation Control Protocol groups. It can be called if the value of lacpApiVersion is LacpApiVersion#multipleLag else an exception ConflictingConfiguration will be thrown. since: vSphere API 5.5
- Privilege:
-
DVSwitch.Modify
- Args:
-
- lacpGroupSpec (vim.dvs.VmwareDistributedVirtualSwitch.LacpGroupSpec):
-
The Link Aggregation Control Protocol groups to be configured.
- Returns:
Raises:
- vim.fault.DvsFault:
-
if operation fails on any host or if there are other update failures.
- vmodl.fault.NotSupported:
-
if multiple Link Aggregation Control Protocol is not supported on the switch.