Uses of Class
com.tencentcloudapi.cbs.v20170312.models.Image
-
Packages that use Image Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of Image in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return Image Modifier and Type Method Description Image[]
Snapshot. getImages()
Get 快照关联的镜像列表。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type Image Modifier and Type Method Description void
Snapshot. setImages(Image[] Images)
Set 快照关联的镜像列表。Constructors in com.tencentcloudapi.cbs.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.
-