Uses of Class
com.tencentcloudapi.cvm.v20170312.models.InquiryPriceTerminateInstancesResponse
-
Packages that use InquiryPriceTerminateInstancesResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of InquiryPriceTerminateInstancesResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return InquiryPriceTerminateInstancesResponse Modifier and Type Method Description InquiryPriceTerminateInstancesResponseCvmClient. InquiryPriceTerminateInstances(InquiryPriceTerminateInstancesRequest req)本接口 (InquiryPriceTerminateInstances) 用于退还实例询价。 查询退还实例可以返还的费用。 在退还包年包月实例时,使用ReleasePrepaidDataDisks参数,会在返回值中包含退还挂载的包年包月数据盘返还的费用。 支持批量操作,每次请求批量实例的上限为100。如果批量实例存在不允许操作的实例,操作会以特定错误码返回。 -
Uses of InquiryPriceTerminateInstancesResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type InquiryPriceTerminateInstancesResponse Constructor Description InquiryPriceTerminateInstancesResponse(InquiryPriceTerminateInstancesResponse 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.
-