public class StorageIORMConfigSpec extends DynamicData
Java class for StorageIORMConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageIORMConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="congestionThresholdMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="congestionThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="percentOfPeakThroughput" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="statsCollectionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="reservationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="statsAggregationDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="reservableIopsThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
congestionThreshold |
protected String |
congestionThresholdMode |
protected Boolean |
enabled |
protected Integer |
percentOfPeakThroughput |
protected Integer |
reservableIopsThreshold |
protected Boolean |
reservationEnabled |
protected Boolean |
statsAggregationDisabled |
protected Boolean |
statsCollectionEnabled |
| Constructor and Description |
|---|
StorageIORMConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCongestionThreshold()
Gets the value of the congestionThreshold property.
|
String |
getCongestionThresholdMode()
Gets the value of the congestionThresholdMode property.
|
Integer |
getPercentOfPeakThroughput()
Gets the value of the percentOfPeakThroughput property.
|
Integer |
getReservableIopsThreshold()
Gets the value of the reservableIopsThreshold property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isReservationEnabled()
Gets the value of the reservationEnabled property.
|
Boolean |
isStatsAggregationDisabled()
Gets the value of the statsAggregationDisabled property.
|
Boolean |
isStatsCollectionEnabled()
Gets the value of the statsCollectionEnabled property.
|
void |
setCongestionThreshold(Integer value)
Sets the value of the congestionThreshold property.
|
void |
setCongestionThresholdMode(String value)
Sets the value of the congestionThresholdMode property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setPercentOfPeakThroughput(Integer value)
Sets the value of the percentOfPeakThroughput property.
|
void |
setReservableIopsThreshold(Integer value)
Sets the value of the reservableIopsThreshold property.
|
void |
setReservationEnabled(Boolean value)
Sets the value of the reservationEnabled property.
|
void |
setStatsAggregationDisabled(Boolean value)
Sets the value of the statsAggregationDisabled property.
|
void |
setStatsCollectionEnabled(Boolean value)
Sets the value of the statsCollectionEnabled property.
|
protected Boolean enabled
protected String congestionThresholdMode
protected Integer congestionThreshold
protected Integer percentOfPeakThroughput
protected Boolean statsCollectionEnabled
protected Boolean reservationEnabled
protected Boolean statsAggregationDisabled
protected Integer reservableIopsThreshold
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getCongestionThresholdMode()
Stringpublic void setCongestionThresholdMode(String value)
value - allowed object is
Stringpublic Integer getCongestionThreshold()
Integerpublic void setCongestionThreshold(Integer value)
value - allowed object is
Integerpublic Integer getPercentOfPeakThroughput()
Integerpublic void setPercentOfPeakThroughput(Integer value)
value - allowed object is
Integerpublic Boolean isStatsCollectionEnabled()
Booleanpublic void setStatsCollectionEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isReservationEnabled()
Booleanpublic void setReservationEnabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isStatsAggregationDisabled()
Booleanpublic void setStatsAggregationDisabled(Boolean value)
value - allowed object is
Booleanpublic Integer getReservableIopsThreshold()
IntegerCopyright © 2018. All rights reserved.