tencentcloud-sdk-ckafka 3.0.846 → 3.0.848
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +33 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28e0bc843abe1a630bb75ed80be6b2c3ada16bd0
|
4
|
+
data.tar.gz: f16e7287e39a538e962102b8768dfee97950dc91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23229734fd45bbf88c00b640101d37d3fca6aa7680a14a3b3dc5b9284ccd96b7c1f7b14d8b3c11b8f0289499f9be0b4b16b939339de4723a6ce9b6059e93b9c9
|
7
|
+
data.tar.gz: 92c3c0e567981b113b59d88ecc968f4a39721de1cb988a3a0f36bf034653b03f92b888e674557ba29d830b3815ef6fe2e9c0746ea341027dc8ce161579185a63
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.848
|
data/lib/v20190819/models.rb
CHANGED
@@ -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, :
|
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,
|
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,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.
|
4
|
+
version: 3.0.848
|
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-06-
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|