数据结构
ImageInfo
自定义镜像详细信息结构
名称 | 类型 | 描述 |
---|---|---|
ImageUUID | String | 镜像ID |
ImageName | String | 镜像名称 |
OsVersion | String | 镜像版本,可能值: linux windows |
ImageSize | Integer | 镜像大小,单位:GB |
ImageType | String | 镜像类型,可能值: SELF 自定义 |
ImageStatus | String | 镜像状态,可能值: PENDING 操作执行中 AVAILABLE: 可用 DELETED 已删除 CREATE_FAIL 创建失败 INACTIVE 创建成功,未激活 DEPRECATED 已废弃 |
ImagePendingStatus | String | 镜像操作状态,可能值: NONE 无进行中的状态 DELETING 删除中 CREATING 创建中 |
CreationTime | String | 创建时间,格式为:2021-10-22 06:07:33 |
ImageConfigModel
系统镜像详细信息结构
名称 | 类型 | 描述 |
---|---|---|
imageUUID | String | 镜像ID |
imageName | String | 镜像名称 |
osVersion | String | 镜像版本,可能值: linux windows |
imageSize | Integer | 镜像大小,单位:GB |
imageType | String | 镜像类型,可能值: System |