tencentcloud-sdk-nodejs-cynosdb 4.1.104 → 4.1.110

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-cynosdb",
3
- "version": "4.1.104",
3
+ "version": "4.1.110",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10421,6 +10421,14 @@ export interface InstanceSpec {
10421
10421
  * 库存数量
10422
10422
  */
10423
10423
  StockCount?: number;
10424
+ /**
10425
+ * 最大cpu
10426
+ */
10427
+ MaxCpu?: number;
10428
+ /**
10429
+ * 最小cpu
10430
+ */
10431
+ MinCpu?: number;
10424
10432
  }
10425
10433
  /**
10426
10434
  * IsolateInstance请求参数结构体