tencentcloud-sdk-nodejs-cdwdoris 4.1.61 → 4.1.68

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdwdoris",
3
- "version": "4.1.61",
3
+ "version": "4.1.68",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -196,6 +196,8 @@ export interface ScheduleInfo {
196
196
  Day-天
197
197
  Week-周
198
198
  Month-月
199
+ Quarter-季度
200
+ Year-年
199
201
  Once-单次
200
202
 
201
203
  */
@@ -2334,7 +2336,7 @@ export interface InstanceInfo {
2334
2336
  */
2335
2337
  CoreSummary?: NodesSummary;
2336
2338
  /**
2337
- * 高可用,“true" "false"
2339
+ * 高可用,"true" "false"
2338
2340
  */
2339
2341
  HA?: string;
2340
2342
  /**
@@ -2499,6 +2501,14 @@ export interface InstanceInfo {
2499
2501
  * 计算组个数
2500
2502
  */
2501
2503
  ComputeGroupCount?: number;
2504
+ /**
2505
+ * 存算分离cos存储数据
2506
+ */
2507
+ CosStorageSize?: number;
2508
+ /**
2509
+ * 存算分离的指标 当是true 不支持新建计算组
2510
+ */
2511
+ IsMasterNonVM?: boolean;
2502
2512
  }
2503
2513
  /**
2504
2514
  * DescribeUserBindWorkloadGroup请求参数结构体