public class VmwareDistributedVirtualSwitchVlanIdSpec extends VmwareDistributedVirtualSwitchVlanSpec
Java class for VmwareDistributedVirtualSwitchVlanIdSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmwareDistributedVirtualSwitchVlanIdSpec">
<complexContent>
<extension base="{urn:vim25}VmwareDistributedVirtualSwitchVlanSpec">
<sequence>
<element name="vlanId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
vlanId |
inherited| Constructor and Description |
|---|
VmwareDistributedVirtualSwitchVlanIdSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
getVlanId()
Gets the value of the vlanId property.
|
void |
setVlanId(int value)
Sets the value of the vlanId property.
|
isInherited, setInheritedCopyright © 2018. All rights reserved.