public class FcoeConfigVlanRange extends DynamicData
Java class for FcoeConfigVlanRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FcoeConfigVlanRange">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vlanLow" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="vlanHigh" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
vlanHigh |
protected int |
vlanLow |
| Constructor and Description |
|---|
FcoeConfigVlanRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
getVlanHigh()
Gets the value of the vlanHigh property.
|
int |
getVlanLow()
Gets the value of the vlanLow property.
|
void |
setVlanHigh(int value)
Sets the value of the vlanHigh property.
|
void |
setVlanLow(int value)
Sets the value of the vlanLow property.
|
public int getVlanLow()
public void setVlanLow(int value)
public int getVlanHigh()
public void setVlanHigh(int value)
Copyright © 2018. All rights reserved.