tencentcloud-sdk-ckafka 3.0.611 → 3.0.613

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +24 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc2282132bd96b4e4dcc9758b625979268e45587
4
- data.tar.gz: 66e855e3f18d817e7d1a75975566c33944379604
3
+ metadata.gz: cf095602c24f1d603ea96609e8b761d8a208a2e5
4
+ data.tar.gz: 96b66c866fa05be06252283bbf24b8af8ff435bd
5
5
  SHA512:
6
- metadata.gz: b5821aeb843aa8646909a8668484c69605712565444136d4b26dc7a6fe3eb8a56c9dad104de26bd1c3276cbe2372cb726a2dc5903a0af4aa475bf1e7bfb757bc
7
- data.tar.gz: 6393234e0a7f232c0052350a4be5d61e774db407c8ee957024783d878739beb86f4d0e1b2206aab5ebca9818f00c738f7a518f30a8352128cfbf6fd40442a8df
6
+ metadata.gz: 5d1727a9461da4fb3b20f7f11d748beb04b6a091959550632acbb44c0ded680b2f94880911132f9a0117d047f37f202d696fbde4a7c7dcd933af295322623a2d
7
+ data.tar.gz: f5ba470023333476344abb223f65e6825e3725bc81206ae084eea4aa7f1418d1ea5c22b1a5b80ba05e198adf9d0a34811a1b0e0b702af13fbbe4af4e0f99aeca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.611
1
+ 3.0.613
@@ -9882,10 +9882,19 @@ module TencentCloud
9882
9882
  # @param DeleteTimestamp: 时间戳
9883
9883
  # 注意:此字段可能返回 null,表示取不到有效值。
9884
9884
  # @type DeleteTimestamp: String
9885
+ # @param Subnet: 子网信息
9886
+ # 注意:此字段可能返回 null,表示取不到有效值。
9887
+ # @type Subnet: String
9888
+ # @param BrokerVipList: 虚拟IP列表(1对1 broker节点)
9889
+ # 注意:此字段可能返回 null,表示取不到有效值。
9890
+ # @type BrokerVipList: Array
9891
+ # @param VpcId: vpc信息
9892
+ # 注意:此字段可能返回 null,表示取不到有效值。
9893
+ # @type VpcId: String
9885
9894
 
9886
- attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp
9895
+ attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId
9887
9896
 
9888
- def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil)
9897
+ def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil, subnet=nil, brokerviplist=nil, vpcid=nil)
9889
9898
  @AccessType = accesstype
9890
9899
  @RouteId = routeid
9891
9900
  @VipType = viptype
@@ -9893,6 +9902,9 @@ module TencentCloud
9893
9902
  @Domain = domain
9894
9903
  @DomainPort = domainport
9895
9904
  @DeleteTimestamp = deletetimestamp
9905
+ @Subnet = subnet
9906
+ @BrokerVipList = brokerviplist
9907
+ @VpcId = vpcid
9896
9908
  end
9897
9909
 
9898
9910
  def deserialize(params)
@@ -9910,6 +9922,16 @@ module TencentCloud
9910
9922
  @Domain = params['Domain']
9911
9923
  @DomainPort = params['DomainPort']
9912
9924
  @DeleteTimestamp = params['DeleteTimestamp']
9925
+ @Subnet = params['Subnet']
9926
+ unless params['BrokerVipList'].nil?
9927
+ @BrokerVipList = []
9928
+ params['BrokerVipList'].each do |i|
9929
+ vipentity_tmp = VipEntity.new
9930
+ vipentity_tmp.deserialize(i)
9931
+ @BrokerVipList << vipentity_tmp
9932
+ end
9933
+ end
9934
+ @VpcId = params['VpcId']
9913
9935
  end
9914
9936
  end
9915
9937
 
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.611
4
+ version: 3.0.613
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-07-12 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common