tencentcloud-sdk-dbbrain 3.0.975 → 3.0.977

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 533777f465df668a03aa2fc203537ea15215554b
4
- data.tar.gz: fbe9c48e56c02739adc5b212b55b6970e129f8f8
3
+ metadata.gz: 1f2ba533228eaa7d4f981574afd9c24b7008fbae
4
+ data.tar.gz: 717115a93c1adfdab8e8805f99ab1c85c8d1f64e
5
5
  SHA512:
6
- metadata.gz: 2078fac216392258a4f6ad8588d0fcc70f16ee59d8df5e300d266c4ddcb68515f9ab544ef8a37967cecda92b81170e60091169a8b6aff020814eaf945520501d
7
- data.tar.gz: 577fd9b9fbd03950a62ddac36d2a408921ff1a7da194908a1aa396d3b33bfc09de4231a4879b24394c100594dcb3b9969cbb0a0cf716d66abfae03463d6aa1f0
6
+ metadata.gz: bdf40b33ae17046b436ff3415b4ad9f2e25dfc7186dd675e3d0ea240f19f0de2091225cd1c008aca7ba2814b8c29b88258e70439a8d722f0b17c7e4a13de1e48
7
+ data.tar.gz: 1cec15d8733f83b862371a6855b4dac24a1c041fe6205c2db6d043d812026ef955fc04317e65c4039ab119384e1fd043ce4ae463c540eac3f05ca6a5281fe5f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.975
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.975
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-05 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