public class StorageDrsIoLoadBalanceConfig extends DynamicData
Java class for StorageDrsIoLoadBalanceConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsIoLoadBalanceConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="reservablePercentThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reservableIopsThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reservableThresholdMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ioLatencyThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ioLoadImbalanceThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
ioLatencyThreshold |
protected Integer |
ioLoadImbalanceThreshold |
protected Integer |
reservableIopsThreshold |
protected Integer |
reservablePercentThreshold |
protected String |
reservableThresholdMode |
| Constructor and Description |
|---|
StorageDrsIoLoadBalanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIoLatencyThreshold()
Gets the value of the ioLatencyThreshold property.
|
Integer |
getIoLoadImbalanceThreshold()
Gets the value of the ioLoadImbalanceThreshold property.
|
Integer |
getReservableIopsThreshold()
Gets the value of the reservableIopsThreshold property.
|
Integer |
getReservablePercentThreshold()
Gets the value of the reservablePercentThreshold property.
|
String |
getReservableThresholdMode()
Gets the value of the reservableThresholdMode property.
|
void |
setIoLatencyThreshold(Integer value)
Sets the value of the ioLatencyThreshold property.
|
void |
setIoLoadImbalanceThreshold(Integer value)
Sets the value of the ioLoadImbalanceThreshold property.
|
void |
setReservableIopsThreshold(Integer value)
Sets the value of the reservableIopsThreshold property.
|
void |
setReservablePercentThreshold(Integer value)
Sets the value of the reservablePercentThreshold property.
|
void |
setReservableThresholdMode(String value)
Sets the value of the reservableThresholdMode property.
|
protected Integer reservablePercentThreshold
protected Integer reservableIopsThreshold
protected String reservableThresholdMode
protected Integer ioLatencyThreshold
protected Integer ioLoadImbalanceThreshold
public Integer getReservablePercentThreshold()
Integerpublic void setReservablePercentThreshold(Integer value)
value - allowed object is
Integerpublic Integer getReservableIopsThreshold()
Integerpublic void setReservableIopsThreshold(Integer value)
value - allowed object is
Integerpublic String getReservableThresholdMode()
Stringpublic void setReservableThresholdMode(String value)
value - allowed object is
Stringpublic Integer getIoLatencyThreshold()
Integerpublic void setIoLatencyThreshold(Integer value)
value - allowed object is
Integerpublic Integer getIoLoadImbalanceThreshold()
IntegerCopyright © 2018. All rights reserved.