public class CreateFileSystemRequest extends AbstractModel
Constructor and Description |
---|
CreateFileSystemRequest() |
CreateFileSystemRequest(CreateFileSystemRequest 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 |
getCapacityQuota()
Get 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
|
String |
getDescription()
Get 文件系统描述
|
String |
getFileSystemName()
Get 文件系统名称
|
void |
setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
|
void |
setDescription(String Description)
Set 文件系统描述
|
void |
setFileSystemName(String FileSystemName)
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 CreateFileSystemRequest()
public CreateFileSystemRequest(CreateFileSystemRequest source)
public String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- 文件系统名称public Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍public String getDescription()
public void setDescription(String Description)
Description
- 文件系统描述Copyright © 2022. All rights reserved.