tencentcloud-sdk-ckafka 1.0.301 → 1.0.302
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +14 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f02a6cab93c035bc3f17ac17ef63c10c19fe539b
|
4
|
+
data.tar.gz: 9ab4bce75569642d2a3931532d7298de76f9e9d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1764f668546b360e27a6f27699782617f500c6770ad84030166e5e4f14d463852a67586379666b76483c0b932e64a862da9216d83eef5cce58ab57953c493fc6
|
7
|
+
data.tar.gz: 37918c92afb6bf5db1a65888c87fb934022ad09b8eaccde26397e78d667800696f50d1ba2ab4496b6f31d0d6159db6a13c1dfc40b31aa79ed353f1e215550d74
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.302
|
data/lib/v20190819/models.rb
CHANGED
@@ -1397,10 +1397,12 @@ module TencentCloud
|
|
1397
1397
|
# @type MinInsyncReplicas: Integer
|
1398
1398
|
# @param UncleanLeaderElectionEnable: 是否允许未同步的副本选为leader,false:不允许,true:允许,默认不允许
|
1399
1399
|
# @type UncleanLeaderElectionEnable: Integer
|
1400
|
-
# @param RetentionMs:
|
1400
|
+
# @param RetentionMs: 可选参数。消息保留时间,单位ms,当前最小值为60000ms
|
1401
1401
|
# @type RetentionMs: Integer
|
1402
1402
|
# @param SegmentMs: Segment分片滚动的时长,单位ms,当前最小为3600000ms
|
1403
1403
|
# @type SegmentMs: Integer
|
1404
|
+
# @param MaxMessageBytes: 主题消息最大值,单位为 Byte,最小值1024Byte(即1KB),最大值为8388608Byte(即8MB)。
|
1405
|
+
# @type MaxMessageBytes: Integer
|
1404
1406
|
# @param EnableAclRule: 预设ACL规则, 1:打开 0:关闭,默认不打开
|
1405
1407
|
# @type EnableAclRule: Integer
|
1406
1408
|
# @param AclRuleName: 预设ACL规则的名称
|
@@ -1410,9 +1412,9 @@ module TencentCloud
|
|
1410
1412
|
# @param Tags: 标签列表
|
1411
1413
|
# @type Tags: Array
|
1412
1414
|
|
1413
|
-
attr_accessor :InstanceId, :TopicName, :PartitionNum, :ReplicaNum, :EnableWhiteList, :IpWhiteList, :CleanUpPolicy, :Note, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :SegmentMs, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags
|
1415
|
+
attr_accessor :InstanceId, :TopicName, :PartitionNum, :ReplicaNum, :EnableWhiteList, :IpWhiteList, :CleanUpPolicy, :Note, :MinInsyncReplicas, :UncleanLeaderElectionEnable, :RetentionMs, :SegmentMs, :MaxMessageBytes, :EnableAclRule, :AclRuleName, :RetentionBytes, :Tags
|
1414
1416
|
|
1415
|
-
def initialize(instanceid=nil, topicname=nil, partitionnum=nil, replicanum=nil, enablewhitelist=nil, ipwhitelist=nil, cleanuppolicy=nil, note=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, segmentms=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil)
|
1417
|
+
def initialize(instanceid=nil, topicname=nil, partitionnum=nil, replicanum=nil, enablewhitelist=nil, ipwhitelist=nil, cleanuppolicy=nil, note=nil, mininsyncreplicas=nil, uncleanleaderelectionenable=nil, retentionms=nil, segmentms=nil, maxmessagebytes=nil, enableaclrule=nil, aclrulename=nil, retentionbytes=nil, tags=nil)
|
1416
1418
|
@InstanceId = instanceid
|
1417
1419
|
@TopicName = topicname
|
1418
1420
|
@PartitionNum = partitionnum
|
@@ -1425,6 +1427,7 @@ module TencentCloud
|
|
1425
1427
|
@UncleanLeaderElectionEnable = uncleanleaderelectionenable
|
1426
1428
|
@RetentionMs = retentionms
|
1427
1429
|
@SegmentMs = segmentms
|
1430
|
+
@MaxMessageBytes = maxmessagebytes
|
1428
1431
|
@EnableAclRule = enableaclrule
|
1429
1432
|
@AclRuleName = aclrulename
|
1430
1433
|
@RetentionBytes = retentionbytes
|
@@ -1444,6 +1447,7 @@ module TencentCloud
|
|
1444
1447
|
@UncleanLeaderElectionEnable = params['UncleanLeaderElectionEnable']
|
1445
1448
|
@RetentionMs = params['RetentionMs']
|
1446
1449
|
@SegmentMs = params['SegmentMs']
|
1450
|
+
@MaxMessageBytes = params['MaxMessageBytes']
|
1447
1451
|
@EnableAclRule = params['EnableAclRule']
|
1448
1452
|
@AclRuleName = params['AclRuleName']
|
1449
1453
|
@RetentionBytes = params['RetentionBytes']
|
@@ -2316,14 +2320,16 @@ module TencentCloud
|
|
2316
2320
|
# @type Limit: Integer
|
2317
2321
|
# @param TagKey: 匹配标签key值。
|
2318
2322
|
# @type TagKey: String
|
2319
|
-
# @param Filters: 过滤器。
|
2323
|
+
# @param Filters: 过滤器。filter.Name 支持('Ip', 'VpcId', 'SubNetId', 'InstanceType','InstanceId') ,filter.Values最多传递10个值.
|
2320
2324
|
# @type Filters: Array
|
2321
2325
|
# @param InstanceIds: 已经废弃, 使用InstanceIdList
|
2322
2326
|
# @type InstanceIds: String
|
2327
|
+
# @param InstanceIdList: 按照实例ID过滤
|
2328
|
+
# @type InstanceIdList: Array
|
2323
2329
|
|
2324
|
-
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds
|
2330
|
+
attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList
|
2325
2331
|
|
2326
|
-
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil)
|
2332
|
+
def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil)
|
2327
2333
|
@InstanceId = instanceid
|
2328
2334
|
@SearchWord = searchword
|
2329
2335
|
@Status = status
|
@@ -2332,6 +2338,7 @@ module TencentCloud
|
|
2332
2338
|
@TagKey = tagkey
|
2333
2339
|
@Filters = filters
|
2334
2340
|
@InstanceIds = instanceids
|
2341
|
+
@InstanceIdList = instanceidlist
|
2335
2342
|
end
|
2336
2343
|
|
2337
2344
|
def deserialize(params)
|
@@ -2350,6 +2357,7 @@ module TencentCloud
|
|
2350
2357
|
end
|
2351
2358
|
end
|
2352
2359
|
@InstanceIds = params['InstanceIds']
|
2360
|
+
@InstanceIdList = params['InstanceIdList']
|
2353
2361
|
end
|
2354
2362
|
end
|
2355
2363
|
|