数据类型
更新时间:2025-08-07
Model对象定义
Tag
参数名称 | 类型 | 描述 |
---|---|---|
tagKey | String | 标签的键,可包含大小写字母、数字、中文以及-_ /.特殊字符,长度1-65 |
tagValue | String | 标签的值,可包含大小写字母、数字、中文以及-_ /.特殊字符,长度0-65 |
InstanceModel
参数名字 | 参数类型 | 参数位置 | 是否必须 | 描述 |
---|---|---|---|---|
capacity | int | response body | 是 | PFS实例最大容量(单位GB) |
createTime | string | response body | 是 | PFS实例创建时间 |
description | string | response body | 否 | PFS实例描述信息 |
endpoint | string | response body | 是 | PFS连接地址,仅basic、plus、base、baseX类型实例有该参数 |
instanceId | string | response body | 是 | 实例ID |
instanceStatus | string | response body | 是 | 实例状态 |
instanceType | string | response body | 是 | 实例类型 |
name | string | response body | 否 | 实例名称 |
paymentTiming | string | response body | 是 | 付款方式 |
subnetModel | SubnetDetail | response body | 是 | PFS所在网络信息 |
usage | int | response body | 是 | PFS实例使用量(单位GB) |
vpcId | string | response body | 是 | PFS所在VPCID |
SubnetDetail
参数名字 | 参数类型 | 是否必须 | 参数位置 | 描述 |
---|---|---|---|---|
cidr | string | 是 | response body | 子网掩码 |
physicalZone | string | 是 | response body | PFS实例所在物理Zone |
subnetId | string | 是 | response body | 子网ID |
zoneName | string | 是 | response body | PFS实例所在逻辑Zone |
FilesetModel
参数名称 | 参数类型 | 是否必需 | 参数位置 | 描述 |
---|---|---|---|---|
filesetName | string | 是 | response body | fileset名称 |
filesetId | string | 是 | response body | fileset id |
filesetPath | string | 是 | response body | fileset path |
status | int32 | 是 | response body | fileset status |
blockQuota | int32 | 是 | response body | 容量配额(单位GB) |
blockUsage | int64 | 是 | response body | 容量使用量(单位KB) |
filesQuota | int64 | 是 | response body | 文件数量配额 |
filesUsage | int64 | 是 | response body | 文件数使用量 |
allocatedInode | int64 | 是 | response body | 文件数预分配配额 |
ctime | string | 是 | response body | 创建时间 |
qpsLimit | int64 | 是 | response body | iops限制 |
bandwidthLimitMb | int64 | 是 | response body | 带宽限制 |
parentPath | bool | 是 | response body | 是否为父fileset |
BucketLinkInfo
参数名字 | 参数类型 | 是否必须 | 参数位置 | 描述 |
---|---|---|---|---|
bucketlinkId | string | 否 | response body | 数据流动任务ID |
bucketlinkName | string | 是 | response body | 数据流动任务名字 |
instanceId | string | 是 | response body | PFS实例短ID |
transferType | int | 是 | response body | |
createTime | string | 是 | response body | 数据流动任务创建时间 |
finishTime | string | 否 | response body | 数据流动任务结束时间 |
conflictPolicy | int | 是 | response body | 冲突策略 |
throughputLimit | int | 是 | response body | 任务吞吐上限,单位byte |
status | int | 是 | response body | 任务状态 |
src | string | 是 | response body | 数据源路径 |
dst | string | 是 | response body | 数据目的路径 |
progress | int | 否 | response body | 进度情况(0 ~ 100),在运行中时生效 |
report | string | 否 | response body | 任务报告,在任务结束(已成功、任务失败、已取消)时生效 |