
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.7 KiB
vim.dvs.VmwareDistributedVirtualSwitch.MtuHealthCheckResult
This class defines MTU health check result of an uplink port in the VMware vSphered Distributed Switch.
- extends
- since
- 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.