public class DynamicDiskConfig extends AbstractModel
Constructor and Description |
---|
DynamicDiskConfig() |
DynamicDiskConfig(DynamicDiskConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDiskQuotaPercentage()
Get Disk quota threshold (in percentage) for triggering the automatic disk expansion event.
|
Long |
getEnable()
Get Whether to enable dynamic disk expansion configuration.
|
Long |
getMaxDiskSpace()
Get Max disk space in GB.
|
Long |
getStepForwardPercentage()
Get Percentage of dynamic disk expansion each time.
|
void |
setDiskQuotaPercentage(Long DiskQuotaPercentage)
Set Disk quota threshold (in percentage) for triggering the automatic disk expansion event.
|
void |
setEnable(Long Enable)
Set Whether to enable dynamic disk expansion configuration.
|
void |
setMaxDiskSpace(Long MaxDiskSpace)
Set Max disk space in GB.
|
void |
setStepForwardPercentage(Long StepForwardPercentage)
Set Percentage of dynamic disk expansion each time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DynamicDiskConfig()
public DynamicDiskConfig(DynamicDiskConfig source)
public Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether to enable dynamic disk expansion configuration. `0`: disable, `1`: enable.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getStepForwardPercentage()
public void setStepForwardPercentage(Long StepForwardPercentage)
StepForwardPercentage
- Percentage of dynamic disk expansion each time.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDiskQuotaPercentage()
public void setDiskQuotaPercentage(Long DiskQuotaPercentage)
DiskQuotaPercentage
- Disk quota threshold (in percentage) for triggering the automatic disk expansion event.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getMaxDiskSpace()
public void setMaxDiskSpace(Long MaxDiskSpace)
MaxDiskSpace
- Max disk space in GB.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.