public class StorageIORMConfigOption extends DynamicData
Java class for StorageIORMConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageIORMConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabledOption" type="{urn:vim25}BoolOption"/>
<element name="congestionThresholdOption" type="{urn:vim25}IntOption"/>
<element name="statsCollectionEnabledOption" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="reservationEnabledOption" type="{urn:vim25}BoolOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntOption |
congestionThresholdOption |
protected BoolOption |
enabledOption |
protected BoolOption |
reservationEnabledOption |
protected BoolOption |
statsCollectionEnabledOption |
| Constructor and Description |
|---|
StorageIORMConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
IntOption |
getCongestionThresholdOption()
Gets the value of the congestionThresholdOption property.
|
BoolOption |
getEnabledOption()
Gets the value of the enabledOption property.
|
BoolOption |
getReservationEnabledOption()
Gets the value of the reservationEnabledOption property.
|
BoolOption |
getStatsCollectionEnabledOption()
Gets the value of the statsCollectionEnabledOption property.
|
void |
setCongestionThresholdOption(IntOption value)
Sets the value of the congestionThresholdOption property.
|
void |
setEnabledOption(BoolOption value)
Sets the value of the enabledOption property.
|
void |
setReservationEnabledOption(BoolOption value)
Sets the value of the reservationEnabledOption property.
|
void |
setStatsCollectionEnabledOption(BoolOption value)
Sets the value of the statsCollectionEnabledOption property.
|
protected BoolOption enabledOption
protected IntOption congestionThresholdOption
protected BoolOption statsCollectionEnabledOption
protected BoolOption reservationEnabledOption
public BoolOption getEnabledOption()
BoolOptionpublic void setEnabledOption(BoolOption value)
value - allowed object is
BoolOptionpublic IntOption getCongestionThresholdOption()
IntOptionpublic void setCongestionThresholdOption(IntOption value)
value - allowed object is
IntOptionpublic BoolOption getStatsCollectionEnabledOption()
BoolOptionpublic void setStatsCollectionEnabledOption(BoolOption value)
value - allowed object is
BoolOptionpublic BoolOption getReservationEnabledOption()
BoolOptionpublic void setReservationEnabledOption(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.