Files
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.7 KiB

vim.dvs.VmwareDistributedVirtualSwitch.MtuHealthCheckResult

This class defines MTU health check result of an uplink port in the VMware vSphered Distributed Switch.

extends

vim.dvs.HostMember.UplinkHealthCheckResult

since

vSphere API 5.1

Attributes:

mtuMismatch (bool):

True if the MTU configured in the vSphere Distributed Switch is different from the value configured in the Physical NIC, else false. If it is true, MTU health check is stopped. In this case, vlanSupportSwitchMtu and vlanNotSupportSwitchMtu will not have values.

vlanSupportSwitchMtu ([vim.NumericRange], optional):

The vlan's MTU setting on physical switch allows vSphere Distributed Switch max MTU size packets passing. If the vlan is not a range, but a single Id, both start and end have the same value with the single vlan Id.

vlanNotSupportSwitchMtu ([vim.NumericRange], optional):

The vlan's MTU setting on physical switch does not allow vSphere Distributed Switch max MTU size packets passing. If the vlan is not a range, but a single Id, both start and end have the same value with the single vlan Id.