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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/models.rb +7 -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: 1f2ba533228eaa7d4f981574afd9c24b7008fbae
|
|
4
|
+
data.tar.gz: 717115a93c1adfdab8e8805f99ab1c85c8d1f64e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdf40b33ae17046b436ff3415b4ad9f2e25dfc7186dd675e3d0ea240f19f0de2091225cd1c008aca7ba2814b8c29b88258e70439a8d722f0b17c7e4a13de1e48
|
|
7
|
+
data.tar.gz: 1cec15d8733f83b862371a6855b4dac24a1c041fe6205c2db6d043d812026ef955fc04317e65c4039ab119384e1fd043ce4ae463c540eac3f05ca6a5281fe5f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.977
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -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,最大值为
|
|
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.
|
|
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-
|
|
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
|