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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210527/models.rb +18 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 589b6f17bad49f40f79d50c1a327ac6201ce2527
4
- data.tar.gz: 916bccb6ad97614c010b1b1e4eb7f1648f30e84a
3
+ metadata.gz: 712d38042421d9bd2c663071728ecd4b15876fee
4
+ data.tar.gz: dfa6b31dbc3671ffb471d7dec8561adf23391e18
5
5
  SHA512:
6
- metadata.gz: ba9f170e8dd7a66cf894a8095de8d4a4368e24e15ca21024aead8f3dc2864cdc820438a2220d076191356ba117e26a86d744303959c22664850c2fd50107e903
7
- data.tar.gz: 91308bf1243604233b4a16983a12dd94d5cbbecf85f83e9b95bc86b55f54d45187d52625272b599d8218d3f871170f34fb4cbab15a0e6e9b5abcce71154d4661
6
+ metadata.gz: c196ca6d1b18854f97bfdbde01d864c4708a711e67d520837cd33462edad991d28ce880c4643fc05579e0a40fe664d6f3e5b3a1f2e7ca42b5a5889cdfb552392
7
+ data.tar.gz: 5879e2f11a8eb4facc32348165c4836808d7843cd7c818d64f72212b51113b03a0210b249eeb5e4be221e3af019644d8e9d8ac7df4f31c3ed3d65582ab554737
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1104
@@ -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.1094
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-05 00:00:00.000000000 Z
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