tencentcloud-sdk-nodejs-cdwdoris 4.1.88 → 4.1.102
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
|
@@ -690,6 +690,10 @@ export interface DeleteBackUpDataRequest {
|
|
|
690
690
|
* 是否删除所有实例
|
|
691
691
|
*/
|
|
692
692
|
IsDeleteAll?: boolean;
|
|
693
|
+
/**
|
|
694
|
+
* true代表恢复删除隔离中的job 默认false就是删除
|
|
695
|
+
*/
|
|
696
|
+
IsRecover?: boolean;
|
|
693
697
|
}
|
|
694
698
|
/**
|
|
695
699
|
* UpdateCoolDown返回参数结构体
|
|
@@ -3628,6 +3632,10 @@ export interface RestoreStatus {
|
|
|
3628
3632
|
* DeleteBackUpData返回参数结构体
|
|
3629
3633
|
*/
|
|
3630
3634
|
export interface DeleteBackUpDataResponse {
|
|
3635
|
+
/**
|
|
3636
|
+
* 错误信息
|
|
3637
|
+
*/
|
|
3638
|
+
ErrorMsg?: string;
|
|
3631
3639
|
/**
|
|
3632
3640
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3633
3641
|
*/
|
|
@@ -3738,6 +3746,10 @@ export interface BackUpJobDisplay {
|
|
|
3738
3746
|
* 快照保留策略
|
|
3739
3747
|
*/
|
|
3740
3748
|
SnapshotRemainPolicy?: SnapshotRemainPolicy;
|
|
3749
|
+
/**
|
|
3750
|
+
* 隔离次数
|
|
3751
|
+
*/
|
|
3752
|
+
IsolationCount?: number;
|
|
3741
3753
|
}
|
|
3742
3754
|
/**
|
|
3743
3755
|
* ModifyUserBindWorkloadGroup返回参数结构体
|