Uses of Class
com.tencentcloudapi.cvm.v20170312.models.InquiryPriceResetInstanceResponse
-
Packages that use InquiryPriceResetInstanceResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of InquiryPriceResetInstanceResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return InquiryPriceResetInstanceResponse Modifier and Type Method Description InquiryPriceResetInstanceResponseCvmClient. InquiryPriceResetInstance(InquiryPriceResetInstanceRequest req)本接口 (InquiryPriceResetInstance) 用于重装实例询价。 如果指定了`ImageId`参数,则使用指定的镜像进行重装询价;否则按照当前实例使用的镜像进行重装询价。 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/15753#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。 目前不支持境外地域的实例使用该接口实现`Linux`和`Windows`操作系统切换的重装询价。 -
Uses of InquiryPriceResetInstanceResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type InquiryPriceResetInstanceResponse Constructor Description InquiryPriceResetInstanceResponse(InquiryPriceResetInstanceResponse 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.
-