Class ImageInstance
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.ImageInstance
-
public class ImageInstance extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get 镜像别名 注意:此字段可能返回 null,表示取不到有效值。StringgetImageId()Get 镜像ID 注意:此字段可能返回 null,表示取不到有效值。StringgetOsCustomizeType()Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。StringgetOsName()Get 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。voidsetAlias(String Alias)Set 镜像别名 注意:此字段可能返回 null,表示取不到有效值。voidsetImageId(String ImageId)Set 镜像ID 注意:此字段可能返回 null,表示取不到有效值。voidsetOsCustomizeType(String OsCustomizeType)Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。voidsetOsName(String OsName)Set 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ImageInstance
public ImageInstance()
-
ImageInstance
public 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.
-
-
Method Detail
-
getAlias
public String getAlias()
Get 镜像别名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Alias 镜像别名 注意:此字段可能返回 null,表示取不到有效值。
-
setAlias
public void setAlias(String Alias)
Set 镜像别名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Alias- 镜像别名 注意:此字段可能返回 null,表示取不到有效值。
-
getOsName
public String getOsName()
Get 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OsName 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
-
setOsName
public void setOsName(String OsName)
Set 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OsName- 操作系统名称 注意:此字段可能返回 null,表示取不到有效值。
-
getImageId
public String getImageId()
Get 镜像ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ImageId 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
-
setImageId
public void setImageId(String ImageId)
Set 镜像ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ImageId- 镜像ID 注意:此字段可能返回 null,表示取不到有效值。
-
getOsCustomizeType
public String getOsCustomizeType()
Get 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OsCustomizeType 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。
-
setOsCustomizeType
public void setOsCustomizeType(String OsCustomizeType)
Set 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OsCustomizeType- 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值) 注意:此字段可能返回 null,表示取不到有效值。
-
-