tencentcloud-sdk-ckafka 3.0.1138 → 3.0.1140
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/client.rb +1 -1
- data/lib/v20190819/models.rb +121 -101
- 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: da7865fd216634214a9f1239ead37a48536c6a0b
|
4
|
+
data.tar.gz: ce557b097722ea701ff1bc731a022465e5d3f229
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abed5bcbce1003e4f6af8425ea94c13c7608c38bb0a43a546b7e68ee491960c7153265dc3e33b7e22baeb2e39aa82ec828075aefd7cd51b5b9667ade45498969
|
7
|
+
data.tar.gz: e7556cd08eacb13df431846d1a3ca0817a904a8f156aba096ff9d6e63d7156e33e15980748667e6900c405adfdd78774872cd630146f66486d78eb3ec636a408
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1140
|
data/lib/v20190819/client.rb
CHANGED
@@ -1277,7 +1277,7 @@ module TencentCloud
|
|
1277
1277
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1278
1278
|
end
|
1279
1279
|
|
1280
|
-
# 本接口(
|
1280
|
+
# 本接口(DescribeInstances)用于在用户账户下获取消息队列 CKafka 实例列表
|
1281
1281
|
|
1282
1282
|
# @param request: Request instance for DescribeInstances.
|
1283
1283
|
# @type request: :class:`Tencentcloud::ckafka::V20190819::DescribeInstancesRequest`
|
data/lib/v20190819/models.rb
CHANGED
@@ -276,7 +276,7 @@ module TencentCloud
|
|
276
276
|
|
277
277
|
# AuthorizeToken请求参数结构体
|
278
278
|
class AuthorizeTokenRequest < TencentCloud::Common::AbstractModel
|
279
|
-
# @param InstanceId: ckafka集群实例Id, 可通过DescribeInstances接口获取
|
279
|
+
# @param InstanceId: ckafka集群实例Id, 可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
280
280
|
# @type InstanceId: String
|
281
281
|
# @param User: 用户
|
282
282
|
# @type User: String
|
@@ -356,13 +356,13 @@ module TencentCloud
|
|
356
356
|
|
357
357
|
# BatchCreateAcl请求参数结构体
|
358
358
|
class BatchCreateAclRequest < TencentCloud::Common::AbstractModel
|
359
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
359
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
360
360
|
# @type InstanceId: String
|
361
361
|
# @param ResourceType: Acl资源类型,(2:TOPIC)
|
362
362
|
# @type ResourceType: Integer
|
363
|
-
# @param ResourceNames: 资源列表数组,可通过DescribeTopic接口获取。
|
363
|
+
# @param ResourceNames: 资源列表数组,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。
|
364
364
|
# @type ResourceNames: Array
|
365
|
-
# @param RuleList: 设置的ACL规则列表,可通过DescribeAclRule接口获取。
|
365
|
+
# @param RuleList: 设置的ACL规则列表,可通过[DescribeAclRule](https://cloud.tencent.com/document/product/597/89217)接口获取。
|
366
366
|
# @type RuleList: Array
|
367
367
|
|
368
368
|
attr_accessor :InstanceId, :ResourceType, :ResourceNames, :RuleList
|
@@ -469,9 +469,9 @@ module TencentCloud
|
|
469
469
|
|
470
470
|
# BatchModifyTopicAttributes请求参数结构体
|
471
471
|
class BatchModifyTopicAttributesRequest < TencentCloud::Common::AbstractModel
|
472
|
-
# @param InstanceId: ckafka集群实例Id
|
472
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
473
473
|
# @type InstanceId: String
|
474
|
-
# @param Topic: 主题属性列表 (同一个批次最多支持10个)
|
474
|
+
# @param Topic: 主题属性列表 (同一个批次最多支持10个),可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取
|
475
475
|
# @type Topic: Array
|
476
476
|
|
477
477
|
attr_accessor :InstanceId, :Topic
|
@@ -539,9 +539,9 @@ module TencentCloud
|
|
539
539
|
# @type UncleanLeaderElectionEnable: Boolean
|
540
540
|
# @param RetentionMs: topic维度的消息保留时间(毫秒)范围1 分钟到90 天
|
541
541
|
# @type RetentionMs: Integer
|
542
|
-
# @param RetentionBytes: topic
|
542
|
+
# @param RetentionBytes: topic维度的消息保留大小,单位为Byte,范围1 GB到1024 GB。
|
543
543
|
# @type RetentionBytes: Integer
|
544
|
-
# @param SegmentMs: Segment分片滚动的时长(毫秒),范围1
|
544
|
+
# @param SegmentMs: Segment分片滚动的时长(毫秒),范围1 天到90 天
|
545
545
|
# @type SegmentMs: Integer
|
546
546
|
# @param MaxMessageBytes: 批次的消息大小,范围1 KB到12 MB
|
547
547
|
# @type MaxMessageBytes: Integer
|
@@ -659,7 +659,7 @@ module TencentCloud
|
|
659
659
|
|
660
660
|
# CancelAuthorizationToken请求参数结构体
|
661
661
|
class CancelAuthorizationTokenRequest < TencentCloud::Common::AbstractModel
|
662
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
662
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
663
663
|
# @type InstanceId: String
|
664
664
|
# @param User: 用户
|
665
665
|
# @type User: String
|
@@ -1376,7 +1376,7 @@ module TencentCloud
|
|
1376
1376
|
|
1377
1377
|
# CreateAcl请求参数结构体
|
1378
1378
|
class CreateAclRequest < TencentCloud::Common::AbstractModel
|
1379
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
1379
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
1380
1380
|
# @type InstanceId: String
|
1381
1381
|
# @param ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
1382
1382
|
# @type ResourceType: Integer
|
@@ -1443,7 +1443,7 @@ module TencentCloud
|
|
1443
1443
|
|
1444
1444
|
# CreateAclRule请求参数结构体
|
1445
1445
|
class CreateAclRuleRequest < TencentCloud::Common::AbstractModel
|
1446
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
1446
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
1447
1447
|
# @type InstanceId: String
|
1448
1448
|
# @param ResourceType: Acl资源类型,目前只支持Topic,枚举值列表:Topic
|
1449
1449
|
# @type ResourceType: String
|
@@ -1705,7 +1705,7 @@ module TencentCloud
|
|
1705
1705
|
|
1706
1706
|
# CreateConsumer请求参数结构体
|
1707
1707
|
class CreateConsumerRequest < TencentCloud::Common::AbstractModel
|
1708
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
1708
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
1709
1709
|
# @type InstanceId: String
|
1710
1710
|
# @param GroupName: 消费分组名称
|
1711
1711
|
# @type GroupName: String
|
@@ -2204,9 +2204,9 @@ module TencentCloud
|
|
2204
2204
|
|
2205
2205
|
# CreatePartition请求参数结构体
|
2206
2206
|
class CreatePartitionRequest < TencentCloud::Common::AbstractModel
|
2207
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
2207
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2208
2208
|
# @type InstanceId: String
|
2209
|
-
# @param TopicName: 主题名称,可通过DescribeTopic
|
2209
|
+
# @param TopicName: 主题名称,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取
|
2210
2210
|
# @type TopicName: String
|
2211
2211
|
# @param PartitionNum: 主题分区个数,传入参数为修改后的分区数,而不是增加的分区数,因此传入参数需要大于当前主题分区个数。
|
2212
2212
|
# @type PartitionNum: Integer
|
@@ -2251,37 +2251,37 @@ module TencentCloud
|
|
2251
2251
|
|
2252
2252
|
# CreatePostPaidInstance请求参数结构体
|
2253
2253
|
class CreatePostPaidInstanceRequest < TencentCloud::Common::AbstractModel
|
2254
|
-
# @param VpcId: 私有网络Id
|
2254
|
+
# @param VpcId: 私有网络Id,可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取
|
2255
2255
|
# @type VpcId: String
|
2256
|
-
# @param
|
2257
|
-
# @type InstanceName: String
|
2258
|
-
# @param SubnetId: 子网id。创建实例默认接入点所在的子网对应的子网 id
|
2256
|
+
# @param SubnetId: 子网Id,可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取
|
2259
2257
|
# @type SubnetId: String
|
2258
|
+
# @param InstanceName: ckafka集群实例名称,是一个长度不超过128的任意字符。
|
2259
|
+
# @type InstanceName: 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。
|
2261
2261
|
# @type InstanceType: Integer
|
2262
2262
|
# @param MsgRetentionTime: 实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准
|
2263
2263
|
# @type MsgRetentionTime: Integer
|
2264
2264
|
# @param ClusterId: 创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数
|
2265
2265
|
# @type ClusterId: Integer
|
2266
|
-
# @param KafkaVersion:
|
2266
|
+
# @param KafkaVersion: 实例版本。目前支持当前支持"2.4.1", "2.4.2","2.8.1", "3.2.3",默认取值"2.4.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。
|
2267
2267
|
# @type KafkaVersion: String
|
2268
2268
|
# @param SpecificationsType: 实例类型。"standard":标准版,"profession":专业版。 (标准版仅国际站支持,国内站目前支持专业版)
|
2269
2269
|
# @type SpecificationsType: String
|
2270
2270
|
# @param DiskType: 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
2271
2271
|
# @type DiskType: String
|
2272
|
-
# @param BandWidth:
|
2272
|
+
# @param BandWidth: 实例内网峰值带宽,默认值为40。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/11745
|
2273
2273
|
# @type BandWidth: Integer
|
2274
|
-
# @param DiskSize:
|
2274
|
+
# @param DiskSize: 实例硬盘大小,默认取值为500,步长设置为100。需要满足当前实例的计费规格,可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122562
|
2275
2275
|
# @type DiskSize: Integer
|
2276
|
-
# @param Partition:
|
2276
|
+
# @param Partition: 实例最大分区数量,需要满足当前实例的计费规格。默认值为800,步长为100。可以通过以下链接查看计费规格:https://cloud.tencent.com/document/product/597/122563
|
2277
2277
|
# @type Partition: Integer
|
2278
|
-
# @param TopicNum: 实例最大 topic
|
2278
|
+
# @param TopicNum: 实例最大 topic 数量,需要满足当前实例的计费规格。默认值为800,步长设置为100。
|
2279
2279
|
# @type TopicNum: Integer
|
2280
|
-
# @param ZoneId: 实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id
|
2280
|
+
# @param ZoneId: 实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id。ZoneId、ZoneIds不能同时为空,可通过[DescribeCkafkaZone](https://cloud.tencent.com/document/product/597/55246)接口获取。
|
2281
2281
|
# @type ZoneId: Integer
|
2282
2282
|
# @param MultiZoneFlag: 当前实例是否为多可用区实例。
|
2283
2283
|
# @type MultiZoneFlag: Boolean
|
2284
|
-
# @param ZoneIds: 当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId
|
2284
|
+
# @param ZoneIds: 当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中。ZoneId、ZoneIds不能同时为空,可通过[DescribeCkafkaZone](https://cloud.tencent.com/document/product/597/55246)接口获取。
|
2285
2285
|
# @type ZoneIds: Array
|
2286
2286
|
# @param InstanceNum: 购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例
|
2287
2287
|
# @type InstanceNum: Integer
|
@@ -2292,12 +2292,12 @@ module TencentCloud
|
|
2292
2292
|
# @param ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认)
|
2293
2293
|
# @type ElasticBandwidthSwitch: Integer
|
2294
2294
|
|
2295
|
-
attr_accessor :VpcId, :
|
2295
|
+
attr_accessor :VpcId, :SubnetId, :InstanceName, :InstanceType, :MsgRetentionTime, :ClusterId, :KafkaVersion, :SpecificationsType, :DiskType, :BandWidth, :DiskSize, :Partition, :TopicNum, :ZoneId, :MultiZoneFlag, :ZoneIds, :InstanceNum, :PublicNetworkMonthly, :Tags, :ElasticBandwidthSwitch
|
2296
2296
|
|
2297
|
-
def initialize(vpcid=nil,
|
2297
|
+
def initialize(vpcid=nil, subnetid=nil, instancename=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
2298
|
@VpcId = vpcid
|
2299
|
-
@InstanceName = instancename
|
2300
2299
|
@SubnetId = subnetid
|
2300
|
+
@InstanceName = instancename
|
2301
2301
|
@InstanceType = instancetype
|
2302
2302
|
@MsgRetentionTime = msgretentiontime
|
2303
2303
|
@ClusterId = clusterid
|
@@ -2319,8 +2319,8 @@ module TencentCloud
|
|
2319
2319
|
|
2320
2320
|
def deserialize(params)
|
2321
2321
|
@VpcId = params['VpcId']
|
2322
|
-
@InstanceName = params['InstanceName']
|
2323
2322
|
@SubnetId = params['SubnetId']
|
2323
|
+
@InstanceName = params['InstanceName']
|
2324
2324
|
@InstanceType = params['InstanceType']
|
2325
2325
|
@MsgRetentionTime = params['MsgRetentionTime']
|
2326
2326
|
@ClusterId = params['ClusterId']
|
@@ -2373,11 +2373,11 @@ module TencentCloud
|
|
2373
2373
|
|
2374
2374
|
# CreatePrometheus请求参数结构体
|
2375
2375
|
class CreatePrometheusRequest < TencentCloud::Common::AbstractModel
|
2376
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
2376
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2377
2377
|
# @type InstanceId: String
|
2378
|
-
# @param VpcId: 私有网络Id
|
2378
|
+
# @param VpcId: 私有网络Id,可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取
|
2379
2379
|
# @type VpcId: String
|
2380
|
-
# @param SubnetId: 子网Id
|
2380
|
+
# @param SubnetId: 子网Id,可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取
|
2381
2381
|
# @type SubnetId: String
|
2382
2382
|
|
2383
2383
|
attr_accessor :InstanceId, :VpcId, :SubnetId
|
@@ -2420,7 +2420,7 @@ module TencentCloud
|
|
2420
2420
|
|
2421
2421
|
# CreateRoute请求参数结构体
|
2422
2422
|
class CreateRouteRequest < TencentCloud::Common::AbstractModel
|
2423
|
-
# @param InstanceId: ckafka集群实例id,可通过DescribeInstances接口获取
|
2423
|
+
# @param InstanceId: ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2424
2424
|
# @type InstanceId: String
|
2425
2425
|
# @param VipType: 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
|
2426
2426
|
# @type VipType: Integer
|
@@ -2437,14 +2437,16 @@ module TencentCloud
|
|
2437
2437
|
# @type AuthFlag: Integer
|
2438
2438
|
# @param CallerAppid: 调用方appId
|
2439
2439
|
# @type CallerAppid: Integer
|
2440
|
-
# @param PublicNetwork:
|
2440
|
+
# @param PublicNetwork: 公网带宽,公网路由必传,且是3的倍数,无默认值
|
2441
2441
|
# @type PublicNetwork: Integer
|
2442
2442
|
# @param Ip: vip地址
|
2443
2443
|
# @type Ip: String
|
2444
|
+
# @param Note: 备注信息
|
2445
|
+
# @type Note: String
|
2444
2446
|
|
2445
|
-
attr_accessor :InstanceId, :VipType, :VpcId, :SubnetId, :AccessType, :AuthFlag, :CallerAppid, :PublicNetwork, :Ip
|
2447
|
+
attr_accessor :InstanceId, :VipType, :VpcId, :SubnetId, :AccessType, :AuthFlag, :CallerAppid, :PublicNetwork, :Ip, :Note
|
2446
2448
|
|
2447
|
-
def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil)
|
2449
|
+
def initialize(instanceid=nil, viptype=nil, vpcid=nil, subnetid=nil, accesstype=nil, authflag=nil, callerappid=nil, publicnetwork=nil, ip=nil, note=nil)
|
2448
2450
|
@InstanceId = instanceid
|
2449
2451
|
@VipType = viptype
|
2450
2452
|
@VpcId = vpcid
|
@@ -2454,6 +2456,7 @@ module TencentCloud
|
|
2454
2456
|
@CallerAppid = callerappid
|
2455
2457
|
@PublicNetwork = publicnetwork
|
2456
2458
|
@Ip = ip
|
2459
|
+
@Note = note
|
2457
2460
|
end
|
2458
2461
|
|
2459
2462
|
def deserialize(params)
|
@@ -2466,6 +2469,7 @@ module TencentCloud
|
|
2466
2469
|
@CallerAppid = params['CallerAppid']
|
2467
2470
|
@PublicNetwork = params['PublicNetwork']
|
2468
2471
|
@Ip = params['Ip']
|
2472
|
+
@Note = params['Note']
|
2469
2473
|
end
|
2470
2474
|
end
|
2471
2475
|
|
@@ -2494,7 +2498,7 @@ module TencentCloud
|
|
2494
2498
|
|
2495
2499
|
# CreateToken请求参数结构体
|
2496
2500
|
class CreateTokenRequest < TencentCloud::Common::AbstractModel
|
2497
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
2501
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2498
2502
|
# @type InstanceId: String
|
2499
2503
|
# @param User: 用户名
|
2500
2504
|
# @type User: String
|
@@ -2534,9 +2538,9 @@ module TencentCloud
|
|
2534
2538
|
|
2535
2539
|
# CreateTopicIpWhiteList请求参数结构体
|
2536
2540
|
class CreateTopicIpWhiteListRequest < TencentCloud::Common::AbstractModel
|
2537
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
2541
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2538
2542
|
# @type InstanceId: String
|
2539
|
-
# @param TopicName: 主题名称,可通过DescribeTopic接口获取
|
2543
|
+
# @param TopicName: 主题名称,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取
|
2540
2544
|
# @type TopicName: String
|
2541
2545
|
# @param IpWhiteList: ip白名单列表,最大值为512,即最大允许传入512个ip。
|
2542
2546
|
# @type IpWhiteList: Array
|
@@ -2707,7 +2711,7 @@ module TencentCloud
|
|
2707
2711
|
|
2708
2712
|
# CreateUser请求参数结构体
|
2709
2713
|
class CreateUserRequest < TencentCloud::Common::AbstractModel
|
2710
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
2714
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
2711
2715
|
# @type InstanceId: String
|
2712
2716
|
# @param Name: 用户名称
|
2713
2717
|
# @type Name: String
|
@@ -3144,7 +3148,7 @@ module TencentCloud
|
|
3144
3148
|
# @type TopicId: String
|
3145
3149
|
# @param PartitionNum: 分区数
|
3146
3150
|
# @type PartitionNum: Integer
|
3147
|
-
# @param RetentionMs:
|
3151
|
+
# @param RetentionMs: 过期时间,单位ms
|
3148
3152
|
# @type RetentionMs: Integer
|
3149
3153
|
# @param Note: 备注
|
3150
3154
|
# @type Note: String
|
@@ -3240,7 +3244,7 @@ module TencentCloud
|
|
3240
3244
|
|
3241
3245
|
# DeleteAcl请求参数结构体
|
3242
3246
|
class DeleteAclRequest < TencentCloud::Common::AbstractModel
|
3243
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3247
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3244
3248
|
# @type InstanceId: String
|
3245
3249
|
# @param ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
3246
3250
|
# @type ResourceType: Integer
|
@@ -3303,7 +3307,7 @@ module TencentCloud
|
|
3303
3307
|
|
3304
3308
|
# DeleteAclRule请求参数结构体
|
3305
3309
|
class DeleteAclRuleRequest < TencentCloud::Common::AbstractModel
|
3306
|
-
# @param InstanceId: 实例id信息,可通过DescribeInstances
|
3310
|
+
# @param InstanceId: 实例id信息,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3307
3311
|
# @type InstanceId: String
|
3308
3312
|
# @param RuleName: acl规则名称,可通过DescribeAclRule接口获取。
|
3309
3313
|
# @type RuleName: String
|
@@ -3460,9 +3464,9 @@ module TencentCloud
|
|
3460
3464
|
|
3461
3465
|
# DeleteGroup请求参数结构体
|
3462
3466
|
class DeleteGroupRequest < TencentCloud::Common::AbstractModel
|
3463
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取。
|
3467
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取。
|
3464
3468
|
# @type InstanceId: String
|
3465
|
-
# @param Group: 消费组名称,可通过DescribeConsumerGroup接口获取。
|
3469
|
+
# @param Group: 消费组名称,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取。
|
3466
3470
|
# @type Group: String
|
3467
3471
|
|
3468
3472
|
attr_accessor :InstanceId, :Group
|
@@ -3503,7 +3507,7 @@ module TencentCloud
|
|
3503
3507
|
|
3504
3508
|
# DeleteInstancePost请求参数结构体
|
3505
3509
|
class DeleteInstancePostRequest < TencentCloud::Common::AbstractModel
|
3506
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3510
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3507
3511
|
# @type InstanceId: String
|
3508
3512
|
|
3509
3513
|
attr_accessor :InstanceId
|
@@ -3542,7 +3546,7 @@ module TencentCloud
|
|
3542
3546
|
|
3543
3547
|
# DeleteInstancePre请求参数结构体
|
3544
3548
|
class DeleteInstancePreRequest < TencentCloud::Common::AbstractModel
|
3545
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3549
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3546
3550
|
# @type InstanceId: String
|
3547
3551
|
|
3548
3552
|
attr_accessor :InstanceId
|
@@ -3581,9 +3585,9 @@ module TencentCloud
|
|
3581
3585
|
|
3582
3586
|
# DeleteRoute请求参数结构体
|
3583
3587
|
class DeleteRouteRequest < TencentCloud::Common::AbstractModel
|
3584
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
3588
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3585
3589
|
# @type InstanceId: String
|
3586
|
-
# @param RouteId: 路由id,可通过DescribeRoute接口获取
|
3590
|
+
# @param RouteId: 路由id,可通过[DescribeRoute](https://cloud.tencent.com/document/product/597/45484)接口获取
|
3587
3591
|
# @type RouteId: Integer
|
3588
3592
|
# @param CallerAppid: 调用方appId
|
3589
3593
|
# @type CallerAppid: Integer
|
@@ -3632,7 +3636,7 @@ module TencentCloud
|
|
3632
3636
|
|
3633
3637
|
# DeleteRouteTriggerTime请求参数结构体
|
3634
3638
|
class DeleteRouteTriggerTimeRequest < TencentCloud::Common::AbstractModel
|
3635
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
3639
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3636
3640
|
# @type InstanceId: String
|
3637
3641
|
# @param DelayTime: 修改删除路由的定时时间
|
3638
3642
|
# @type DelayTime: String
|
@@ -3668,9 +3672,9 @@ module TencentCloud
|
|
3668
3672
|
|
3669
3673
|
# DeleteTopicIpWhiteList请求参数结构体
|
3670
3674
|
class DeleteTopicIpWhiteListRequest < TencentCloud::Common::AbstractModel
|
3671
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3675
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3672
3676
|
# @type InstanceId: String
|
3673
|
-
# @param TopicName: 主题名,可通过DescribeTopic接口获取。
|
3677
|
+
# @param TopicName: 主题名,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。
|
3674
3678
|
# @type TopicName: String
|
3675
3679
|
# @param IpWhiteList: ip白名单列表
|
3676
3680
|
# @type IpWhiteList: Array
|
@@ -3758,9 +3762,9 @@ module TencentCloud
|
|
3758
3762
|
|
3759
3763
|
# DeleteUser请求参数结构体
|
3760
3764
|
class DeleteUserRequest < TencentCloud::Common::AbstractModel
|
3761
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取。
|
3765
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取。
|
3762
3766
|
# @type InstanceId: String
|
3763
|
-
# @param Name: 用户名称,可通过DescribeUser接口获取。
|
3767
|
+
# @param Name: 用户名称,可通过[DescribeUser](https://cloud.tencent.com/document/product/597/40855)接口获取。
|
3764
3768
|
# @type Name: String
|
3765
3769
|
|
3766
3770
|
attr_accessor :InstanceId, :Name
|
@@ -3801,7 +3805,7 @@ module TencentCloud
|
|
3801
3805
|
|
3802
3806
|
# DescribeACL请求参数结构体
|
3803
3807
|
class DescribeACLRequest < TencentCloud::Common::AbstractModel
|
3804
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3808
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3805
3809
|
# @type InstanceId: String
|
3806
3810
|
# @param ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
3807
3811
|
# @type ResourceType: Integer
|
@@ -3860,7 +3864,7 @@ module TencentCloud
|
|
3860
3864
|
|
3861
3865
|
# DescribeAclRule请求参数结构体
|
3862
3866
|
class DescribeAclRuleRequest < TencentCloud::Common::AbstractModel
|
3863
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
3867
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3864
3868
|
# @type InstanceId: String
|
3865
3869
|
# @param RuleName: ACL规则名
|
3866
3870
|
# @type RuleName: String
|
@@ -4437,7 +4441,7 @@ module TencentCloud
|
|
4437
4441
|
|
4438
4442
|
# DescribeConsumerGroup请求参数结构体
|
4439
4443
|
class DescribeConsumerGroupRequest < TencentCloud::Common::AbstractModel
|
4440
|
-
# @param InstanceId: ckafka集群实例Id
|
4444
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
4441
4445
|
# @type InstanceId: String
|
4442
4446
|
# @param GroupName: 用户需要查询的group名称。
|
4443
4447
|
# @type GroupName: String
|
@@ -4492,7 +4496,7 @@ module TencentCloud
|
|
4492
4496
|
|
4493
4497
|
# DescribeCvmInfo请求参数结构体
|
4494
4498
|
class DescribeCvmInfoRequest < TencentCloud::Common::AbstractModel
|
4495
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
4499
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
4496
4500
|
# @type InstanceId: String
|
4497
4501
|
|
4498
4502
|
attr_accessor :InstanceId
|
@@ -4847,7 +4851,7 @@ module TencentCloud
|
|
4847
4851
|
# @type TopicId: String
|
4848
4852
|
# @param PartitionNum: 分区数
|
4849
4853
|
# @type PartitionNum: Integer
|
4850
|
-
# @param RetentionMs:
|
4854
|
+
# @param RetentionMs: 过期时间,单位ms
|
4851
4855
|
# @type RetentionMs: Integer
|
4852
4856
|
# @param Note: 备注
|
4853
4857
|
# @type Note: String
|
@@ -5020,9 +5024,9 @@ module TencentCloud
|
|
5020
5024
|
|
5021
5025
|
# DescribeGroupInfo请求参数结构体
|
5022
5026
|
class DescribeGroupInfoRequest < TencentCloud::Common::AbstractModel
|
5023
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
5027
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5024
5028
|
# @type InstanceId: String
|
5025
|
-
# @param GroupList: Kafka 消费分组列表,可通过DescribeConsumerGroup接口获取
|
5029
|
+
# @param GroupList: Kafka 消费分组列表,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取
|
5026
5030
|
# @type GroupList: Array
|
5027
5031
|
|
5028
5032
|
attr_accessor :InstanceId, :GroupList
|
@@ -5188,7 +5192,7 @@ module TencentCloud
|
|
5188
5192
|
|
5189
5193
|
# DescribeInstanceAttributes请求参数结构体
|
5190
5194
|
class DescribeInstanceAttributesRequest < TencentCloud::Common::AbstractModel
|
5191
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
5195
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5192
5196
|
# @type InstanceId: String
|
5193
5197
|
|
5194
5198
|
attr_accessor :InstanceId
|
@@ -5385,7 +5389,7 @@ module TencentCloud
|
|
5385
5389
|
|
5386
5390
|
# DescribePrometheus请求参数结构体
|
5387
5391
|
class DescribePrometheusRequest < TencentCloud::Common::AbstractModel
|
5388
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
5392
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5389
5393
|
# @type InstanceId: String
|
5390
5394
|
|
5391
5395
|
attr_accessor :InstanceId
|
@@ -5630,9 +5634,9 @@ module TencentCloud
|
|
5630
5634
|
|
5631
5635
|
# DescribeTopicAttributes请求参数结构体
|
5632
5636
|
class DescribeTopicAttributesRequest < TencentCloud::Common::AbstractModel
|
5633
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
5637
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5634
5638
|
# @type InstanceId: String
|
5635
|
-
# @param TopicName: 主题名称,可通过DescribeTopic
|
5639
|
+
# @param TopicName: 主题名称,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取
|
5636
5640
|
# @type TopicName: String
|
5637
5641
|
|
5638
5642
|
attr_accessor :InstanceId, :TopicName
|
@@ -5673,7 +5677,7 @@ module TencentCloud
|
|
5673
5677
|
|
5674
5678
|
# DescribeTopicDetail请求参数结构体
|
5675
5679
|
class DescribeTopicDetailRequest < TencentCloud::Common::AbstractModel
|
5676
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
5680
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5677
5681
|
# @type InstanceId: String
|
5678
5682
|
# @param SearchWord: (过滤条件)按照topicName过滤,支持模糊查询
|
5679
5683
|
# @type SearchWord: String
|
@@ -5747,7 +5751,7 @@ module TencentCloud
|
|
5747
5751
|
|
5748
5752
|
# DescribeTopicFlowRanking请求参数结构体
|
5749
5753
|
class DescribeTopicFlowRankingRequest < TencentCloud::Common::AbstractModel
|
5750
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
5754
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5751
5755
|
# @type InstanceId: String
|
5752
5756
|
# @param RankingType: 排行类别,PRO:Topic生产流量;CON:Topic消费流量
|
5753
5757
|
# @type RankingType: String
|
@@ -5802,9 +5806,9 @@ module TencentCloud
|
|
5802
5806
|
|
5803
5807
|
# DescribeTopicProduceConnection请求参数结构体
|
5804
5808
|
class DescribeTopicProduceConnectionRequest < TencentCloud::Common::AbstractModel
|
5805
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
5809
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
5806
5810
|
# @type InstanceId: String
|
5807
|
-
# @param TopicName: 主题名,可通过DescribeTopic接口获取。
|
5811
|
+
# @param TopicName: 主题名,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。
|
5808
5812
|
# @type TopicName: String
|
5809
5813
|
|
5810
5814
|
attr_accessor :InstanceId, :TopicName
|
@@ -6728,7 +6732,7 @@ module TencentCloud
|
|
6728
6732
|
|
6729
6733
|
# FetchDatahubMessageByOffset请求参数结构体
|
6730
6734
|
class FetchDatahubMessageByOffsetRequest < TencentCloud::Common::AbstractModel
|
6731
|
-
# @param Name: 弹性topic名称,可通过DescribeDatahubTopics
|
6735
|
+
# @param Name: 弹性topic名称,可通过[DescribeDatahubTopics](https://cloud.tencent.com/document/product/597/86863)接口获取
|
6732
6736
|
# @type Name: String
|
6733
6737
|
# @param Partition: 分区id
|
6734
6738
|
# @type Partition: Integer
|
@@ -6830,9 +6834,9 @@ module TencentCloud
|
|
6830
6834
|
|
6831
6835
|
# FetchMessageByOffset请求参数结构体
|
6832
6836
|
class FetchMessageByOffsetRequest < TencentCloud::Common::AbstractModel
|
6833
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances
|
6837
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
6834
6838
|
# @type InstanceId: String
|
6835
|
-
# @param Topic: 主题名,可通过DescribeTopic
|
6839
|
+
# @param Topic: 主题名,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取
|
6836
6840
|
# @type Topic: String
|
6837
6841
|
# @param Partition: 分区id
|
6838
6842
|
# @type Partition: Integer
|
@@ -7683,7 +7687,7 @@ module TencentCloud
|
|
7683
7687
|
class InquiryPublicNetworkParam < TencentCloud::Common::AbstractModel
|
7684
7688
|
# @param PublicNetworkChargeType: 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费)
|
7685
7689
|
# @type PublicNetworkChargeType: String
|
7686
|
-
# @param PublicNetworkMonthly: 公网带宽, 单位MB
|
7690
|
+
# @param PublicNetworkMonthly: 公网带宽, 单位MB 取值需是0,或是3的倍数
|
7687
7691
|
# @type PublicNetworkMonthly: Integer
|
7688
7692
|
|
7689
7693
|
attr_accessor :PublicNetworkChargeType, :PublicNetworkMonthly
|
@@ -7781,7 +7785,11 @@ module TencentCloud
|
|
7781
7785
|
# @type MaxGroupNum: Integer
|
7782
7786
|
# @param Cvm: 售卖类型,0:标准版,1:专业版
|
7783
7787
|
# @type Cvm: Integer
|
7784
|
-
# @param InstanceType:
|
7788
|
+
# @param InstanceType: 实例类型 枚举列表:
|
7789
|
+
# profession :专业版
|
7790
|
+
# standards2 :标准版
|
7791
|
+
# premium :高级版
|
7792
|
+
# serverless :serverless版
|
7785
7793
|
# @type InstanceType: String
|
7786
7794
|
# @param Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
|
7787
7795
|
# @type Features: Array
|
@@ -7791,7 +7799,7 @@ module TencentCloud
|
|
7791
7799
|
# @type MaxConnection: Integer
|
7792
7800
|
# @param PublicNetwork: 公网带宽
|
7793
7801
|
# @type PublicNetwork: Integer
|
7794
|
-
# @param DeleteRouteTimestamp:
|
7802
|
+
# @param DeleteRouteTimestamp: 该字段已废弃,无实际含义
|
7795
7803
|
# @type DeleteRouteTimestamp: String
|
7796
7804
|
# @param RemainingPartitions: 剩余创建分区数
|
7797
7805
|
# @type RemainingPartitions: Integer
|
@@ -7799,15 +7807,21 @@ module TencentCloud
|
|
7799
7807
|
# @type RemainingTopics: Integer
|
7800
7808
|
# @param DynamicDiskConfig: 动态硬盘扩容策略
|
7801
7809
|
# @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
|
7802
|
-
# @param InstanceChargeType: 实例计费类型
|
7810
|
+
# @param InstanceChargeType: 实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
|
7803
7811
|
# @type InstanceChargeType: String
|
7804
7812
|
# @param ClusterType: 集群类型
|
7813
|
+
# CLOUD_IDC IDC集群
|
7814
|
+
# CLOUD_CVM_SHARE CVM共享集群
|
7815
|
+
# CLOUD_CVM_YUNTI 云梯CVM集群
|
7816
|
+
# CLOUD_CVM CVM集群
|
7817
|
+
# CLOUD_CDC CDC集群
|
7818
|
+
# CLOUD_EKS_TSE EKS集群
|
7805
7819
|
# @type ClusterType: String
|
7806
7820
|
# @param FreePartitionNumber: 免费分区数量
|
7807
7821
|
# @type FreePartitionNumber: Integer
|
7808
7822
|
# @param ElasticFloatBandwidth: 弹性带宽上浮值
|
7809
7823
|
# @type ElasticFloatBandwidth: Integer
|
7810
|
-
# @param CustomCertId: ssl自定义证书id
|
7824
|
+
# @param CustomCertId: ssl自定义证书id 仅自定义证书实例集群返回
|
7811
7825
|
# @type CustomCertId: String
|
7812
7826
|
# @param UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
7813
7827
|
# @type UncleanLeaderElectionEnable: Integer
|
@@ -8242,7 +8256,7 @@ module TencentCloud
|
|
8242
8256
|
|
8243
8257
|
# InstanceScalingDown请求参数结构体
|
8244
8258
|
class InstanceScalingDownRequest < TencentCloud::Common::AbstractModel
|
8245
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
8259
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
8246
8260
|
# @type InstanceId: String
|
8247
8261
|
# @param UpgradeStrategy: 缩容模式 1:稳定变配
|
8248
8262
|
# 2.高速变配
|
@@ -8988,9 +9002,9 @@ module TencentCloud
|
|
8988
9002
|
|
8989
9003
|
# ModifyGroupOffsets请求参数结构体
|
8990
9004
|
class ModifyGroupOffsetsRequest < TencentCloud::Common::AbstractModel
|
8991
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
9005
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
8992
9006
|
# @type InstanceId: String
|
8993
|
-
# @param Group: 消费分组名称,可通过DescribeConsumerGroup接口获取
|
9007
|
+
# @param Group: 消费分组名称,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取
|
8994
9008
|
# @type Group: String
|
8995
9009
|
# @param Strategy: 重置offset的策略,入参含义 0. 对齐shift-by参数,代表把offset向前或向后移动shift条 1. 对齐参考(by-duration,to-datetime,to-earliest,to-latest),代表把offset移动到指定timestamp的位置 2. 对齐参考(to-offset),代表把offset移动到指定的offset位置
|
8996
9010
|
# @type Strategy: Integer
|
@@ -9079,7 +9093,7 @@ module TencentCloud
|
|
9079
9093
|
|
9080
9094
|
# ModifyInstanceAttributes请求参数结构体
|
9081
9095
|
class ModifyInstanceAttributesRequest < TencentCloud::Common::AbstractModel
|
9082
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
9096
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
9083
9097
|
# @type InstanceId: String
|
9084
9098
|
# @param MsgRetentionTime: 实例日志的最长保留时间,单位分钟,最大90天,最小为1min
|
9085
9099
|
# @type MsgRetentionTime: Integer
|
@@ -9170,7 +9184,7 @@ module TencentCloud
|
|
9170
9184
|
|
9171
9185
|
# ModifyInstancePre请求参数结构体
|
9172
9186
|
class ModifyInstancePreRequest < TencentCloud::Common::AbstractModel
|
9173
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
9187
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
9174
9188
|
# @type InstanceId: String
|
9175
9189
|
# @param DiskSize: 磁盘大小 单位 GB 最大值为500000,步长100
|
9176
9190
|
# 可以通过以下链接查看规格限制:https://cloud.tencent.com/document/product/597/122562
|
@@ -9224,9 +9238,9 @@ module TencentCloud
|
|
9224
9238
|
|
9225
9239
|
# ModifyPassword请求参数结构体
|
9226
9240
|
class ModifyPasswordRequest < TencentCloud::Common::AbstractModel
|
9227
|
-
# @param InstanceId: 实例Id,可通过DescribeInstances
|
9241
|
+
# @param InstanceId: 实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
9228
9242
|
# @type InstanceId: String
|
9229
|
-
# @param Name: 用户名称,可通过DescribeUser接口获取。
|
9243
|
+
# @param Name: 用户名称,可通过[DescribeUser](https://cloud.tencent.com/document/product/597/40855)接口获取。
|
9230
9244
|
# @type Name: String
|
9231
9245
|
# @param Password: 用户当前密码
|
9232
9246
|
# @type Password: String
|
@@ -9275,7 +9289,7 @@ module TencentCloud
|
|
9275
9289
|
|
9276
9290
|
# ModifyRoutineMaintenanceTask请求参数结构体
|
9277
9291
|
class ModifyRoutineMaintenanceTaskRequest < TencentCloud::Common::AbstractModel
|
9278
|
-
# @param InstanceId: ckafka集群实例id,可通过DescribeInstances接口获取
|
9292
|
+
# @param InstanceId: ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
9279
9293
|
# @type InstanceId: String
|
9280
9294
|
# @param MaintenanceType: 自动化运维类别, 类别如下: QUOTA、ANALYSIS、RE_BALANCE、ELASTIC_BANDWIDTH
|
9281
9295
|
# @type MaintenanceType: String
|
@@ -9658,7 +9672,7 @@ module TencentCloud
|
|
9658
9672
|
class MqttParam < TencentCloud::Common::AbstractModel
|
9659
9673
|
# @param Topics: 需要同步的MQTT Topic列表, CSV格式
|
9660
9674
|
# @type Topics: String
|
9661
|
-
# @param CleanSession:
|
9675
|
+
# @param CleanSession: 用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
|
9662
9676
|
# @type CleanSession: Boolean
|
9663
9677
|
# @param Resource: MQTT instance-id
|
9664
9678
|
# @type Resource: String
|
@@ -9868,7 +9882,7 @@ module TencentCloud
|
|
9868
9882
|
# @type SignalTable: String
|
9869
9883
|
# @param DateTimeZone: datetime 类型字段转换为时间戳的时区
|
9870
9884
|
# @type DateTimeZone: String
|
9871
|
-
# @param SelfBuilt:
|
9885
|
+
# @param SelfBuilt: 是否为自建集群
|
9872
9886
|
# @type SelfBuilt: Boolean
|
9873
9887
|
|
9874
9888
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls, :OutputFormat, :IsTablePrefix, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema, :SignalDatabase, :IsTableRegular, :SignalTable, :DateTimeZone, :SelfBuilt
|
@@ -10234,7 +10248,7 @@ module TencentCloud
|
|
10234
10248
|
|
10235
10249
|
# 普罗米修斯打通的vipVport
|
10236
10250
|
class PrometheusDTO < TencentCloud::Common::AbstractModel
|
10237
|
-
# @param Type: export类型(
|
10251
|
+
# @param Type: export类型(JmxExport\NodeExport)
|
10238
10252
|
# @type Type: String
|
10239
10253
|
# @param SourceIp: vip
|
10240
10254
|
# @type SourceIp: String
|
@@ -10417,7 +10431,7 @@ module TencentCloud
|
|
10417
10431
|
|
10418
10432
|
# RenewCkafkaInstance请求参数结构体
|
10419
10433
|
class RenewCkafkaInstanceRequest < TencentCloud::Common::AbstractModel
|
10420
|
-
# @param InstanceId: ckafka集群实例Id,可通过DescribeInstances接口获取
|
10434
|
+
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
10421
10435
|
# @type InstanceId: String
|
10422
10436
|
# @param TimeSpan: 续费时长, 默认为1, 单位是月
|
10423
10437
|
# @type TimeSpan: Integer
|
@@ -10528,10 +10542,16 @@ module TencentCloud
|
|
10528
10542
|
# @param VpcId: 私有网络Id
|
10529
10543
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10530
10544
|
# @type VpcId: String
|
10545
|
+
# @param Note: 备注信息
|
10546
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10547
|
+
# @type Note: String
|
10548
|
+
# @param Status: 路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
|
10549
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10550
|
+
# @type Status: Integer
|
10531
10551
|
|
10532
|
-
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId
|
10552
|
+
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId, :Note, :Status
|
10533
10553
|
|
10534
|
-
def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil, subnet=nil, brokerviplist=nil, vpcid=nil)
|
10554
|
+
def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil, subnet=nil, brokerviplist=nil, vpcid=nil, note=nil, status=nil)
|
10535
10555
|
@AccessType = accesstype
|
10536
10556
|
@RouteId = routeid
|
10537
10557
|
@VipType = viptype
|
@@ -10542,6 +10562,8 @@ module TencentCloud
|
|
10542
10562
|
@Subnet = subnet
|
10543
10563
|
@BrokerVipList = brokerviplist
|
10544
10564
|
@VpcId = vpcid
|
10565
|
+
@Note = note
|
10566
|
+
@Status = status
|
10545
10567
|
end
|
10546
10568
|
|
10547
10569
|
def deserialize(params)
|
@@ -10569,6 +10591,8 @@ module TencentCloud
|
|
10569
10591
|
end
|
10570
10592
|
end
|
10571
10593
|
@VpcId = params['VpcId']
|
10594
|
+
@Note = params['Note']
|
10595
|
+
@Status = params['Status']
|
10572
10596
|
end
|
10573
10597
|
end
|
10574
10598
|
|
@@ -10817,9 +10841,9 @@ module TencentCloud
|
|
10817
10841
|
end
|
10818
10842
|
end
|
10819
10843
|
|
10820
|
-
#
|
10844
|
+
# 各版本销售信息
|
10821
10845
|
class SaleInfo < TencentCloud::Common::AbstractModel
|
10822
|
-
# @param Flag: 手动设置的flag
|
10846
|
+
# @param Flag: 手动设置的flag标志,true表示售罄,false表示可售。
|
10823
10847
|
# @type Flag: Boolean
|
10824
10848
|
# @param Version: ckafka版本号(1.1.1/2.4.2/0.10.2)
|
10825
10849
|
# @type Version: String
|
@@ -12127,7 +12151,7 @@ module TencentCloud
|
|
12127
12151
|
# @type IsInternalApp: Integer
|
12128
12152
|
# @param AppId: 应用标识
|
12129
12153
|
# @type AppId: Integer
|
12130
|
-
# @param Flag:
|
12154
|
+
# @param Flag: 可用区是否售罄标识,true表示已售罄,false表示未售罄。
|
12131
12155
|
# @type Flag: Boolean
|
12132
12156
|
# @param ZoneName: 可用区名称
|
12133
12157
|
# @type ZoneName: String
|
@@ -12203,14 +12227,12 @@ module TencentCloud
|
|
12203
12227
|
# @type Profession: String
|
12204
12228
|
# @param Physical: 购买物理独占版配置
|
12205
12229
|
# @type Physical: String
|
12206
|
-
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
12230
|
+
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义
|
12207
12231
|
# @type PublicNetwork: String
|
12208
12232
|
# @param PublicNetworkLimit: 公网带宽配置
|
12209
12233
|
# @type PublicNetworkLimit: String
|
12210
12234
|
# @param RequestId: 请求Id
|
12211
12235
|
# @type RequestId: String
|
12212
|
-
# @param Version: 版本
|
12213
|
-
# @type Version: String
|
12214
12236
|
# @param Offset: 分页offset
|
12215
12237
|
# @type Offset: Integer
|
12216
12238
|
# @param Limit: 分页limit
|
@@ -12218,9 +12240,9 @@ module TencentCloud
|
|
12218
12240
|
# @param ForceCheckTag: 是否必须录入tag
|
12219
12241
|
# @type ForceCheckTag: Boolean
|
12220
12242
|
|
12221
|
-
attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :
|
12243
|
+
attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Offset, :Limit, :ForceCheckTag
|
12222
12244
|
|
12223
|
-
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,
|
12245
|
+
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, offset=nil, limit=nil, forcechecktag=nil)
|
12224
12246
|
@ZoneList = zonelist
|
12225
12247
|
@MaxBuyInstanceNum = maxbuyinstancenum
|
12226
12248
|
@MaxBandwidth = maxbandwidth
|
@@ -12234,7 +12256,6 @@ module TencentCloud
|
|
12234
12256
|
@PublicNetwork = publicnetwork
|
12235
12257
|
@PublicNetworkLimit = publicnetworklimit
|
12236
12258
|
@RequestId = requestid
|
12237
|
-
@Version = version
|
12238
12259
|
@Offset = offset
|
12239
12260
|
@Limit = limit
|
12240
12261
|
@ForceCheckTag = forcechecktag
|
@@ -12274,7 +12295,6 @@ module TencentCloud
|
|
12274
12295
|
@PublicNetwork = params['PublicNetwork']
|
12275
12296
|
@PublicNetworkLimit = params['PublicNetworkLimit']
|
12276
12297
|
@RequestId = params['RequestId']
|
12277
|
-
@Version = params['Version']
|
12278
12298
|
@Offset = params['Offset']
|
12279
12299
|
@Limit = params['Limit']
|
12280
12300
|
@ForceCheckTag = params['ForceCheckTag']
|
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.1140
|
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-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|