public class StorageIORMInfo extends DynamicData
Java class for StorageIORMInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageIORMInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="congestionThresholdMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="congestionThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
<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 int |
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 |
|---|
StorageIORMInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
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(int 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 int congestionThreshold
protected Integer percentOfPeakThroughput
protected Boolean statsCollectionEnabled
protected Boolean reservationEnabled
protected Boolean statsAggregationDisabled
protected Integer reservableIopsThreshold
public boolean isEnabled()
public void setEnabled(boolean value)
public String getCongestionThresholdMode()
Stringpublic void setCongestionThresholdMode(String value)
value - allowed object is
Stringpublic int getCongestionThreshold()
public void setCongestionThreshold(int value)
public 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.