Package com.vmware.vim25
Class FcoeConfigVlanRange
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.FcoeConfigVlanRange
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetVlanHigh(int vlanHigh) voidsetVlanLow(int vlanLow) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
vlanLow
public int vlanLow -
vlanHigh
public int vlanHigh
-
-
Constructor Details
-
FcoeConfigVlanRange
public FcoeConfigVlanRange()
-
-
Method Details
-
getVlanLow
public int getVlanLow() -
getVlanHigh
public int getVlanHigh() -
setVlanLow
public void setVlanLow(int vlanLow) -
setVlanHigh
public void setVlanHigh(int vlanHigh)
-