public class StorageDrsSpaceLoadBalanceConfig extends DynamicData
Java class for StorageDrsSpaceLoadBalanceConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageDrsSpaceLoadBalanceConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="spaceThresholdMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="spaceUtilizationThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="freeSpaceThresholdGB" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minSpaceUtilizationDifference" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
freeSpaceThresholdGB |
protected Integer |
minSpaceUtilizationDifference |
protected String |
spaceThresholdMode |
protected Integer |
spaceUtilizationThreshold |
| Constructor and Description |
|---|
StorageDrsSpaceLoadBalanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFreeSpaceThresholdGB()
Gets the value of the freeSpaceThresholdGB property.
|
Integer |
getMinSpaceUtilizationDifference()
Gets the value of the minSpaceUtilizationDifference property.
|
String |
getSpaceThresholdMode()
Gets the value of the spaceThresholdMode property.
|
Integer |
getSpaceUtilizationThreshold()
Gets the value of the spaceUtilizationThreshold property.
|
void |
setFreeSpaceThresholdGB(Integer value)
Sets the value of the freeSpaceThresholdGB property.
|
void |
setMinSpaceUtilizationDifference(Integer value)
Sets the value of the minSpaceUtilizationDifference property.
|
void |
setSpaceThresholdMode(String value)
Sets the value of the spaceThresholdMode property.
|
void |
setSpaceUtilizationThreshold(Integer value)
Sets the value of the spaceUtilizationThreshold property.
|
protected String spaceThresholdMode
protected Integer spaceUtilizationThreshold
protected Integer freeSpaceThresholdGB
protected Integer minSpaceUtilizationDifference
public String getSpaceThresholdMode()
Stringpublic void setSpaceThresholdMode(String value)
value - allowed object is
Stringpublic Integer getSpaceUtilizationThreshold()
Integerpublic void setSpaceUtilizationThreshold(Integer value)
value - allowed object is
Integerpublic Integer getFreeSpaceThresholdGB()
Integerpublic void setFreeSpaceThresholdGB(Integer value)
value - allowed object is
Integerpublic Integer getMinSpaceUtilizationDifference()
IntegerCopyright © 2018. All rights reserved.