Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DescribeImagesResponse
-
Packages that use DescribeImagesResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DescribeImagesResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return DescribeImagesResponse Modifier and Type Method Description DescribeImagesResponseCvmClient. DescribeImages(DescribeImagesRequest req)本接口(DescribeImages) 用于查看镜像列表。 可以通过指定镜像ID来查询指定镜像的详细信息,或通过设定过滤器来查询满足过滤条件的镜像的详细信息。 指定偏移(Offset)和限制(Limit)来选择结果中的一部分,默认返回满足条件的前20个镜像信息。 -
Uses of DescribeImagesResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type DescribeImagesResponse Constructor Description DescribeImagesResponse(DescribeImagesResponse 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.
-