Uses of Class
com.tencentcloudapi.cvm.v20170312.models.SyncImagesResponse
-
Packages that use SyncImagesResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of SyncImagesResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return SyncImagesResponse Modifier and Type Method Description SyncImagesResponseCvmClient. SyncImages(SyncImagesRequest req)本接口(SyncImages)用于将自定义镜像同步到其它地区。 该接口每次调用只支持同步一个镜像。 该接口支持多个同步地域。 单个账号在每个地域最多支持存在50个自定义镜像。 -
Uses of SyncImagesResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type SyncImagesResponse Constructor Description SyncImagesResponse(SyncImagesResponse 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.
-