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 ImageModule. getDefaultImage()Get 默认镜像。ImageInstance. 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 voidModule. setDefaultImage(Image DefaultImage)Set 默认镜像。voidInstance. setImage(Image Image)Set 实例当前使用的镜像的信息。 注意:此字段可能返回 null,表示取不到有效值。voidSnapshot. setImages(Image[] Images)Set 快照关联的镜像列表。voidDescribeImageResponse. 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.
-