public class VmwareDistributedVirtualSwitchTrunkVlanSpec extends VmwareDistributedVirtualSwitchVlanSpec
Java class for VmwareDistributedVirtualSwitchTrunkVlanSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmwareDistributedVirtualSwitchTrunkVlanSpec">
<complexContent>
<extension base="{urn:vim25}VmwareDistributedVirtualSwitchVlanSpec">
<sequence>
<element name="vlanId" type="{urn:vim25}NumericRange" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<NumericRange> |
vlanId |
inherited| Constructor and Description |
|---|
VmwareDistributedVirtualSwitchTrunkVlanSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<NumericRange> |
getVlanId()
Gets the value of the vlanId property.
|
isInherited, setInheritedprotected List<NumericRange> vlanId
public VmwareDistributedVirtualSwitchTrunkVlanSpec()
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.