Class ModifyFileSystemAutoScaleUpRuleResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.ModifyFileSystemAutoScaleUpRuleResponse
-
public class ModifyFileSystemAutoScaleUpRuleResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyFileSystemAutoScaleUpRuleResponse()
ModifyFileSystemAutoScaleUpRuleResponse(ModifyFileSystemAutoScaleUpRuleResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileSystemId()
Get 文件系统idString
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getScaleUpThreshold()
Get 扩容阈值,范围[10-90]Long
getStatus()
Get 规则状态0:关闭,1 开启Long
getTargetThreshold()
Get 扩容后达到阈值,范围[10-90]void
setFileSystemId(String FileSystemId)
Set 文件系统idvoid
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setScaleUpThreshold(Long ScaleUpThreshold)
Set 扩容阈值,范围[10-90]void
setStatus(Long Status)
Set 规则状态0:关闭,1 开启void
setTargetThreshold(Long TargetThreshold)
Set 扩容后达到阈值,范围[10-90]void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyFileSystemAutoScaleUpRuleResponse
public ModifyFileSystemAutoScaleUpRuleResponse()
-
ModifyFileSystemAutoScaleUpRuleResponse
public ModifyFileSystemAutoScaleUpRuleResponse(ModifyFileSystemAutoScaleUpRuleResponse 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.
-
-
Method Detail
-
getFileSystemId
public String getFileSystemId()
Get 文件系统id- Returns:
- FileSystemId 文件系统id
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统id- Parameters:
FileSystemId
- 文件系统id
-
getStatus
public Long getStatus()
Get 规则状态0:关闭,1 开启- Returns:
- Status 规则状态0:关闭,1 开启
-
setStatus
public void setStatus(Long Status)
Set 规则状态0:关闭,1 开启- Parameters:
Status
- 规则状态0:关闭,1 开启
-
getScaleUpThreshold
public Long getScaleUpThreshold()
Get 扩容阈值,范围[10-90]- Returns:
- ScaleUpThreshold 扩容阈值,范围[10-90]
-
setScaleUpThreshold
public void setScaleUpThreshold(Long ScaleUpThreshold)
Set 扩容阈值,范围[10-90]- Parameters:
ScaleUpThreshold
- 扩容阈值,范围[10-90]
-
getTargetThreshold
public Long getTargetThreshold()
Get 扩容后达到阈值,范围[10-90]- Returns:
- TargetThreshold 扩容后达到阈值,范围[10-90]
-
setTargetThreshold
public void setTargetThreshold(Long TargetThreshold)
Set 扩容后达到阈值,范围[10-90]- Parameters:
TargetThreshold
- 扩容后达到阈值,范围[10-90]
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-