Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VMwareDVSMtuHealthCheckResult(vim.dvs.VmwareDistributedVirtualSwitch.MtuHealthCheckResult)
- Extends
- HostMemberUplinkHealthCheckResult
- See also
- NumericRange
- Since
- vSphere API Release 5.1
Data Object Description
This class defines MTU health check result of an uplink port in the VMware vSphered Distributed Switch.Properties
Name | Type | Description |
---|---|---|
mtuMismatch | xsd:boolean |
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.
|
vlanNotSupportSwitchMtu* | NumericRange[] |
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.
|
vlanSupportSwitchMtu* | NumericRange[] |
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.
|
Properties inherited from HostMemberUplinkHealthCheckResult | ||
uplinkPortKey | ||
Properties inherited from HostMemberHealthCheckResult | ||
summary | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |