![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.VmwareDistributedVirtualSwitchVlanIdSpec Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VmwareDistributedVirtualSwitchVlanIdSpec", propOrder = {
"vlanId"
})
public class VmwareDistributedVirtualSwitchVlanIdSpec
extends VmwareDistributedVirtualSwitchVlanSpec
{
protected int vlanId;
/**
* Gets the value of the vlanId property.
*
*/
public int getVlanId() {
return vlanId;
}
/**
* Sets the value of the vlanId property.
*
*/
public void setVlanId(int value) {
this.vlanId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy