Uses of Class
com.tencentcloudapi.ecm.v20190719.models.CreateImageRequest
-
Packages that use CreateImageRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of CreateImageRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type CreateImageRequest Modifier and Type Method Description CreateImageResponse
EcmClient. CreateImage(CreateImageRequest req)
本接口(CreateImage)用于将实例的系统盘制作为新镜像,创建后的镜像可以用于创建实例。 -
Uses of CreateImageRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type CreateImageRequest Constructor Description CreateImageRequest(CreateImageRequest 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.
-