tencentcloud-sdk-nodejs-cdwdoris 4.1.42 → 4.1.43
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
|
@@ -561,6 +561,10 @@ export interface ScaleOutInstanceRequest {
|
|
|
561
561
|
* 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
|
|
562
562
|
*/
|
|
563
563
|
HaType?: number;
|
|
564
|
+
/**
|
|
565
|
+
* 前端鉴权使用
|
|
566
|
+
*/
|
|
567
|
+
CheckAuth?: boolean;
|
|
564
568
|
}
|
|
565
569
|
/**
|
|
566
570
|
* 更新用户权限结构体
|
|
@@ -2489,9 +2493,17 @@ export interface ScaleUpInstanceRequest {
|
|
|
2489
2493
|
*/
|
|
2490
2494
|
SpecName: string;
|
|
2491
2495
|
/**
|
|
2492
|
-
* 角色(
|
|
2496
|
+
* 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE
|
|
2493
2497
|
*/
|
|
2494
2498
|
Type: string;
|
|
2499
|
+
/**
|
|
2500
|
+
* 前端鉴权使用,后端API调用传false,传true不会执行变配
|
|
2501
|
+
*/
|
|
2502
|
+
CheckAuth?: boolean;
|
|
2503
|
+
/**
|
|
2504
|
+
* 是否滚动重启
|
|
2505
|
+
*/
|
|
2506
|
+
RollingRestart?: boolean;
|
|
2495
2507
|
}
|
|
2496
2508
|
/**
|
|
2497
2509
|
* DescribeInstances请求参数结构体
|
|
@@ -3140,6 +3152,10 @@ export interface ReduceInstanceRequest {
|
|
|
3140
3152
|
* 缩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
|
|
3141
3153
|
*/
|
|
3142
3154
|
HaType: number;
|
|
3155
|
+
/**
|
|
3156
|
+
* 前端鉴权使用
|
|
3157
|
+
*/
|
|
3158
|
+
CheckAuth?: boolean;
|
|
3143
3159
|
}
|
|
3144
3160
|
/**
|
|
3145
3161
|
* DeleteWorkloadGroup返回参数结构体
|