public class StorageIORMConfigSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Integer |
congestionThreshold |
String |
congestionThresholdMode |
Boolean |
enabled |
Integer |
percentOfPeakThroughput |
Boolean |
statsAggregationDisabled |
Boolean |
statsCollectionEnabled |
dynamicProperty, dynamicType| Constructor and Description |
|---|
StorageIORMConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCongestionThreshold() |
String |
getCongestionThresholdMode() |
Boolean |
getEnabled() |
Integer |
getPercentOfPeakThroughput() |
Boolean |
getStatsAggregationDisabled() |
Boolean |
getStatsCollectionEnabled() |
void |
setCongestionThreshold(Integer congestionThreshold) |
void |
setCongestionThresholdMode(String congestionThresholdMode) |
void |
setEnabled(Boolean enabled) |
void |
setPercentOfPeakThroughput(Integer percentOfPeakThroughput) |
void |
setStatsAggregationDisabled(Boolean statsAggregationDisabled) |
void |
setStatsCollectionEnabled(Boolean statsCollectionEnabled) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Boolean enabled
public String congestionThresholdMode
public Integer congestionThreshold
public Integer percentOfPeakThroughput
public Boolean statsCollectionEnabled
public Boolean statsAggregationDisabled
public Boolean getEnabled()
public String getCongestionThresholdMode()
public Integer getCongestionThreshold()
public Integer getPercentOfPeakThroughput()
public Boolean getStatsCollectionEnabled()
public Boolean getStatsAggregationDisabled()
public void setEnabled(Boolean enabled)
public void setCongestionThresholdMode(String congestionThresholdMode)
public void setCongestionThreshold(Integer congestionThreshold)
public void setPercentOfPeakThroughput(Integer percentOfPeakThroughput)
public void setStatsCollectionEnabled(Boolean statsCollectionEnabled)
public void setStatsAggregationDisabled(Boolean statsAggregationDisabled)
Copyright © 2011-2012. All Rights Reserved.