tencentcloud-sdk-dbbrain 3.0.1094 → 3.0.1104
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 +18 -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: 712d38042421d9bd2c663071728ecd4b15876fee
|
4
|
+
data.tar.gz: dfa6b31dbc3671ffb471d7dec8561adf23391e18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c196ca6d1b18854f97bfdbde01d864c4708a711e67d520837cd33462edad991d28ce880c4643fc05579e0a40fe664d6f3e5b3a1f2e7ca42b5a5889cdfb552392
|
7
|
+
data.tar.gz: 5879e2f11a8eb4facc32348165c4836808d7843cd7c818d64f72212b51113b03a0210b249eeb5e4be221e3af019644d8e9d8ac7df4f31c3ed3d65582ab554737
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1104
|
data/lib/v20210527/models.rb
CHANGED
@@ -4834,10 +4834,18 @@ module TencentCloud
|
|
4834
4834
|
# @type Metric: String
|
4835
4835
|
# @param Region: 地域。
|
4836
4836
|
# @type Region: String
|
4837
|
+
# @param ClusterId: 集群ID。
|
4838
|
+
# @type ClusterId: String
|
4839
|
+
# @param ClusterName: 集群名称。
|
4840
|
+
# @type ClusterName: String
|
4841
|
+
# @param Vip: vip地址。
|
4842
|
+
# @type Vip: String
|
4843
|
+
# @param Vport: vip端口。
|
4844
|
+
# @type Vport: Integer
|
4837
4845
|
|
4838
|
-
attr_accessor :DiagType, :EndTime, :StartTime, :EventId, :Severity, :Outline, :DiagItem, :InstanceId, :Metric, :Region
|
4846
|
+
attr_accessor :DiagType, :EndTime, :StartTime, :EventId, :Severity, :Outline, :DiagItem, :InstanceId, :Metric, :Region, :ClusterId, :ClusterName, :Vip, :Vport
|
4839
4847
|
|
4840
|
-
def initialize(diagtype=nil, endtime=nil, starttime=nil, eventid=nil, severity=nil, outline=nil, diagitem=nil, instanceid=nil, metric=nil, region=nil)
|
4848
|
+
def initialize(diagtype=nil, endtime=nil, starttime=nil, eventid=nil, severity=nil, outline=nil, diagitem=nil, instanceid=nil, metric=nil, region=nil, clusterid=nil, clustername=nil, vip=nil, vport=nil)
|
4841
4849
|
@DiagType = diagtype
|
4842
4850
|
@EndTime = endtime
|
4843
4851
|
@StartTime = starttime
|
@@ -4848,6 +4856,10 @@ module TencentCloud
|
|
4848
4856
|
@InstanceId = instanceid
|
4849
4857
|
@Metric = metric
|
4850
4858
|
@Region = region
|
4859
|
+
@ClusterId = clusterid
|
4860
|
+
@ClusterName = clustername
|
4861
|
+
@Vip = vip
|
4862
|
+
@Vport = vport
|
4851
4863
|
end
|
4852
4864
|
|
4853
4865
|
def deserialize(params)
|
@@ -4861,6 +4873,10 @@ module TencentCloud
|
|
4861
4873
|
@InstanceId = params['InstanceId']
|
4862
4874
|
@Metric = params['Metric']
|
4863
4875
|
@Region = params['Region']
|
4876
|
+
@ClusterId = params['ClusterId']
|
4877
|
+
@ClusterName = params['ClusterName']
|
4878
|
+
@Vip = params['Vip']
|
4879
|
+
@Vport = params['Vport']
|
4864
4880
|
end
|
4865
4881
|
end
|
4866
4882
|
|
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.1104
|
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-
|
11
|
+
date: 2025-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|