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 File system ID 
 | 
Long | 
getTargetCapacity()
Get Target capacity after scaling 
 | 
void | 
setFileSystemId(String FileSystemId)
Set File system ID 
 | 
void | 
setTargetCapacity(Long TargetCapacity)
Set Target capacity after scaling 
 | 
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 - File system IDpublic Long getTargetCapacity()
public void setTargetCapacity(Long TargetCapacity)
TargetCapacity - Target capacity after scalingCopyright © 2025. All rights reserved.