tencentcloud-sdk-ckafka 3.0.1146 → 3.0.1152

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 +52 -16
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94127d42f5918b1472502db7a8faf8b384c8dc16
4
- data.tar.gz: ec0693a0a985f2a3f86dd07d74d0d8e77b923c6b
3
+ metadata.gz: 6b4a492980f201b1c19f09cca1d6de2c608d09bc
4
+ data.tar.gz: 3accb668b348d1e586ec63f5362f491603f6ccdc
5
5
  SHA512:
6
- metadata.gz: b7b5f7b0e115293fca227c43311b770dc5f3d300f6e7dbe5ab3160befde29ed65dfbcdec3638de15d0d748b9bba209979debc66de7aab724e799f37c33a62fcf
7
- data.tar.gz: 4b6fd7f05c83b878ce4d048af5b8968e97f277ec4de5f49b6de20783d2e4bc1ca52d71a6fa32040e61bf99309cfb1b3be74ebe47200616ea302afe9f119cc305
6
+ metadata.gz: 23f70495531d0def9521385b40e2e92cefb7be19ba261b63e309b58fddbdaa56536f8c52fbf0bcbb986fcaffff4950de226cc4145d09f1966d10e8340b963e57
7
+ data.tar.gz: 74f41f0ce1c02305dca031860a0626e489483305d6aff7f11bc89424dc45457657538e6731865886ae134e8363dd3b30577236450919144212497e6d4f0ba24c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1146
1
+ 3.0.1152
@@ -1781,8 +1781,8 @@ module TencentCloud
1781
1781
 
1782
1782
  attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags, :Description
1783
1783
  extend Gem::Deprecate
1784
- deprecate :PrivateLinkParam, :none, 2025, 9
1785
- deprecate :PrivateLinkParam=, :none, 2025, 9
1784
+ deprecate :PrivateLinkParam, :none, 2025, 10
1785
+ deprecate :PrivateLinkParam=, :none, 2025, 10
1786
1786
 
1787
1787
  def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil, description=nil)
1788
1788
  @TaskName = taskname
@@ -2158,8 +2158,8 @@ module TencentCloud
2158
2158
 
2159
2159
  attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
2160
2160
  extend Gem::Deprecate
2161
- deprecate :DeleteRouteTimestamp, :none, 2025, 9
2162
- deprecate :DeleteRouteTimestamp=, :none, 2025, 9
2161
+ deprecate :DeleteRouteTimestamp, :none, 2025, 10
2162
+ deprecate :DeleteRouteTimestamp=, :none, 2025, 10
2163
2163
 
2164
2164
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2165
2165
  @ReturnCode = returncode
@@ -5254,8 +5254,8 @@ module TencentCloud
5254
5254
 
5255
5255
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
5256
5256
  extend Gem::Deprecate
5257
- deprecate :InstanceIds, :none, 2025, 9
5258
- deprecate :InstanceIds=, :none, 2025, 9
5257
+ deprecate :InstanceIds, :none, 2025, 10
5258
+ deprecate :InstanceIds=, :none, 2025, 10
5259
5259
 
5260
5260
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
5261
5261
  @InstanceId = instanceid
@@ -5340,8 +5340,8 @@ module TencentCloud
5340
5340
 
5341
5341
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
5342
5342
  extend Gem::Deprecate
5343
- deprecate :TagKey, :none, 2025, 9
5344
- deprecate :TagKey=, :none, 2025, 9
5343
+ deprecate :TagKey, :none, 2025, 10
5344
+ deprecate :TagKey=, :none, 2025, 10
5345
5345
 
5346
5346
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
5347
5347
  @InstanceId = instanceid
@@ -8416,15 +8416,33 @@ module TencentCloud
8416
8416
  # @type BrokerAddress: String
8417
8417
  # @param Region: CKafka连接源的实例资源地域, 跨地域时必填
8418
8418
  # @type Region: String
8419
+ # @param NetworkType: 网络类型:PUBLIC公网;VPC
8420
+ # @type NetworkType: String
8421
+ # @param UniqVpcId: vpcId,NetworkType=VPC时必传
8422
+ # @type UniqVpcId: String
8423
+ # @param ServiceVip: vip,NetworkType=VPC时必传
8424
+ # @type ServiceVip: String
8425
+ # @param Port: 端口,NetworkType=VPC时必传
8426
+ # @type Port: Integer
8427
+ # @param CrossNetResourceUniqueId: 跨云同步下需要客户传递唯一Id标志一组资源
8428
+ # @type CrossNetResourceUniqueId: String
8429
+ # @param CrossNetVpcSubNetId: 跨云子网ID
8430
+ # @type CrossNetVpcSubNetId: String
8419
8431
 
8420
- attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
8432
+ attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region, :NetworkType, :UniqVpcId, :ServiceVip, :Port, :CrossNetResourceUniqueId, :CrossNetVpcSubNetId
8421
8433
 
8422
- def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil)
8434
+ def initialize(resource=nil, selfbuilt=nil, isupdate=nil, brokeraddress=nil, region=nil, networktype=nil, uniqvpcid=nil, servicevip=nil, port=nil, crossnetresourceuniqueid=nil, crossnetvpcsubnetid=nil)
8423
8435
  @Resource = resource
8424
8436
  @SelfBuilt = selfbuilt
8425
8437
  @IsUpdate = isupdate
8426
8438
  @BrokerAddress = brokeraddress
8427
8439
  @Region = region
8440
+ @NetworkType = networktype
8441
+ @UniqVpcId = uniqvpcid
8442
+ @ServiceVip = servicevip
8443
+ @Port = port
8444
+ @CrossNetResourceUniqueId = crossnetresourceuniqueid
8445
+ @CrossNetVpcSubNetId = crossnetvpcsubnetid
8428
8446
  end
8429
8447
 
8430
8448
  def deserialize(params)
@@ -8433,6 +8451,12 @@ module TencentCloud
8433
8451
  @IsUpdate = params['IsUpdate']
8434
8452
  @BrokerAddress = params['BrokerAddress']
8435
8453
  @Region = params['Region']
8454
+ @NetworkType = params['NetworkType']
8455
+ @UniqVpcId = params['UniqVpcId']
8456
+ @ServiceVip = params['ServiceVip']
8457
+ @Port = params['Port']
8458
+ @CrossNetResourceUniqueId = params['CrossNetResourceUniqueId']
8459
+ @CrossNetVpcSubNetId = params['CrossNetVpcSubNetId']
8436
8460
  end
8437
8461
  end
8438
8462
 
@@ -9135,8 +9159,8 @@ module TencentCloud
9135
9159
 
9136
9160
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
9137
9161
  extend Gem::Deprecate
9138
- deprecate :DynamicDiskConfig, :none, 2025, 9
9139
- deprecate :DynamicDiskConfig=, :none, 2025, 9
9162
+ deprecate :DynamicDiskConfig, :none, 2025, 10
9163
+ deprecate :DynamicDiskConfig=, :none, 2025, 10
9140
9164
 
9141
9165
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
9142
9166
  @InstanceId = instanceid
@@ -9647,12 +9671,16 @@ module TencentCloud
9647
9671
 
9648
9672
  # MQTT连接源参数
9649
9673
  class MqttConnectParam < TencentCloud::Common::AbstractModel
9674
+ # @param Port: MQTT的连接port
9675
+ # @type Port: Integer
9650
9676
  # @param UserName: MQTT连接源的用户名
9651
9677
  # @type UserName: String
9652
9678
  # @param Password: MQTT连接源的密码
9653
9679
  # @type Password: String
9654
9680
  # @param Resource: MQTT连接源的实例资源
9655
9681
  # @type Resource: String
9682
+ # @param ServiceVip: MQTT的连接ip
9683
+ # @type ServiceVip: String
9656
9684
  # @param UniqVpcId: MQTT Instance vpc-id
9657
9685
  # @type UniqVpcId: String
9658
9686
  # @param SelfBuilt: 是否为自建集群
@@ -9661,27 +9689,35 @@ module TencentCloud
9661
9689
  # @type IsUpdate: Boolean
9662
9690
  # @param Region: MQTT连接源的实例资源地域, 跨地域时必填
9663
9691
  # @type Region: String
9692
+ # @param Ip: IP
9693
+ # @type Ip: String
9664
9694
 
9665
- attr_accessor :UserName, :Password, :Resource, :UniqVpcId, :SelfBuilt, :IsUpdate, :Region
9695
+ attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :SelfBuilt, :IsUpdate, :Region, :Ip
9666
9696
 
9667
- def initialize(username=nil, password=nil, resource=nil, uniqvpcid=nil, selfbuilt=nil, isupdate=nil, region=nil)
9697
+ def initialize(port=nil, username=nil, password=nil, resource=nil, servicevip=nil, uniqvpcid=nil, selfbuilt=nil, isupdate=nil, region=nil, ip=nil)
9698
+ @Port = port
9668
9699
  @UserName = username
9669
9700
  @Password = password
9670
9701
  @Resource = resource
9702
+ @ServiceVip = servicevip
9671
9703
  @UniqVpcId = uniqvpcid
9672
9704
  @SelfBuilt = selfbuilt
9673
9705
  @IsUpdate = isupdate
9674
9706
  @Region = region
9707
+ @Ip = ip
9675
9708
  end
9676
9709
 
9677
9710
  def deserialize(params)
9711
+ @Port = params['Port']
9678
9712
  @UserName = params['UserName']
9679
9713
  @Password = params['Password']
9680
9714
  @Resource = params['Resource']
9715
+ @ServiceVip = params['ServiceVip']
9681
9716
  @UniqVpcId = params['UniqVpcId']
9682
9717
  @SelfBuilt = params['SelfBuilt']
9683
9718
  @IsUpdate = params['IsUpdate']
9684
9719
  @Region = params['Region']
9720
+ @Ip = params['Ip']
9685
9721
  end
9686
9722
  end
9687
9723
 
@@ -12185,8 +12221,8 @@ module TencentCloud
12185
12221
 
12186
12222
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12187
12223
  extend Gem::Deprecate
12188
- deprecate :Exflag, :none, 2025, 9
12189
- deprecate :Exflag=, :none, 2025, 9
12224
+ deprecate :Exflag, :none, 2025, 10
12225
+ deprecate :Exflag=, :none, 2025, 10
12190
12226
 
12191
12227
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12192
12228
  @ZoneId = zoneid
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.1146
4
+ version: 3.0.1152
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-09-24 00:00:00.000000000 Z
11
+ date: 2025-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-ckafka.rb
36
37
  - lib/v20190819/client.rb
37
38
  - lib/v20190819/models.rb
38
- - lib/tencentcloud-sdk-ckafka.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: