tencentcloud-sdk-dbbrain 3.0.987 → 3.0.989
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 +6 -2
- 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: c9fba8bc517ffa7e6dc56e6a2d24567bc15480b6
|
|
4
|
+
data.tar.gz: 013f1acf1766274f5b3797c042a7948f6df3a131
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4d63b0dfcd556a7905a9f47340b81c674367485a82edc5671c5025f01a97fcab27b0637df0293742005607f0e283a102760b98acbee68c53e2b895e8e442b84
|
|
7
|
+
data.tar.gz: 640fc40373a4f6bd843ed8e909e2c267935987d4b25f8ebf949e03a5ece279387fec711a7685f8d5d2da4d3ceb2db816ba3b61287b30a10c94ce524ee6f2b64c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.989
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -2767,16 +2767,19 @@ module TencentCloud
|
|
|
2767
2767
|
# @type InstanceNodeIds: Array
|
|
2768
2768
|
# @param Limit: top 数目,默认为20,最大值为100。
|
|
2769
2769
|
# @type Limit: Integer
|
|
2770
|
+
# @param Offset: 偏移量,默认为0。
|
|
2771
|
+
# @type Offset: Integer
|
|
2770
2772
|
|
|
2771
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :InstanceNodeIds, :Limit
|
|
2773
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :InstanceNodeIds, :Limit, :Offset
|
|
2772
2774
|
|
|
2773
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instancenodeids=nil, limit=nil)
|
|
2775
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instancenodeids=nil, limit=nil, offset=nil)
|
|
2774
2776
|
@InstanceId = instanceid
|
|
2775
2777
|
@StartTime = starttime
|
|
2776
2778
|
@EndTime = endtime
|
|
2777
2779
|
@Product = product
|
|
2778
2780
|
@InstanceNodeIds = instancenodeids
|
|
2779
2781
|
@Limit = limit
|
|
2782
|
+
@Offset = offset
|
|
2780
2783
|
end
|
|
2781
2784
|
|
|
2782
2785
|
def deserialize(params)
|
|
@@ -2786,6 +2789,7 @@ module TencentCloud
|
|
|
2786
2789
|
@Product = params['Product']
|
|
2787
2790
|
@InstanceNodeIds = params['InstanceNodeIds']
|
|
2788
2791
|
@Limit = params['Limit']
|
|
2792
|
+
@Offset = params['Offset']
|
|
2789
2793
|
end
|
|
2790
2794
|
end
|
|
2791
2795
|
|
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.989
|
|
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-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|