tencentcloud-sdk-nodejs-cdwdoris 4.1.6 → 4.1.19

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.6",
3
+ "version": "4.1.19",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3280,6 +3280,14 @@ export interface RegionInfo {
3280
3280
  * 桶
3281
3281
  */
3282
3282
  Bucket?: string;
3283
+ /**
3284
+ * 存算分离集群数
3285
+ */
3286
+ SSCCount?: number;
3287
+ /**
3288
+ * 是否开通存算分离
3289
+ */
3290
+ EnableSSC?: boolean;
3283
3291
  }
3284
3292
  /**
3285
3293
  * CreateWorkloadGroup返回参数结构体