Model对象定义
FileSystemModel
参数名称 |
类型 |
描述 |
fsId |
String |
FileSystem的标识符 |
fsName |
String |
FileSystem的名称 |
type |
String |
FileSystem的类型 |
protocol |
String |
FileSystem的协议类型 |
zone |
String |
FileSystem所在可用区 |
capacityQuota |
uint64 |
文件系统上限quota,单位 bytes |
status |
FsStatus |
FS状态 |
vpcId |
String |
vpc短Id |
mountTargetList |
MountTargetModel |
挂载点列表 |
tags |
List<Tag> |
绑定tag列表 |
MountTargetModel
参数名称 |
类型 |
描述 |
subnetId |
String |
subnet短id |
domain |
String |
挂载点域名 |
mountId |
String |
mount点长id |
状态编码定义
FsStatus
状态 |
描述 |
available |
运行中 |
updating |
更新中 |
paused |
已欠费 |
unavailable |
暂不可用 |