tencentcloud-sdk-nodejs-cynosdb 4.1.30 → 4.1.32

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.30",
3
+ "version": "4.1.32",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2016,6 +2016,10 @@ export interface CreateClustersRequest {
2016
2016
  普通实例内存,单位GB
2017
2017
  */
2018
2018
  Memory?: number;
2019
+ /**
2020
+ * 实例数量,数量范围为(0,16],默认值为2(即一个rw实例+一个ro实例),传递的n表示1个rw实例+n-1个ro实例(规格相同),如需要更精确的集群组成搭配,请使用InstanceInitInfos
2021
+ */
2022
+ InstanceCount?: number;
2019
2023
  /**
2020
2024
  * 该参数无实际意义,已废弃。
2021
2025
  存储大小,单位GB。
@@ -2070,10 +2074,6 @@ export interface CreateClustersRequest {
2070
2074
  当DbType为MYSQL,且存储计费模式为预付费时,该参数需不大于cpu与memory对应存储规格上限
2071
2075
  */
2072
2076
  StorageLimit?: number;
2073
- /**
2074
- * 实例数量,数量范围为(0,16]
2075
- */
2076
- InstanceCount?: number;
2077
2077
  /**
2078
2078
  * 包年包月购买时长
2079
2079
  */