Enum - VMwareDVSTeamingMatchStatus(vim.dvs.VmwareDistributedVirtualSwitch.TeamingMatchStatus)

Since
vSphere API 5.1


Enum Description

The teaming health check match status.

Enum Constants

NameDescription
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.
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.
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.
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.

Show WSDL type definition