tencentcloud-sdk-mongodb 3.0.1094 → 3.0.1116

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: 9ae4919aaf958d151f15f2a3b865b0fb08e9036f
4
- data.tar.gz: 35277da502ca36ff75cb01895a8e5706a5c9c624
3
+ metadata.gz: 3a118a00d87c7bc4f0ac48ba248fd5bcc5a73a4b
4
+ data.tar.gz: 6e03ed162ed2ab86e265a02013968cc0128fe53b
5
5
  SHA512:
6
- metadata.gz: 1f3f2e1d8f603e9d6560c22156f072084fa2a291dd502cf2de4b1e957d2131042e3044561e7bf5d108fe3ca005cd2e05638b0764ab17bfa1c2cb08eccbced3c8
7
- data.tar.gz: e78c78252f35ce6357ad61845f968decb5c7e247f6008c792f951cbba1d02ff0ddd3bed8345446c65e048ca16a45c6d15af033594e5e82dd085e91dd24f7b492
6
+ metadata.gz: c0ed9b09dcae60681e32e709049f94fc617682fdc0fdda7628bb7ab57d1ee1c93347545a88cb15e586fd4b38625f0a8b8f17332276dfd688ed9986e9798bd182
7
+ data.tar.gz: 5fbc19277f55ad90b685ea8ad40ca11413757035f23cf4577123f6056119f8d201a81abc7eb47aa3e7c6b4b665bc6a19f0184ddffdff5104e93ae5ee9b450ecc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1116
@@ -1259,7 +1259,7 @@ module TencentCloud
1259
1259
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1260
1260
  end
1261
1261
 
1262
- # 本接口(TerminateDBInstances)可将包年包月实例退还隔离。
1262
+ # 本接口(TerminateDBInstances)用于退还包年包月计费实例。
1263
1263
 
1264
1264
  # @param request: Request instance for TerminateDBInstances.
1265
1265
  # @type request: :class:`Tencentcloud::mongodb::V20190725::TerminateDBInstancesRequest`
@@ -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: - 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。
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, 6
3626
- deprecate :OplogSize=, :none, 2025, 6
3626
+ deprecate :OplogSize, :none, 2025, 8
3627
+ deprecate :OplogSize=, :none, 2025, 8
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.1094
4
+ version: 3.0.1116
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-05 00:00:00.000000000 Z
11
+ date: 2025-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common