Files
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

1.5 KiB

vim.dvs.VmwareDistributedVirtualSwitch.TeamingMatchStatus

The teaming health check match status. :contained by: vim.dvs.VmwareDistributedVirtualSwitch

type

vim.dvs.VmwareDistributedVirtualSwitch.TeamingMatchStatus

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.