tencentcloud-sdk-mongodb 3.0.1094 → 3.0.1102
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190725/models.rb +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0f9a9d3e640996b245a297fef3969803ef000f2
|
4
|
+
data.tar.gz: ece2ec8a899bccc4e456211ff4c5a375d568c35d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e63b604b66190b7d6308ce027d75bfe43375f70c3d29c6f9fa06da12e327a0e73b2272ab33c3ae68f77b03afc4c4f8635e5d56ea77875f0ac3d3131f66cc5732
|
7
|
+
data.tar.gz: f8bd747aed204204724c2edecaa05b240aaf1ec3bd9bdba2a33b72268fc2cd424e6fdacd6619ed17880284254bb0e13941a8b18f74eb3b5e5033595f3eaa2310
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1102
|
data/lib/v20190725/models.rb
CHANGED
@@ -2637,7 +2637,7 @@ module TencentCloud
|
|
2637
2637
|
class InquirePriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
|
2638
2638
|
# @param Zone: 实例所属区域及可用区信息。格式:ap-guangzhou-2。
|
2639
2639
|
# @type Zone: String
|
2640
|
-
# @param NodeNum: -
|
2640
|
+
# @param NodeNum: - 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
2641
2641
|
# - 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
|
2642
2642
|
# @type NodeNum: Integer
|
2643
2643
|
# @param Memory: 实例内存大小。
|
@@ -3551,6 +3551,7 @@ module TencentCloud
|
|
3551
3551
|
# @param InstanceId: 实例 ID。例如:cmgo-7pje****。
|
3552
3552
|
# @type InstanceId: String
|
3553
3553
|
# @param SecurityGroupIds: 目标安全组 ID。请通过接口[DescribeSecurityGroup](https://cloud.tencent.com/document/product/240/55675)查看具体的安全组 ID。
|
3554
|
+
# **注意**:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
3554
3555
|
# @type SecurityGroupIds: Array
|
3555
3556
|
|
3556
3557
|
attr_accessor :InstanceId, :SecurityGroupIds
|
@@ -3622,8 +3623,8 @@ module TencentCloud
|
|
3622
3623
|
|
3623
3624
|
attr_accessor :InstanceId, :Memory, :Volume, :OplogSize, :NodeNum, :ReplicateSetNum, :InMaintenance, :MongosMemory, :AddNodeList, :RemoveNodeList
|
3624
3625
|
extend Gem::Deprecate
|
3625
|
-
deprecate :OplogSize, :none, 2025,
|
3626
|
-
deprecate :OplogSize=, :none, 2025,
|
3626
|
+
deprecate :OplogSize, :none, 2025, 7
|
3627
|
+
deprecate :OplogSize=, :none, 2025, 7
|
3627
3628
|
|
3628
3629
|
def initialize(instanceid=nil, memory=nil, volume=nil, oplogsize=nil, nodenum=nil, replicatesetnum=nil, inmaintenance=nil, mongosmemory=nil, addnodelist=nil, removenodelist=nil)
|
3629
3630
|
@InstanceId = instanceid
|
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.
|
4
|
+
version: 3.0.1102
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|