public class ModifyFileSystemRequest extends AbstractModel
Constructor and Description |
---|
ModifyFileSystemRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getCapacityQuota()
Get 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
注意:修改的文件系统容量不能小于当前使用量
|
String |
getDescription()
Get 文件系统描述
|
String |
getFileSystemId()
Get 文件系统ID
|
String |
getFileSystemName()
Get 文件系统名称
|
void |
setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
注意:修改的文件系统容量不能小于当前使用量
|
void |
setDescription(String Description)
Set 文件系统描述
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
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 String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统IDpublic String getFileSystemName()
public void setFileSystemName(String FileSystemName)
FileSystemName
- 文件系统名称public String getDescription()
public void setDescription(String Description)
Description
- 文件系统描述public Long getCapacityQuota()
public void setCapacityQuota(Long CapacityQuota)
CapacityQuota
- 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
注意:修改的文件系统容量不能小于当前使用量Copyright © 2020. All rights reserved.