tencentcloud-sdk-nodejs-cdwdoris 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
|
@@ -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
|
* 更新用户权限结构体
|
|
@@ -2206,6 +2210,18 @@ export interface NodeInfo {
|
|
|
2206
2210
|
* Id
|
|
2207
2211
|
*/
|
|
2208
2212
|
Id?: string;
|
|
2213
|
+
/**
|
|
2214
|
+
* RIP
|
|
2215
|
+
*/
|
|
2216
|
+
RIp?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* 计算组ID
|
|
2219
|
+
*/
|
|
2220
|
+
ComputeGroupId?: string;
|
|
2221
|
+
/**
|
|
2222
|
+
* 创建时间
|
|
2223
|
+
*/
|
|
2224
|
+
CreateTime?: string;
|
|
2209
2225
|
}
|
|
2210
2226
|
/**
|
|
2211
2227
|
* 前端规则描述
|
|
@@ -2489,9 +2505,17 @@ export interface ScaleUpInstanceRequest {
|
|
|
2489
2505
|
*/
|
|
2490
2506
|
SpecName: string;
|
|
2491
2507
|
/**
|
|
2492
|
-
* 角色(
|
|
2508
|
+
* 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE
|
|
2493
2509
|
*/
|
|
2494
2510
|
Type: string;
|
|
2511
|
+
/**
|
|
2512
|
+
* 前端鉴权使用,后端API调用传false,传true不会执行变配
|
|
2513
|
+
*/
|
|
2514
|
+
CheckAuth?: boolean;
|
|
2515
|
+
/**
|
|
2516
|
+
* 是否滚动重启
|
|
2517
|
+
*/
|
|
2518
|
+
RollingRestart?: boolean;
|
|
2495
2519
|
}
|
|
2496
2520
|
/**
|
|
2497
2521
|
* DescribeInstances请求参数结构体
|
|
@@ -3140,6 +3164,10 @@ export interface ReduceInstanceRequest {
|
|
|
3140
3164
|
* 缩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
|
|
3141
3165
|
*/
|
|
3142
3166
|
HaType: number;
|
|
3167
|
+
/**
|
|
3168
|
+
* 前端鉴权使用
|
|
3169
|
+
*/
|
|
3170
|
+
CheckAuth?: boolean;
|
|
3143
3171
|
}
|
|
3144
3172
|
/**
|
|
3145
3173
|
* DeleteWorkloadGroup返回参数结构体
|