82.10. 镜像端点
| operation | Description | Headers | Result | | ------ | ---- | ------- | ----------- | | list | list | list | list images on your account | CamelDigitalOceanType* DigitalOceanImageTypes | List<com.myjeeva.digitalocean.pojo.Image> | ownList | 只检索用户的私有镜像 | | List<com.myjeeva.digitalocean.pojo.Image> | | listActions | 检索在 Image | CamelDigitalOceanId Integer | List<com.myjeeva.digitaloce.pojo.Action> 上执行的所有操作 | | 通过 id| get CamelDigitalOceanId Integer| com.myjeeva.digitalocean.pojo.Image | 获取有关公共镜像的信息 (公共或私有) 字符串| com.myjeeva.digitalocean.pojo.Image | | update | update an image| CamelDigitalOceanId Integer <br>'CamelDigitalOceanName' String| com.myjeeva.digitalocean.pojo.Image | delete | 删除镜像| CamelDigitalOceanId Integer | com.myjeeva.digitalocean.pojo.Delete | | transfer | transfer an image to another region| CamelDigitalOceanId Integer <br>'CamelDigitalOceanRegion' String| com.myjeeva.digitalocean.pojo | | convert | convert an image, 例如,对快照的备份| CamelDigitalOceanId Integer | com.myjeeva.digitalocean.pojo.Action |