Uses of Class
com.tencentcloudapi.cbs.v20170312.models.ModifyDiskAttributesResponse
-
Packages that use ModifyDiskAttributesResponse Package Description com.tencentcloudapi.cbs.v20170312 com.tencentcloudapi.cbs.v20170312.models -
-
Uses of ModifyDiskAttributesResponse in com.tencentcloudapi.cbs.v20170312
Methods in com.tencentcloudapi.cbs.v20170312 that return ModifyDiskAttributesResponse Modifier and Type Method Description ModifyDiskAttributesResponse
CbsClient. ModifyDiskAttributes(ModifyDiskAttributesRequest req)
只支持修改弹性云盘的项目ID。随云主机创建的云硬盘项目ID与云主机联动。可以通过[DescribeDisks](/document/product/362/16315)接口查询,见输出参数中Portable字段解释。 “云硬盘名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为提交工单或是进行云盘管理操作的依据。 支持批量操作,如果传入多个云盘ID,则所有云盘修改为同一属性。如果存在不允许操作的云盘,则操作不执行,以特定错误码返回。 -
Uses of ModifyDiskAttributesResponse in com.tencentcloudapi.cbs.v20170312.models
Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type ModifyDiskAttributesResponse Constructor Description ModifyDiskAttributesResponse(ModifyDiskAttributesResponse 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.
-