tencentcloud-sdk-nodejs-cbs 4.1.42 → 4.1.44
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
|
@@ -992,7 +992,7 @@ export interface CreateSnapshotRequest {
|
|
|
992
992
|
*/
|
|
993
993
|
Deadline?: string;
|
|
994
994
|
/**
|
|
995
|
-
* 云硬盘备份点ID
|
|
995
|
+
* 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。
|
|
996
996
|
*/
|
|
997
997
|
DiskBackupId?: string;
|
|
998
998
|
/**
|