Uses of Class
com.tencentcloudapi.cbs.v20170312.models.ModifySnapshotsSharePermissionResponse
-
Packages that use ModifySnapshotsSharePermissionResponse Package Description com.tencentcloudapi.cbs.v20170312 com.tencentcloudapi.cbs.v20170312.models -
-
Uses of ModifySnapshotsSharePermissionResponse in com.tencentcloudapi.cbs.v20170312
Methods in com.tencentcloudapi.cbs.v20170312 that return ModifySnapshotsSharePermissionResponse Modifier and Type Method Description ModifySnapshotsSharePermissionResponseCbsClient. ModifySnapshotsSharePermission(ModifySnapshotsSharePermissionRequest req)本接口(ModifySnapshotsSharePermission)用于修改快照分享信息。 分享快照后,被分享账户可以通过该快照创建云硬盘。 每个快照最多可分享给50个账户。 分享快照无法更改名称,描述,仅可用于创建云硬盘。 只支持分享到对方账户相同地域。 仅支持分享数据盘快照。 -
Uses of ModifySnapshotsSharePermissionResponse in com.tencentcloudapi.cbs.v20170312.models
Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type ModifySnapshotsSharePermissionResponse Constructor Description ModifySnapshotsSharePermissionResponse(ModifySnapshotsSharePermissionResponse 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.
-