tencentcloud-sdk-nodejs-mongodb 4.0.1028 → 4.0.1045

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-mongodb",
3
- "version": "4.0.1028",
3
+ "version": "4.0.1045",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -220,7 +220,10 @@ export interface DescribeDBInstanceParamTplRequest {
220
220
  */
221
221
  TplNames?: Array<string>
222
222
  /**
223
- * 根据版本号插叙参数模板,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
223
+ * 根据版本号查询参数模板,具体支持的售卖版本,请参见[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询云数据库的售卖规格的返回结果。参数与版本对应关系如下所示:
224
+ - MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
225
+ - MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
226
+ - MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
224
227
  */
225
228
  MongoVersion?: Array<string>
226
229
  /**
@@ -1245,7 +1248,7 @@ export interface ModifyDBInstanceSpecRequest {
1245
1248
  * 实例变更后mongod的节点数(不包含readonly节点数)。
1246
1249
  - 变更mongod CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
1247
1250
  - 变更 mongos CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
1248
- - 节点变更时(全部类型),该参数可不配置或输入变更后的 mongod(不包含readonl) 节点数量。
1251
+ - 节点变更时(全部类型),该参数可不配置或输入变更后的 mongod(不包含readonly) 节点数量。
1249
1252
  - 副本集节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinNodeNum 与 MaxNodeNum 获取。
1250
1253
  - 分片集群每个分片节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinReplicateSetNodeNum 与 MaxReplicateSetNodeNum 获取。
1251
1254
  */
@@ -199,7 +199,10 @@ export interface DescribeDBInstanceParamTplRequest {
199
199
  */
200
200
  TplNames?: Array<string>;
201
201
  /**
202
- * 根据版本号插叙参数模板,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
202
+ * 根据版本号查询参数模板,具体支持的售卖版本,请参见[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询云数据库的售卖规格的返回结果。参数与版本对应关系如下所示:
203
+ - MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。
204
+ - MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。
205
+ - MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
203
206
  */
204
207
  MongoVersion?: Array<string>;
205
208
  /**
@@ -1179,7 +1182,7 @@ export interface ModifyDBInstanceSpecRequest {
1179
1182
  * 实例变更后mongod的节点数(不包含readonly节点数)。
1180
1183
  - 变更mongod CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
1181
1184
  - 变更 mongos CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
1182
- - 节点变更时(全部类型),该参数可不配置或输入变更后的 mongod(不包含readonl) 节点数量。
1185
+ - 节点变更时(全部类型),该参数可不配置或输入变更后的 mongod(不包含readonly) 节点数量。
1183
1186
  - 副本集节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinNodeNum 与 MaxNodeNum 获取。
1184
1187
  - 分片集群每个分片节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinReplicateSetNodeNum 与 MaxReplicateSetNodeNum 获取。
1185
1188
  */