tencentcloud-sdk-nodejs-mongodb 4.1.71 → 4.1.78
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
|
@@ -1518,6 +1518,7 @@ export interface ModifyDBInstanceSecurityGroupRequest {
|
|
|
1518
1518
|
InstanceId: string;
|
|
1519
1519
|
/**
|
|
1520
1520
|
* 目标安全组 ID。请通过接口[DescribeSecurityGroup](https://cloud.tencent.com/document/product/240/55675)查看具体的安全组 ID。
|
|
1521
|
+
**注意**:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
1521
1522
|
*/
|
|
1522
1523
|
SecurityGroupIds: Array<string>;
|
|
1523
1524
|
}
|
|
@@ -2942,7 +2943,7 @@ export interface InquirePriceCreateDBInstancesRequest {
|
|
|
2942
2943
|
*/
|
|
2943
2944
|
Zone: string;
|
|
2944
2945
|
/**
|
|
2945
|
-
* -
|
|
2946
|
+
* - 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
|
2946
2947
|
- 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
|
2947
2948
|
*/
|
|
2948
2949
|
NodeNum: number;
|