public class VMwareDVSVlanHealthCheckResult extends HostMemberUplinkHealthCheckResult
Java class for VMwareDVSVlanHealthCheckResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSVlanHealthCheckResult">
<complexContent>
<extension base="{urn:vim25}HostMemberUplinkHealthCheckResult">
<sequence>
<element name="trunkedVlan" type="{urn:vim25}NumericRange" maxOccurs="unbounded" minOccurs="0"/>
<element name="untrunkedVlan" type="{urn:vim25}NumericRange" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<NumericRange> |
trunkedVlan |
protected List<NumericRange> |
untrunkedVlan |
uplinkPortKeysummary| Constructor and Description |
|---|
VMwareDVSVlanHealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
List<NumericRange> |
getTrunkedVlan()
Gets the value of the trunkedVlan property.
|
List<NumericRange> |
getUntrunkedVlan()
Gets the value of the untrunkedVlan property.
|
getUplinkPortKey, setUplinkPortKeygetSummary, setSummaryprotected List<NumericRange> trunkedVlan
protected List<NumericRange> untrunkedVlan
public List<NumericRange> getTrunkedVlan()
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 trunkedVlan property.
For example, to add a new item, do as follows:
getTrunkedVlan().add(newItem);
Objects of the following type(s) are allowed in the list
NumericRange
public List<NumericRange> getUntrunkedVlan()
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 untrunkedVlan property.
For example, to add a new item, do as follows:
getUntrunkedVlan().add(newItem);
Objects of the following type(s) are allowed in the list
NumericRange
Copyright © 2018. All rights reserved.