public class VMwareDVSPvlanMapEntry extends DynamicData
Java class for VMwareDVSPvlanMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSPvlanMapEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="primaryVlanId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="secondaryVlanId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="pvlanType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
primaryVlanId |
protected String |
pvlanType |
protected int |
secondaryVlanId |
| Constructor and Description |
|---|
VMwareDVSPvlanMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimaryVlanId()
Gets the value of the primaryVlanId property.
|
String |
getPvlanType()
Gets the value of the pvlanType property.
|
int |
getSecondaryVlanId()
Gets the value of the secondaryVlanId property.
|
void |
setPrimaryVlanId(int value)
Sets the value of the primaryVlanId property.
|
void |
setPvlanType(String value)
Sets the value of the pvlanType property.
|
void |
setSecondaryVlanId(int value)
Sets the value of the secondaryVlanId property.
|
protected int primaryVlanId
protected int secondaryVlanId
protected String pvlanType
public int getPrimaryVlanId()
public void setPrimaryVlanId(int value)
public int getSecondaryVlanId()
public void setSecondaryVlanId(int value)
public String getPvlanType()
StringCopyright © 2018. All rights reserved.