public class ModifyFileSystemAutoScaleUpRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyFileSystemAutoScaleUpRuleRequest() |
ModifyFileSystemAutoScaleUpRuleRequest(ModifyFileSystemAutoScaleUpRuleRequest 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 |
---|---|
String |
getFileSystemId()
Get 文件系统id
|
Long |
getScaleUpThreshold()
Get 扩容阈值,范围[10-90]
|
Long |
getStatus()
Get 规则状态0:关闭,1 开启
|
Long |
getTargetThreshold()
Get 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThreshold
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统id
|
void |
setScaleUpThreshold(Long ScaleUpThreshold)
Set 扩容阈值,范围[10-90]
|
void |
setStatus(Long Status)
Set 规则状态0:关闭,1 开启
|
void |
setTargetThreshold(Long TargetThreshold)
Set 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThreshold
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyFileSystemAutoScaleUpRuleRequest()
public ModifyFileSystemAutoScaleUpRuleRequest(ModifyFileSystemAutoScaleUpRuleRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统idpublic Long getScaleUpThreshold()
public void setScaleUpThreshold(Long ScaleUpThreshold)
ScaleUpThreshold
- 扩容阈值,范围[10-90]public Long getTargetThreshold()
public void setTargetThreshold(Long TargetThreshold)
TargetThreshold
- 扩容后目标阈值,范围[10-90],该值要小于ScaleUpThresholdpublic Long getStatus()
public void setStatus(Long Status)
Status
- 规则状态0:关闭,1 开启Copyright © 2024. All rights reserved.