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
|
Long |
getEnable()
Get
|
Long |
getMaxDiskSpace()
Get
|
Long |
getStepForwardPercentage()
Get
|
void |
setDiskQuotaPercentage(Long DiskQuotaPercentage)
Set
|
void |
setEnable(Long Enable)
Set
|
void |
setMaxDiskSpace(Long MaxDiskSpace)
Set
|
void |
setStepForwardPercentage(Long StepForwardPercentage)
Set
|
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
- public Long getStepForwardPercentage()
public void setStepForwardPercentage(Long StepForwardPercentage)
StepForwardPercentage
- public Long getDiskQuotaPercentage()
public void setDiskQuotaPercentage(Long DiskQuotaPercentage)
DiskQuotaPercentage
- public Long getMaxDiskSpace()
public void setMaxDiskSpace(Long MaxDiskSpace)
MaxDiskSpace
- Copyright © 2022. All rights reserved.