VMwareDVSMtuHealthCheckResult
This class defines MTU health check result of an uplink port in the VMware vSphered Distributed Switch.
{
"_typeName": "string",
"summary": "string",
"uplinkPortKey": "string",
"mtuMismatch": false,
"vlanSupportSwitchMtu": [
{
"_typeName": "string",
"start": 0,
"end": 0
}
],
"vlanNotSupportSwitchMtu": [
{
"_typeName": "string",
"start": 0,
"end": 0
}
]
}
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.
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.
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.