public class VMwareDVSMtuHealthCheckResult extends HostMemberUplinkHealthCheckResult
Java class for VMwareDVSMtuHealthCheckResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSMtuHealthCheckResult">
<complexContent>
<extension base="{urn:vim25}HostMemberUplinkHealthCheckResult">
<sequence>
<element name="mtuMismatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vlanSupportSwitchMtu" type="{urn:vim25}NumericRange" maxOccurs="unbounded" minOccurs="0"/>
<element name="vlanNotSupportSwitchMtu" type="{urn:vim25}NumericRange" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mtuMismatch |
protected List<NumericRange> |
vlanNotSupportSwitchMtu |
protected List<NumericRange> |
vlanSupportSwitchMtu |
uplinkPortKeysummary| Constructor and Description |
|---|
VMwareDVSMtuHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
List<NumericRange> |
getVlanNotSupportSwitchMtu()
Gets the value of the vlanNotSupportSwitchMtu property.
|
List<NumericRange> |
getVlanSupportSwitchMtu()
Gets the value of the vlanSupportSwitchMtu property.
|
boolean |
isMtuMismatch()
Gets the value of the mtuMismatch property.
|
void |
setMtuMismatch(boolean value)
Sets the value of the mtuMismatch property.
|
getUplinkPortKey, setUplinkPortKeygetSummary, setSummaryprotected boolean mtuMismatch
protected List<NumericRange> vlanSupportSwitchMtu
protected List<NumericRange> vlanNotSupportSwitchMtu
public boolean isMtuMismatch()
public void setMtuMismatch(boolean value)
public List<NumericRange> getVlanSupportSwitchMtu()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vlanSupportSwitchMtu property.
For example, to add a new item, do as follows:
getVlanSupportSwitchMtu().add(newItem);
Objects of the following type(s) are allowed in the list
NumericRange
public List<NumericRange> getVlanNotSupportSwitchMtu()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vlanNotSupportSwitchMtu property.
For example, to add a new item, do as follows:
getVlanNotSupportSwitchMtu().add(newItem);
Objects of the following type(s) are allowed in the list
NumericRange
Copyright © 2018. All rights reserved.