tencentcloud-sdk-nodejs-cdwdoris 4.1.48 → 4.1.62
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
|
@@ -635,7 +635,7 @@ export interface ZoneInfo {
|
|
|
635
635
|
*/
|
|
636
636
|
ZoneId?: number;
|
|
637
637
|
/**
|
|
638
|
-
*
|
|
638
|
+
* Encrypted
|
|
639
639
|
*/
|
|
640
640
|
Encrypt?: number;
|
|
641
641
|
/**
|
|
@@ -2797,7 +2797,7 @@ export interface BackupStatus {
|
|
|
2797
2797
|
*/
|
|
2798
2798
|
BackupJobId?: number;
|
|
2799
2799
|
/**
|
|
2800
|
-
* 实例对应
|
|
2800
|
+
* 实例对应Snapshot的id
|
|
2801
2801
|
*/
|
|
2802
2802
|
TaskId?: number;
|
|
2803
2803
|
}
|