tencentcloud-sdk-ckafka 3.0.827 → 3.0.829

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e27c09a22e2517e7918b4d5b170ec4354d81b59
4
- data.tar.gz: eda9baa8c6e0a7d6285fd4d4407688e9eb738edf
3
+ metadata.gz: 0497424b35d5a30451a2b162cb2442824e96f9d9
4
+ data.tar.gz: da8e1c0cd086c1307bb32b27ea2fa54b9e7ae5d2
5
5
  SHA512:
6
- metadata.gz: eddce1d7bb413e55c8bdde56a628533b5ab5a708ee3bd851b011eff9eacd0f813da7e22fd1f2a41e2d1bc1d3bb70e2a05d50140c38676351dea5f13b75f626c1
7
- data.tar.gz: 5b58d72f877d3586f9286a1f6d81bc8b294982473c94e9af331a60f8a262a2c888263d83076835c65d29016e178d3f260094400a319958a9819cd9d8804e8000
6
+ metadata.gz: 71d985d6a2544f70ab678933765db1d211d62ea2d8165dc1be4d414b86a7a10098d2d4ba606a536517dab0ec1fe4a1ceadbe397bb0c9cbb0cee0a278ff01a89e
7
+ data.tar.gz: b4548bc4e97e3c1ed131ec39859c248b8c3a1f4a50bb469440365f809d5f481f2b7017b4863f700ac48706f2174a9f80c25b3513c1787cc319285062c4f84167
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.827
1
+ 3.0.829
@@ -10280,19 +10280,24 @@ module TencentCloud
10280
10280
  # @type SourceIp: String
10281
10281
  # @param SourcePort: vport
10282
10282
  # @type SourcePort: Integer
10283
+ # @param BrokerIp: broker地址
10284
+ # 注意:此字段可能返回 null,表示取不到有效值。
10285
+ # @type BrokerIp: String
10283
10286
 
10284
- attr_accessor :Type, :SourceIp, :SourcePort
10287
+ attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp
10285
10288
 
10286
- def initialize(type=nil, sourceip=nil, sourceport=nil)
10289
+ def initialize(type=nil, sourceip=nil, sourceport=nil, brokerip=nil)
10287
10290
  @Type = type
10288
10291
  @SourceIp = sourceip
10289
10292
  @SourcePort = sourceport
10293
+ @BrokerIp = brokerip
10290
10294
  end
10291
10295
 
10292
10296
  def deserialize(params)
10293
10297
  @Type = params['Type']
10294
10298
  @SourceIp = params['SourceIp']
10295
10299
  @SourcePort = params['SourcePort']
10300
+ @BrokerIp = params['BrokerIp']
10296
10301
  end
10297
10302
  end
10298
10303
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ckafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.827
4
+ version: 3.0.829
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-21 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common