tencentcloud-sdk-mongodb 3.0.935 → 3.0.936

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67b70ceea1db95c130f037b7145c72bc4f61af90
4
- data.tar.gz: 15b9c593384636cbd9a80c0ec2aebb935e73a804
3
+ metadata.gz: 7155f35306f0b13498a77cb2236886946683de8b
4
+ data.tar.gz: 71fa3e96872b3872b226f3875bf2f22a3c7c7fcf
5
5
  SHA512:
6
- metadata.gz: 19719c32fde9383f6b83c42c1baf4b049b296602e24b3dcd51613d534c257b6049ff92eb7ffd9892c491e0e1996de341fb974f73cc39733011c4a61c62d434a4
7
- data.tar.gz: 730b69784e4a200ed6e0b8576524637263c2ed8d06267bc5d2ff971436af1e82bcd2b1fe44a4c033e2c846fb58b011756e2daf286b6e1f1de8bcd81746f2287c
6
+ metadata.gz: 6f9140924db22aecd119685df4f788c33cec9e7ee20fbce984056359a6f5b7bde3e74560201674abf6bfeede0d410702f0b5f2c2a2b55442c444b49305304a57
7
+ data.tar.gz: 7dea11bbf25d4b37932069adad3cdf932b9a0ef5a6d964f775558fb169fd9831753cbcdcb9423c46a105c88437190363c79f9bab3c35bf208961a118d270d876
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.935
1
+ 3.0.936
@@ -468,9 +468,9 @@ module TencentCloud
468
468
  # - REPLSET:副本集。
469
469
  # - SHARD:分片集群。
470
470
  # @type ClusterType: String
471
- # @param VpcId: 私有网络ID。如果不设置该参数,则默认选择基础网络。
471
+ # @param VpcId: 私有网络ID。请登录 [私有网络控制台](https://console.cloud.tencent.com/vpc) 查询确认正确的ID。 示例值:vpc-pxyzim13
472
472
  # @type VpcId: String
473
- # @param SubnetId: 私有网络下的子网 ID,如果配置参数 VpcId,则 SubnetId必须配置。
473
+ # @param SubnetId: 私有网络VPC的子网。请登录 [私有网络控制台](https://console.cloud.tencent.com/vpc) 查询子网列表确认正确的 ID 示例值:subnet-7jbabche
474
474
  # @type SubnetId: String
475
475
  # @param Password: 实例密码。自定义密码长度为8-32个字符,至少包含字母、数字和字符(!@#%^*()_)中的两种。
476
476
  # @type Password: String
@@ -715,9 +715,9 @@ module TencentCloud
715
715
  # - 若不设置该参数,则为默认项目。
716
716
  # - 在 [MongoDB 控制台项目管理](https://console.cloud.tencent.com/project)页面,可获取项目ID。
717
717
  # @type ProjectId: Integer
718
- # @param VpcId: 私有网络ID。如果不设置该参数,则默认选择基础网络。
718
+ # @param VpcId: 私有网络ID。请登录[私有网络控制台](https://console.cloud.tencent.com/vpc)查询确认正确的ID。 示例值:vpc-pxyzim13
719
719
  # @type VpcId: String
720
- # @param SubnetId: 私有网络下的子网 ID,如果配置参数 VpcId,则 SubnetId必须配置。
720
+ # @param SubnetId: 私有网络VPC的子网。请登录 [私有网络控制台](https://console.cloud.tencent.com/vpc) 查询子网列表确认正确的 ID 示例值:subnet-7jbabche
721
721
  # @type SubnetId: String
722
722
  # @param Password: 实例密码。自定义密码长度为8-32个字符,至少包含字母、数字和字符(!@#%^*()_)中的两种。
723
723
  # @type Password: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.935
4
+ version: 3.0.936
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-03 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common