tencentcloud-sdk-tke 3.0.509 → 3.0.511

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/v20180525/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31f79a1f4f367e0a05e2cd45f5f22386a7104f53
4
- data.tar.gz: 0ec0d09c46a8a7dbdcf0df87a685e2768c1c13d1
3
+ metadata.gz: b92751758694815596cdf2eff893ec5526d06a52
4
+ data.tar.gz: 6890c003b8225c65d20287a673481ba465138aa5
5
5
  SHA512:
6
- metadata.gz: 63aea95a034b9f7aebb3f3c4627e848f4c0dea8300cb6953c9ed8104ca40f81f49edfac8c9ba1be92b4f8b7c93e022c6f3af96d6d756134c75c3270c35e83ac8
7
- data.tar.gz: 31c1b82b9b2d8a70b29725f81b83a941638932eea3f9dcfd432363558c5f5384452600206718e1518e6906a1958fd8a908cbecade9cd8f05a77e834c3b32fd36
6
+ metadata.gz: dca59f1d11c9d696e670ae41ff765aa8467a463f097e0b88a4fa6819038012193c114051dce02916216cc03167a3e381090c4c9bf075bbb629c3b478f224359f
7
+ data.tar.gz: 7aec8c30a64fceb75190ca52792e504abfa30e14e10ee31f5bca93e8a4a633c72f2f079eb60bad8a2ba8b828221544c440207f5b759fc7d1e884721ade98b2b3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.511
@@ -9673,19 +9673,23 @@ module TencentCloud
9673
9673
  # @type LogsetId: String
9674
9674
  # @param TopicId: CLS日志主题ID
9675
9675
  # @type TopicId: String
9676
+ # @param TopicRegion: topic所在region,默认为集群当前region
9677
+ # @type TopicRegion: String
9676
9678
 
9677
- attr_accessor :ClusterId, :LogsetId, :TopicId
9679
+ attr_accessor :ClusterId, :LogsetId, :TopicId, :TopicRegion
9678
9680
 
9679
- def initialize(clusterid=nil, logsetid=nil, topicid=nil)
9681
+ def initialize(clusterid=nil, logsetid=nil, topicid=nil, topicregion=nil)
9680
9682
  @ClusterId = clusterid
9681
9683
  @LogsetId = logsetid
9682
9684
  @TopicId = topicid
9685
+ @TopicRegion = topicregion
9683
9686
  end
9684
9687
 
9685
9688
  def deserialize(params)
9686
9689
  @ClusterId = params['ClusterId']
9687
9690
  @LogsetId = params['LogsetId']
9688
9691
  @TopicId = params['TopicId']
9692
+ @TopicRegion = params['TopicRegion']
9689
9693
  end
9690
9694
  end
9691
9695
 
@@ -9745,19 +9749,23 @@ module TencentCloud
9745
9749
  # @type LogsetId: String
9746
9750
  # @param TopicId: cls服务的topicID
9747
9751
  # @type TopicId: String
9752
+ # @param TopicRegion: topic所在地域,默认为集群所在地域
9753
+ # @type TopicRegion: String
9748
9754
 
9749
- attr_accessor :ClusterId, :LogsetId, :TopicId
9755
+ attr_accessor :ClusterId, :LogsetId, :TopicId, :TopicRegion
9750
9756
 
9751
- def initialize(clusterid=nil, logsetid=nil, topicid=nil)
9757
+ def initialize(clusterid=nil, logsetid=nil, topicid=nil, topicregion=nil)
9752
9758
  @ClusterId = clusterid
9753
9759
  @LogsetId = logsetid
9754
9760
  @TopicId = topicid
9761
+ @TopicRegion = topicregion
9755
9762
  end
9756
9763
 
9757
9764
  def deserialize(params)
9758
9765
  @ClusterId = params['ClusterId']
9759
9766
  @LogsetId = params['LogsetId']
9760
9767
  @TopicId = params['TopicId']
9768
+ @TopicRegion = params['TopicRegion']
9761
9769
  end
9762
9770
  end
9763
9771
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.509
4
+ version: 3.0.511
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common