public class ScaleUpFileSystemRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScaleUpFileSystemRequest() | 
| ScaleUpFileSystemRequest(ScaleUpFileSystemRequest 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 | getTargetCapacity()Get 扩容的目标容量(单位GiB) | 
| void | setFileSystemId(String FileSystemId)Set 文件系统Id,该参数通过查询文件系统列表接口获取 | 
| void | setTargetCapacity(Long TargetCapacity)Set 扩容的目标容量(单位GiB) | 
| 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, toJsonStringpublic ScaleUpFileSystemRequest()
public ScaleUpFileSystemRequest(ScaleUpFileSystemRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统Id,该参数通过查询文件系统列表接口获取public Long getTargetCapacity()
public void setTargetCapacity(Long TargetCapacity)
TargetCapacity - 扩容的目标容量(单位GiB)Copyright © 2025. All rights reserved.