public class ImageInstance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageInstance() | 
| ImageInstance(ImageInstance source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias()Get 镜像别名 | 
| String | getImageId()Get 镜像ID | 
| String | getOsCustomizeType()Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) | 
| String | getOsName()Get 操作系统名称 | 
| void | setAlias(String Alias)Set 镜像别名 | 
| void | setImageId(String ImageId)Set 镜像ID | 
| void | setOsCustomizeType(String OsCustomizeType)Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) | 
| void | setOsName(String OsName)Set 操作系统名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageInstance()
public ImageInstance(ImageInstance source)
public String getAlias()
public void setAlias(String Alias)
Alias - 镜像别名public String getOsName()
public void setOsName(String OsName)
OsName - 操作系统名称public String getImageId()
public void setImageId(String ImageId)
ImageId - 镜像IDpublic String getOsCustomizeType()
public void setOsCustomizeType(String OsCustomizeType)
OsCustomizeType - 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)Copyright © 2025. All rights reserved.