Uses of Class
com.tencentcloudapi.cbs.v20170312.models.TerminateDisksResponse
-
Packages that use TerminateDisksResponse Package Description com.tencentcloudapi.cbs.v20170312 com.tencentcloudapi.cbs.v20170312.models -
-
Uses of TerminateDisksResponse in com.tencentcloudapi.cbs.v20170312
Methods in com.tencentcloudapi.cbs.v20170312 that return TerminateDisksResponse Modifier and Type Method Description TerminateDisksResponseCbsClient. TerminateDisks(TerminateDisksRequest req)本接口(TerminateDisks)用于退还云硬盘。 不再使用的云盘,可通过本接口主动退还。 本接口支持退还预付费云盘和按小时后付费云盘。按小时后付费云盘可直接退还,预付费云盘需符合退还规则。 支持批量操作,每次请求批量云硬盘的上限为100。如果批量云盘存在不允许操作的,请求会以特定错误码返回。 -
Uses of TerminateDisksResponse in com.tencentcloudapi.cbs.v20170312.models
Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type TerminateDisksResponse Constructor Description TerminateDisksResponse(TerminateDisksResponse 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.
-