tencentcloud-sdk-ckafka 3.0.1100 → 3.0.1122

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 +22 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03184a29083dbfe60e310a4297f76e8baffef902
4
- data.tar.gz: 30063ada28487a469bd6003f42fec56ef6b4becf
3
+ metadata.gz: 165a17402518cf5be99ad9fa8f83fb1a9707abae
4
+ data.tar.gz: 6ff52f3e8a1f00a7866d3f0787ad15055b3f247e
5
5
  SHA512:
6
- metadata.gz: 8c544d843c07a0d01906578a62521a210983bf2a3c71b3698f737f38ba830949cfb3c8cc8684f5533438a8cd1c5351ea855c312257a61fbd10b948b1050c80d7
7
- data.tar.gz: 5c01ce8746e4de7c774b246815baca8213af6ec8699c6e1da69024a128c22643e40378cef861080a328631ce210b31f56eaa8a3c2328bf7b26804f566b4a82cf
6
+ metadata.gz: 4963c1f849d28d1f05b94b47e272e52339a5a015d6cc8c5ec53e5ee266a01f4e337a8b32691277bafbbed0e9b7e564b5ebb0ab07a71b5c84387affebaaf02f3e
7
+ data.tar.gz: 73ec39b768f35de25d76f72be20fee647cf90f234e3ebf2781f68edf2005c7b16ef81392060945d22ddea111cbb9d9a6e06395ef993e2ef7e2b6bfde34710040
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1100
1
+ 3.0.1122
@@ -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, 7
1785
- deprecate :PrivateLinkParam=, :none, 2025, 7
1784
+ deprecate :PrivateLinkParam, :none, 2025, 8
1785
+ deprecate :PrivateLinkParam=, :none, 2025, 8
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
@@ -2047,9 +2047,9 @@ module TencentCloud
2047
2047
  # @type Period: String
2048
2048
  # @param InstanceType: 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
2049
2049
  # @type InstanceType: Integer
2050
- # @param VpcId: 私有网络Id,必填
2050
+ # @param VpcId: 私有网络Id
2051
2051
  # @type VpcId: String
2052
- # @param SubnetId: 子网id,必填
2052
+ # @param SubnetId: 子网id
2053
2053
  # @type SubnetId: String
2054
2054
  # @param MsgRetentionTime: 可选。实例日志的最长保留时间,单位分钟,默认为10080(7天),最大30天,不填默认0,代表不开启日志保留时间回收策略
2055
2055
  # @type MsgRetentionTime: Integer
@@ -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, 7
2162
- deprecate :DeleteRouteTimestamp=, :none, 2025, 7
2161
+ deprecate :DeleteRouteTimestamp, :none, 2025, 8
2162
+ deprecate :DeleteRouteTimestamp=, :none, 2025, 8
2163
2163
 
2164
2164
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2165
2165
  @ReturnCode = returncode
@@ -2251,10 +2251,10 @@ module TencentCloud
2251
2251
 
2252
2252
  # CreatePostPaidInstance请求参数结构体
2253
2253
  class CreatePostPaidInstanceRequest < TencentCloud::Common::AbstractModel
2254
+ # @param VpcId: 私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId
2255
+ # @type VpcId: String
2254
2256
  # @param InstanceName: ckafka集群实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
2255
2257
  # @type InstanceName: String
2256
- # @param VpcId: 私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
2257
- # @type VpcId: String
2258
2258
  # @param SubnetId: 子网id。创建实例默认接入点所在的子网对应的子网 id
2259
2259
  # @type SubnetId: String
2260
2260
  # @param InstanceType: 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
@@ -2292,11 +2292,11 @@ module TencentCloud
2292
2292
  # @param ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认)
2293
2293
  # @type ElasticBandwidthSwitch: Integer
2294
2294
 
2295
- attr_accessor :InstanceName, :VpcId, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :BandWidth, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly, :Tags, :ElasticBandwidthSwitch
2295
+ attr_accessor :VpcId, :InstanceName, :SubnetId, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :BandWidth, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly, :Tags, :ElasticBandwidthSwitch
2296
2296
 
2297
- def initialize(instancename=nil, vpcid=nil, subnetid=nil, instancetype=nil, msgretentiontime=nil, clusterid=nil, kafkaversion=nil, specificationstype=nil, disktype=nil, bandwidth=nil, disksize=nil, partition=nil, topicnum=nil, zoneid=nil, multizoneflag=nil, zoneids=nil, instancenum=nil, publicnetworkmonthly=nil, tags=nil, elasticbandwidthswitch=nil)
2298
- @InstanceName = instancename
2297
+ def initialize(vpcid=nil, instancename=nil, subnetid=nil, instancetype=nil, msgretentiontime=nil, clusterid=nil, kafkaversion=nil, specificationstype=nil, disktype=nil, bandwidth=nil, disksize=nil, partition=nil, topicnum=nil, zoneid=nil, multizoneflag=nil, zoneids=nil, instancenum=nil, publicnetworkmonthly=nil, tags=nil, elasticbandwidthswitch=nil)
2299
2298
  @VpcId = vpcid
2299
+ @InstanceName = instancename
2300
2300
  @SubnetId = subnetid
2301
2301
  @InstanceType = instancetype
2302
2302
  @MsgRetentionTime = msgretentiontime
@@ -2318,8 +2318,8 @@ module TencentCloud
2318
2318
  end
2319
2319
 
2320
2320
  def deserialize(params)
2321
- @InstanceName = params['InstanceName']
2322
2321
  @VpcId = params['VpcId']
2322
+ @InstanceName = params['InstanceName']
2323
2323
  @SubnetId = params['SubnetId']
2324
2324
  @InstanceType = params['InstanceType']
2325
2325
  @MsgRetentionTime = params['MsgRetentionTime']
@@ -5219,8 +5219,8 @@ module TencentCloud
5219
5219
 
5220
5220
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
5221
5221
  extend Gem::Deprecate
5222
- deprecate :InstanceIds, :none, 2025, 7
5223
- deprecate :InstanceIds=, :none, 2025, 7
5222
+ deprecate :InstanceIds, :none, 2025, 8
5223
+ deprecate :InstanceIds=, :none, 2025, 8
5224
5224
 
5225
5225
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
5226
5226
  @InstanceId = instanceid
@@ -5305,8 +5305,8 @@ module TencentCloud
5305
5305
 
5306
5306
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
5307
5307
  extend Gem::Deprecate
5308
- deprecate :TagKey, :none, 2025, 7
5309
- deprecate :TagKey=, :none, 2025, 7
5308
+ deprecate :TagKey, :none, 2025, 8
5309
+ deprecate :TagKey=, :none, 2025, 8
5310
5310
 
5311
5311
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
5312
5312
  @InstanceId = instanceid
@@ -6701,7 +6701,7 @@ module TencentCloud
6701
6701
  # @type Name: String
6702
6702
  # @param Partition: 分区id
6703
6703
  # @type Partition: Integer
6704
- # @param Offset: 位点信息,必填
6704
+ # @param Offset: 位点信息
6705
6705
  # @type Offset: Integer
6706
6706
 
6707
6707
  attr_accessor :Name, :Partition, :Offset
@@ -6805,7 +6805,7 @@ module TencentCloud
6805
6805
  # @type Topic: String
6806
6806
  # @param Partition: 分区id
6807
6807
  # @type Partition: Integer
6808
- # @param Offset: 位点信息,必填
6808
+ # @param Offset: 位点信息
6809
6809
  # @type Offset: Integer
6810
6810
 
6811
6811
  attr_accessor :InstanceId, :Topic, :Partition, :Offset
@@ -9067,8 +9067,8 @@ module TencentCloud
9067
9067
 
9068
9068
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
9069
9069
  extend Gem::Deprecate
9070
- deprecate :DynamicDiskConfig, :none, 2025, 7
9071
- deprecate :DynamicDiskConfig=, :none, 2025, 7
9070
+ deprecate :DynamicDiskConfig, :none, 2025, 8
9071
+ deprecate :DynamicDiskConfig=, :none, 2025, 8
9072
9072
 
9073
9073
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
9074
9074
  @InstanceId = instanceid
@@ -12104,8 +12104,8 @@ module TencentCloud
12104
12104
 
12105
12105
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12106
12106
  extend Gem::Deprecate
12107
- deprecate :Exflag, :none, 2025, 7
12108
- deprecate :Exflag=, :none, 2025, 7
12107
+ deprecate :Exflag, :none, 2025, 8
12108
+ deprecate :Exflag=, :none, 2025, 8
12109
12109
 
12110
12110
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12111
12111
  @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.1100
4
+ version: 3.0.1122
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-07-13 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common