tencentcloud-sdk-nodejs-mongodb 4.0.1029 → 4.0.1046

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.1029",
3
+ "version": "4.0.1046",
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
  */
@@ -2746,11 +2749,11 @@ export interface DbURL {
2746
2749
  - MONGOS_READ_PRIMARY_AND_SECONDARY:指通过该URI 连接 Mongos 的主节点与从节点。
2747
2750
  - MONGOS_READ_SECONDARY_AND_READONLY:指通过该URI 连接 Mongos 的从节点与只读节点。
2748
2751
  */
2749
- URLType: string
2752
+ URLType?: string
2750
2753
  /**
2751
2754
  * 实例 URI 形式的连接串访问地址示例。
2752
2755
  */
2753
- Address: string
2756
+ Address?: string
2754
2757
  }
2755
2758
 
2756
2759
  /**
@@ -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
  */
@@ -2616,11 +2619,11 @@ export interface DbURL {
2616
2619
  - MONGOS_READ_PRIMARY_AND_SECONDARY:指通过该URI 连接 Mongos 的主节点与从节点。
2617
2620
  - MONGOS_READ_SECONDARY_AND_READONLY:指通过该URI 连接 Mongos 的从节点与只读节点。
2618
2621
  */
2619
- URLType: string;
2622
+ URLType?: string;
2620
2623
  /**
2621
2624
  * 实例 URI 形式的连接串访问地址示例。
2622
2625
  */
2623
- Address: string;
2626
+ Address?: string;
2624
2627
  }
2625
2628
  /**
2626
2629
  * 实例规格信息