Uses of Class
com.tencentcloudapi.cbs.v20170312.models.ModifySnapshotAttributeRequest
-
Packages that use ModifySnapshotAttributeRequest Package Description com.tencentcloudapi.cbs.v20170312 com.tencentcloudapi.cbs.v20170312.models -
-
Uses of ModifySnapshotAttributeRequest in com.tencentcloudapi.cbs.v20170312
Methods in com.tencentcloudapi.cbs.v20170312 with parameters of type ModifySnapshotAttributeRequest Modifier and Type Method Description ModifySnapshotAttributeResponse
CbsClient. ModifySnapshotAttribute(ModifySnapshotAttributeRequest req)
本接口(ModifySnapshotAttribute)用于修改指定快照的属性。 本接口支持修改快照名称及到期时间,以及将非永久快照修改为永久快照。 “快照名称”仅为方便用户管理之用,腾讯云并不以此名称作为提交工单或是进行快照管理操作的依据。 -
Uses of ModifySnapshotAttributeRequest in com.tencentcloudapi.cbs.v20170312.models
Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type ModifySnapshotAttributeRequest Constructor Description ModifySnapshotAttributeRequest(ModifySnapshotAttributeRequest 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.
-