tencentcloud-sdk-ckafka 3.0.846 → 3.0.847

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 +33 -8
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d9c8c78aac4f2fbe3a2ef70c074582f0eaced04
4
- data.tar.gz: 0a7da392abd14ea8043361a46972204ae889a361
3
+ metadata.gz: 4dd6360fb6db3fdf3e0f11e76706cf5348ef5987
4
+ data.tar.gz: 9ca8dddb1847ce9d2d444d7cef251e7400f1606f
5
5
  SHA512:
6
- metadata.gz: 0272d823ebee9947a27d3f8191492f8464db6cd676e05c30acad30e75663d3ead13756f875122d7e487acc95080db94938fdf670226091dce3319da9fa47d8c2
7
- data.tar.gz: 85110fa6b09b9250cf69a34d233d1c29035921367e3d963141a8cda1c61ad3f56c4e3488d43fd6c0b7631f25e0091ee9bfca35b5159a6e8fdba1c77878580876
6
+ metadata.gz: 01297e2006acabd8e2a97cab482110976c88b28188bacaa498100ca35ba4a5229ea280c1091aa260487448dfe833a2d78fd6433a8b7f5ba8160fc8c77cfb2833
7
+ data.tar.gz: 89c0c484d60772eb158b60fb787d20c716f8ff9263e07d853228b537e56cdb44d397b75378ad92fdf2b43ec9c028e559568bdef0f5cfd4eef439402b654b1771
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.846
1
+ 3.0.847
@@ -9282,10 +9282,10 @@ module TencentCloud
9282
9282
  # @type UncleanLeaderElectionEnable: Integer
9283
9283
  # @param RetentionMs: 消息保留时间,单位:ms,当前最小值为60000ms。
9284
9284
  # @type RetentionMs: Integer
9285
- # @param SegmentMs: Segment 分片滚动的时长,单位:ms,当前最小为86400000ms。
9286
- # @type SegmentMs: Integer
9287
9285
  # @param MaxMessageBytes: 主题消息最大值,单位为 Byte,最大值为12582912Byte(即12MB)。
9288
9286
  # @type MaxMessageBytes: Integer
9287
+ # @param SegmentMs: Segment 分片滚动的时长,单位:ms,当前最小为300000ms。
9288
+ # @type SegmentMs: Integer
9289
9289
  # @param CleanUpPolicy: 消息删除策略,可以选择delete 或者compact
9290
9290
  # @type CleanUpPolicy: String
9291
9291
  # @param IpWhiteList: Ip白名单列表,配额限制,enableWhileList=1时必选
@@ -9305,9 +9305,9 @@ module TencentCloud
9305
9305
  # @param ReplicaNum: 调整topic副本数
9306
9306
  # @type ReplicaNum: Integer
9307
9307
 
9308
- attr_accessor :InstanceId, :TopicName, :Note, :EnableWhiteList, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :SegmentMs, :MaxMessageBytes, :CleanUpPolicy, :IpWhiteList, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags, :QuotaProducerByteRate, :QuotaConsumerByteRate, :ReplicaNum
9308
+ attr_accessor :InstanceId, :TopicName, :Note, :EnableWhiteList, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :MaxMessageBytes, :SegmentMs, :CleanUpPolicy, :IpWhiteList, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags, :QuotaProducerByteRate, :QuotaConsumerByteRate, :ReplicaNum
9309
9309
 
9310
- def initialize(instanceid=nil, topicname=nil, note=nil, enablewhitelist=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, segmentms=nil, maxmessagebytes=nil, cleanuppolicy=nil, ipwhitelist=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil, quotaproducerbyterate=nil, quotaconsumerbyterate=nil, replicanum=nil)
9310
+ def initialize(instanceid=nil, topicname=nil, note=nil, enablewhitelist=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, maxmessagebytes=nil, segmentms=nil, cleanuppolicy=nil, ipwhitelist=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil, quotaproducerbyterate=nil, quotaconsumerbyterate=nil, replicanum=nil)
9311
9311
  @InstanceId = instanceid
9312
9312
  @TopicName = topicname
9313
9313
  @Note = note
@@ -9315,8 +9315,8 @@ module TencentCloud
9315
9315
  @MinInsyncReplicas = mininsyncreplicas
9316
9316
  @UncleanLeaderElectionEnable = uncleanleaderelectionenable
9317
9317
  @RetentionMs = retentionms
9318
- @SegmentMs = segmentms
9319
9318
  @MaxMessageBytes = maxmessagebytes
9319
+ @SegmentMs = segmentms
9320
9320
  @CleanUpPolicy = cleanuppolicy
9321
9321
  @IpWhiteList = ipwhitelist
9322
9322
  @EnableAclRule = enableaclrule
@@ -9336,8 +9336,8 @@ module TencentCloud
9336
9336
  @MinInsyncReplicas = params['MinInsyncReplicas']
9337
9337
  @UncleanLeaderElectionEnable = params['UncleanLeaderElectionEnable']
9338
9338
  @RetentionMs = params['RetentionMs']
9339
- @SegmentMs = params['SegmentMs']
9340
9339
  @MaxMessageBytes = params['MaxMessageBytes']
9340
+ @SegmentMs = params['SegmentMs']
9341
9341
  @CleanUpPolicy = params['CleanUpPolicy']
9342
9342
  @IpWhiteList = params['IpWhiteList']
9343
9343
  @EnableAclRule = params['EnableAclRule']
@@ -12275,10 +12275,25 @@ module TencentCloud
12275
12275
  # @param PublicNetworkLimit: 公网带宽配置
12276
12276
  # 注意:此字段可能返回 null,表示取不到有效值。
12277
12277
  # @type PublicNetworkLimit: String
12278
+ # @param RequestId: 请求ID
12279
+ # 注意:此字段可能返回 null,表示取不到有效值。
12280
+ # @type RequestId: String
12281
+ # @param Version: 版本
12282
+ # 注意:此字段可能返回 null,表示取不到有效值。
12283
+ # @type Version: String
12284
+ # @param Offset: 分页offset
12285
+ # 注意:此字段可能返回 null,表示取不到有效值。
12286
+ # @type Offset: Integer
12287
+ # @param Limit: 分页limit
12288
+ # 注意:此字段可能返回 null,表示取不到有效值。
12289
+ # @type Limit: Integer
12290
+ # @param ForceCheckTag: 是否必须录入tag
12291
+ # 注意:此字段可能返回 null,表示取不到有效值。
12292
+ # @type ForceCheckTag: Boolean
12278
12293
 
12279
- attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit
12294
+ attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Version, :Offset, :Limit, :ForceCheckTag
12280
12295
 
12281
- def initialize(zonelist=nil, maxbuyinstancenum=nil, maxbandwidth=nil, unitprice=nil, messageprice=nil, clusterinfo=nil, standard=nil, standards2=nil, profession=nil, physical=nil, publicnetwork=nil, publicnetworklimit=nil)
12296
+ def initialize(zonelist=nil, maxbuyinstancenum=nil, maxbandwidth=nil, unitprice=nil, messageprice=nil, clusterinfo=nil, standard=nil, standards2=nil, profession=nil, physical=nil, publicnetwork=nil, publicnetworklimit=nil, requestid=nil, version=nil, offset=nil, limit=nil, forcechecktag=nil)
12282
12297
  @ZoneList = zonelist
12283
12298
  @MaxBuyInstanceNum = maxbuyinstancenum
12284
12299
  @MaxBandwidth = maxbandwidth
@@ -12291,6 +12306,11 @@ module TencentCloud
12291
12306
  @Physical = physical
12292
12307
  @PublicNetwork = publicnetwork
12293
12308
  @PublicNetworkLimit = publicnetworklimit
12309
+ @RequestId = requestid
12310
+ @Version = version
12311
+ @Offset = offset
12312
+ @Limit = limit
12313
+ @ForceCheckTag = forcechecktag
12294
12314
  end
12295
12315
 
12296
12316
  def deserialize(params)
@@ -12326,6 +12346,11 @@ module TencentCloud
12326
12346
  @Physical = params['Physical']
12327
12347
  @PublicNetwork = params['PublicNetwork']
12328
12348
  @PublicNetworkLimit = params['PublicNetworkLimit']
12349
+ @RequestId = params['RequestId']
12350
+ @Version = params['Version']
12351
+ @Offset = params['Offset']
12352
+ @Limit = params['Limit']
12353
+ @ForceCheckTag = params['ForceCheckTag']
12329
12354
  end
12330
12355
  end
12331
12356
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ckafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.846
4
+ version: 3.0.847
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud