
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
1.5 KiB
vim.dvs.VmwareDistributedVirtualSwitch.TeamingMatchStatus
The teaming health check match status. :contained by: vim.dvs.VmwareDistributedVirtualSwitch
- type
- name
nonIphashMismatch
values:
- iphashMatch
-
The value of 'loadbalance_ip' is used in a uplink teaming policy policy in the vSphere Distributed Switch, and the external physical switch has the matching EtherChannel configuration.
- nonIphashMatch
-
The value of 'loadbalance_ip' is not used in a uplink teaming policy policy in the vSphere Distributed Switch, and the external physical switch does not have EtherChannel configuration.
- iphashMismatch
-
The value of 'loadbalance_ip' is used in a uplink teaming policy policy in the vSphere Distributed Switch, but the external physical switch does not have the matching EtherChannel configuration.
- nonIphashMismatch
-
The value of 'loadbalance_ip' is not used in a uplink teaming policy policy in the vSphere Distributed Switch, but the external physical switch has EtherChannel configuration.