Uses of Class
com.tencentcloudapi.cvm.v20170312.models.Image
-
Packages that use Image Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of Image in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return Image Modifier and Type Method Description Image[]
DescribeImagesResponse. getImageSet()
Get 一个关于镜像详细信息的结构体,主要包括镜像的主要状态与属性。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type Image Modifier and Type Method Description void
DescribeImagesResponse. setImageSet(Image[] ImageSet)
Set 一个关于镜像详细信息的结构体,主要包括镜像的主要状态与属性。Constructors in com.tencentcloudapi.cvm.v20170312.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.
-