public class StorageIOAllocationOption extends DynamicData
Java class for StorageIOAllocationOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageIOAllocationOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="limitOption" type="{urn:vim25}LongOption"/>
<element name="sharesOption" type="{urn:vim25}SharesOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongOption |
limitOption |
protected SharesOption |
sharesOption |
| Constructor and Description |
|---|
StorageIOAllocationOption() |
| Modifier and Type | Method and Description |
|---|---|
LongOption |
getLimitOption()
Gets the value of the limitOption property.
|
SharesOption |
getSharesOption()
Gets the value of the sharesOption property.
|
void |
setLimitOption(LongOption value)
Sets the value of the limitOption property.
|
void |
setSharesOption(SharesOption value)
Sets the value of the sharesOption property.
|
protected LongOption limitOption
protected SharesOption sharesOption
public LongOption getLimitOption()
LongOptionpublic void setLimitOption(LongOption value)
value - allowed object is
LongOptionpublic SharesOption getSharesOption()
SharesOptionpublic void setSharesOption(SharesOption value)
value - allowed object is
SharesOptionCopyright © 2018. All rights reserved.