public class FileSystemModel extends Object
| Constructor and Description |
|---|
FileSystemModel() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapacityQuota() |
String |
getCreateTime() |
String |
getFsId() |
String |
getFsName() |
String |
getFsUsage() |
String |
getKmSKeyId() |
List<Object> |
getMountTargetList() |
String |
getProtocol() |
String |
getStatus() |
List<Object> |
getTags() |
String |
getType() |
String |
getVpcId() |
String |
getZone() |
FileSystemModel |
setCapacityQuota(Integer capacityQuota) |
FileSystemModel |
setCreateTime(String createTime) |
FileSystemModel |
setFsId(String fsId) |
FileSystemModel |
setFsName(String fsName) |
FileSystemModel |
setFsUsage(String fsUsage) |
FileSystemModel |
setKmSKeyId(String kmSKeyId) |
FileSystemModel |
setMountTargetList(List<Object> mountTargetList) |
FileSystemModel |
setProtocol(String protocol) |
FileSystemModel |
setStatus(String status) |
FileSystemModel |
setTags(List<Object> tags) |
FileSystemModel |
setType(String type) |
FileSystemModel |
setVpcId(String vpcId) |
FileSystemModel |
setZone(String zone) |
String |
toString() |
public FileSystemModel setFsId(String fsId)
public String getFsId()
public FileSystemModel setFsName(String fsName)
public String getFsName()
public FileSystemModel setVpcId(String vpcId)
public String getVpcId()
public FileSystemModel setType(String type)
public String getType()
public FileSystemModel setProtocol(String protocol)
public String getProtocol()
public FileSystemModel setFsUsage(String fsUsage)
public String getFsUsage()
public FileSystemModel setZone(String zone)
public String getZone()
public FileSystemModel setStatus(String status)
public String getStatus()
public FileSystemModel setKmSKeyId(String kmSKeyId)
public String getKmSKeyId()
public FileSystemModel setCreateTime(String createTime)
public String getCreateTime()
public FileSystemModel setCapacityQuota(Integer capacityQuota)
public Integer getCapacityQuota()
public FileSystemModel setMountTargetList(List<Object> mountTargetList)
public FileSystemModel setTags(List<Object> tags)
Copyright © 2026. All rights reserved.