Uses of Class
com.tencentcloudapi.cvm.v20170312.models.SyncImage
-
Packages that use SyncImage Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of SyncImage in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return SyncImage Modifier and Type Method Description SyncImage[]SyncImagesResponse. getImageSet()Get 目的地域的镜像ID信息。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type SyncImage Modifier and Type Method Description voidSyncImagesResponse. setImageSet(SyncImage[] ImageSet)Set 目的地域的镜像ID信息。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type SyncImage Constructor Description SyncImage(SyncImage 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.
-