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