tencentcloud-sdk-nodejs-cbs 4.1.71 → 4.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1000,6 +1000,10 @@ export interface CreateSnapshotRequest {
|
|
|
1000
1000
|
* 快照绑定的标签。
|
|
1001
1001
|
*/
|
|
1002
1002
|
Tags?: Array<Tag>;
|
|
1003
|
+
/**
|
|
1004
|
+
* 快照关联云硬盘类型, SYSTEM_DISK: 系统盘, DATA_DISK: 数据盘,非必填参数,不填时快照类型与云盘类型保持一致, 该参数基于某些场景用户需要将系统盘创建出数据盘快照共享使用。
|
|
1005
|
+
*/
|
|
1006
|
+
DiskUsage?: string;
|
|
1003
1007
|
}
|
|
1004
1008
|
/**
|
|
1005
1009
|
* DescribeInstancesDiskNum请求参数结构体
|