public class ImageInstance extends AbstractModel
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 镜像别名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImageId()
Get 镜像ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOsCustomizeType()
Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOsName()
Get 操作系统名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlias(String Alias)
Set 镜像别名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImageId(String ImageId)
Set 镜像ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOsCustomizeType(String OsCustomizeType)
Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOsName(String OsName)
Set 操作系统名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageInstance()
public ImageInstance(ImageInstance source)
public String getAlias()
public void setAlias(String Alias)
Alias
- 镜像别名
注意:此字段可能返回 null,表示取不到有效值。public String getOsName()
public void setOsName(String OsName)
OsName
- 操作系统名称
注意:此字段可能返回 null,表示取不到有效值。public String getImageId()
public void setImageId(String ImageId)
ImageId
- 镜像ID
注意:此字段可能返回 null,表示取不到有效值。public String getOsCustomizeType()
public void setOsCustomizeType(String OsCustomizeType)
OsCustomizeType
- 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.