tencentcloud-sdk-ckafka 3.0.830 → 3.0.831

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/v20190819/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de4529ff1b18818e0008fd2cfb2a6cb05229daf9
4
- data.tar.gz: a8bf5a686bf6d8f02848e4d5bed3286f6dde37c2
3
+ metadata.gz: 1391a10366c2eac7a7a8f937bd84caa250bce39a
4
+ data.tar.gz: 14cc66e3cbff4d32fcb83e13569aa3a71fd64a0a
5
5
  SHA512:
6
- metadata.gz: df884056bbe98dfef85701e7f485d59e7dbb0cb3fc81d0080adbdceb4f01c1258a1a587d5febcd72c830bdb70ebad70ee81ea330b5bc82ae6b1aab5d7833741d
7
- data.tar.gz: ba46e54cfa25546551158ce66c0948e862617c352174606ea8e83cd1b75db8d0399240cf3aa53dde19f52ba71d8185e904279e71ef168efffc2fd800ae710f5b
6
+ metadata.gz: 19d9eaab987e57ee9f56c0b53a6ce33fe023735ddde4573e469a3e661984392ef1af742ccd1b97c99739b886e8edf0c2ad6457f6d2e331ae24e580ca78523cde
7
+ data.tar.gz: 12b33e9cdf0e80807e812d9224d2846fb2bf0acce5f42fcf52fe0512d2441e8e2c412d93925a21583ea0d9703353a76a783493a53f438c8bf357f1ec540f2bd6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.830
1
+ 3.0.831
@@ -10283,14 +10283,22 @@ module TencentCloud
10283
10283
  # @param BrokerIp: broker地址
10284
10284
  # 注意:此字段可能返回 null,表示取不到有效值。
10285
10285
  # @type BrokerIp: String
10286
+ # @param VpcId: VPC ID信息
10287
+ # 注意:此字段可能返回 null,表示取不到有效值。
10288
+ # @type VpcId: String
10289
+ # @param SubnetId: 子网ID信息
10290
+ # 注意:此字段可能返回 null,表示取不到有效值。
10291
+ # @type SubnetId: String
10286
10292
 
10287
- attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp
10293
+ attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp, :VpcId, :SubnetId
10288
10294
 
10289
- def initialize(type=nil, sourceip=nil, sourceport=nil, brokerip=nil)
10295
+ def initialize(type=nil, sourceip=nil, sourceport=nil, brokerip=nil, vpcid=nil, subnetid=nil)
10290
10296
  @Type = type
10291
10297
  @SourceIp = sourceip
10292
10298
  @SourcePort = sourceport
10293
10299
  @BrokerIp = brokerip
10300
+ @VpcId = vpcid
10301
+ @SubnetId = subnetid
10294
10302
  end
10295
10303
 
10296
10304
  def deserialize(params)
@@ -10298,6 +10306,8 @@ module TencentCloud
10298
10306
  @SourceIp = params['SourceIp']
10299
10307
  @SourcePort = params['SourcePort']
10300
10308
  @BrokerIp = params['BrokerIp']
10309
+ @VpcId = params['VpcId']
10310
+ @SubnetId = params['SubnetId']
10301
10311
  end
10302
10312
  end
10303
10313
 
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.830
4
+ version: 3.0.831
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-26 00:00:00.000000000 Z
11
+ date: 2024-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common