public class CreateFileSystemRequest extends AbstractModel
Constructor and Description |
---|
CreateFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getCapacityQuota()
获取文件系统容量(byte),下限为1M,上限为1P,且必须是1M的整数倍
|
String |
getDescription()
获取文件系统描述
|
String |
getFileSystemName()
获取文件系统名称
|
void |
setCapacityQuota(Long CapacityQuota)
设置文件系统容量(byte),下限为1M,上限为1P,且必须是1M的整数倍
|
void |
setDescription(String Description)
设置文件系统描述
|
void |
setFileSystemName(String FileSystemName)
设置文件系统名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- 文件系统名称public Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- 文件系统容量(byte),下限为1M,上限为1P,且必须是1M的整数倍public String getDescription()
public void setDescription(String Description)
Description
- 文件系统描述Copyright © 2019. All rights reserved.