tencentcloud-sdk-dbbrain 3.0.976 → 3.0.977

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: 89d7faf8693a7dfa49701a6c5839f4fd9092a4c0
4
- data.tar.gz: 8cbd6e36d4b19621d8f1f1e2bb5058429f078c6d
3
+ metadata.gz: 1f2ba533228eaa7d4f981574afd9c24b7008fbae
4
+ data.tar.gz: 717115a93c1adfdab8e8805f99ab1c85c8d1f64e
5
5
  SHA512:
6
- metadata.gz: 1e5a4d58ed263f408de982aa9968d78b1415bdf1c7e2d6c52bdae10e2600c9ff4aef8374f1537d0c4a0f37d2d10bfdc94beb260b4ad3dab921a24ea537593927
7
- data.tar.gz: 617804b796e46e186f5edaee3bbb1dccc97c28a50feae61a57f8cca8fcf8f41c447dc22b8dc09dd72cd4b5831b981edf9f99d8489d49b5789e750d1e50195a3a
6
+ metadata.gz: bdf40b33ae17046b436ff3415b4ad9f2e25dfc7186dd675e3d0ea240f19f0de2091225cd1c008aca7ba2814b8c29b88258e70439a8d722f0b17c7e4a13de1e48
7
+ data.tar.gz: 1cec15d8733f83b862371a6855b4dac24a1c041fe6205c2db6d043d812026ef955fc04317e65c4039ab119384e1fd043ce4ae463c540eac3f05ca6a5281fe5f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.977
@@ -2824,16 +2824,19 @@ module TencentCloud
2824
2824
  # @type Date: String
2825
2825
  # @param Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
2826
2826
  # @type Product: String
2827
- # @param Limit: 查询数目,默认为20,最大值为100
2827
+ # @param Limit: 查询数目,默认为20,最大值为500
2828
2828
  # @type Limit: Integer
2829
+ # @param ShardIds: 分片ID数组。
2830
+ # @type ShardIds: Array
2829
2831
 
2830
- attr_accessor :InstanceId, :Date, :Product, :Limit
2832
+ attr_accessor :InstanceId, :Date, :Product, :Limit, :ShardIds
2831
2833
 
2832
- def initialize(instanceid=nil, date=nil, product=nil, limit=nil)
2834
+ def initialize(instanceid=nil, date=nil, product=nil, limit=nil, shardids=nil)
2833
2835
  @InstanceId = instanceid
2834
2836
  @Date = date
2835
2837
  @Product = product
2836
2838
  @Limit = limit
2839
+ @ShardIds = shardids
2837
2840
  end
2838
2841
 
2839
2842
  def deserialize(params)
@@ -2841,6 +2844,7 @@ module TencentCloud
2841
2844
  @Date = params['Date']
2842
2845
  @Product = params['Product']
2843
2846
  @Limit = params['Limit']
2847
+ @ShardIds = params['ShardIds']
2844
2848
  end
2845
2849
  end
2846
2850
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.976
4
+ version: 3.0.977
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-01-06 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common