Uses of Class
com.tencentcloudapi.ecm.v20190719.models.Image
-
Packages that use Image Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of Image in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return Image Modifier and Type Method Description Image
Module. getDefaultImage()
Get 默认镜像。Image
Instance. getImage()
Get 实例当前使用的镜像的信息。 注意:此字段可能返回 null,表示取不到有效值。Image[]
Snapshot. getImages()
Get 快照关联的镜像列表。Image[]
DescribeImageResponse. getImageSet()
Get 镜像数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type Image Modifier and Type Method Description void
Module. setDefaultImage(Image DefaultImage)
Set 默认镜像。void
Instance. setImage(Image Image)
Set 实例当前使用的镜像的信息。 注意:此字段可能返回 null,表示取不到有效值。void
Snapshot. setImages(Image[] Images)
Set 快照关联的镜像列表。void
DescribeImageResponse. setImageSet(Image[] ImageSet)
Set 镜像数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type Image Constructor Description Image(Image 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.
-