tencentcloud-sdk-ckafka 3.0.1139 → 3.0.1145
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 +48 -16
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 819fef463818f577cb7a642393d22f03b35bf267
|
4
|
+
data.tar.gz: 0f439be46b453edf5ce43bd0cee8478d591a383b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d91672690526c6b1d200c87e736774700a2a5a6b4ea5bc1bdf8183ad9a002b7e3890c39fc3c31094b67a3b73f7901004e5dd13d73778d3d09ae5e601d319e62
|
7
|
+
data.tar.gz: 2c8c341354701059b82a37d6b992a91e184d477e085c072ac98fde66af61f1c341f6ec6abf41b85f8627c1e0ab07c5dcf5c90ee656d52a3ac0afe61766b6e8ea
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1145
|
data/lib/v20190819/models.rb
CHANGED
@@ -3466,7 +3466,7 @@ module TencentCloud
|
|
3466
3466
|
class DeleteGroupRequest < TencentCloud::Common::AbstractModel
|
3467
3467
|
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取。
|
3468
3468
|
# @type InstanceId: String
|
3469
|
-
# @param Group: 消费组名称,可通过DescribeConsumerGroup接口获取。
|
3469
|
+
# @param Group: 消费组名称,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取。
|
3470
3470
|
# @type Group: String
|
3471
3471
|
|
3472
3472
|
attr_accessor :InstanceId, :Group
|
@@ -3587,7 +3587,7 @@ module TencentCloud
|
|
3587
3587
|
class DeleteRouteRequest < TencentCloud::Common::AbstractModel
|
3588
3588
|
# @param InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
3589
3589
|
# @type InstanceId: String
|
3590
|
-
# @param RouteId: 路由id,可通过DescribeRoute接口获取
|
3590
|
+
# @param RouteId: 路由id,可通过[DescribeRoute](https://cloud.tencent.com/document/product/597/45484)接口获取
|
3591
3591
|
# @type RouteId: Integer
|
3592
3592
|
# @param CallerAppid: 调用方appId
|
3593
3593
|
# @type CallerAppid: Integer
|
@@ -7687,7 +7687,7 @@ module TencentCloud
|
|
7687
7687
|
class InquiryPublicNetworkParam < TencentCloud::Common::AbstractModel
|
7688
7688
|
# @param PublicNetworkChargeType: 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费)
|
7689
7689
|
# @type PublicNetworkChargeType: String
|
7690
|
-
# @param PublicNetworkMonthly: 公网带宽, 单位MB
|
7690
|
+
# @param PublicNetworkMonthly: 公网带宽, 单位MB 取值需是0,或是3的倍数
|
7691
7691
|
# @type PublicNetworkMonthly: Integer
|
7692
7692
|
|
7693
7693
|
attr_accessor :PublicNetworkChargeType, :PublicNetworkMonthly
|
@@ -7785,7 +7785,11 @@ module TencentCloud
|
|
7785
7785
|
# @type MaxGroupNum: Integer
|
7786
7786
|
# @param Cvm: 售卖类型,0:标准版,1:专业版
|
7787
7787
|
# @type Cvm: Integer
|
7788
|
-
# @param InstanceType:
|
7788
|
+
# @param InstanceType: 实例类型 枚举列表:
|
7789
|
+
# profession :专业版
|
7790
|
+
# standards2 :标准版
|
7791
|
+
# premium :高级版
|
7792
|
+
# serverless :serverless版
|
7789
7793
|
# @type InstanceType: String
|
7790
7794
|
# @param Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
|
7791
7795
|
# @type Features: Array
|
@@ -7795,7 +7799,7 @@ module TencentCloud
|
|
7795
7799
|
# @type MaxConnection: Integer
|
7796
7800
|
# @param PublicNetwork: 公网带宽
|
7797
7801
|
# @type PublicNetwork: Integer
|
7798
|
-
# @param DeleteRouteTimestamp:
|
7802
|
+
# @param DeleteRouteTimestamp: 该字段已废弃,无实际含义
|
7799
7803
|
# @type DeleteRouteTimestamp: String
|
7800
7804
|
# @param RemainingPartitions: 剩余创建分区数
|
7801
7805
|
# @type RemainingPartitions: Integer
|
@@ -7803,24 +7807,43 @@ module TencentCloud
|
|
7803
7807
|
# @type RemainingTopics: Integer
|
7804
7808
|
# @param DynamicDiskConfig: 动态硬盘扩容策略
|
7805
7809
|
# @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
|
7806
|
-
# @param InstanceChargeType: 实例计费类型
|
7810
|
+
# @param InstanceChargeType: 实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
|
7807
7811
|
# @type InstanceChargeType: String
|
7812
|
+
# @param ElasticBandwidthSwitch: 是否开启弹性带宽白名单
|
7813
|
+
# 1:已开启弹性带宽白名单;
|
7814
|
+
# 0:未开启弹性带宽白名单;
|
7815
|
+
# @type ElasticBandwidthSwitch: Integer
|
7816
|
+
# @param ElasticBandwidthOpenStatus: 弹性带宽开通状态
|
7817
|
+
# 1:未开启弹性带宽;
|
7818
|
+
# 16: 开启弹性带宽中;
|
7819
|
+
# 32:开启弹性带宽成功;
|
7820
|
+
# 33:关闭弹性带宽中;
|
7821
|
+
# 34:关闭弹性带宽成功;
|
7822
|
+
# 64:开启弹性带宽失败;
|
7823
|
+
# 65:关闭弹性带宽失败;
|
7824
|
+
# @type ElasticBandwidthOpenStatus: Integer
|
7808
7825
|
# @param ClusterType: 集群类型
|
7826
|
+
# CLOUD_IDC IDC集群
|
7827
|
+
# CLOUD_CVM_SHARE CVM共享集群
|
7828
|
+
# CLOUD_CVM_YUNTI 云梯CVM集群
|
7829
|
+
# CLOUD_CVM CVM集群
|
7830
|
+
# CLOUD_CDC CDC集群
|
7831
|
+
# CLOUD_EKS_TSE EKS集群
|
7809
7832
|
# @type ClusterType: String
|
7810
7833
|
# @param FreePartitionNumber: 免费分区数量
|
7811
7834
|
# @type FreePartitionNumber: Integer
|
7812
7835
|
# @param ElasticFloatBandwidth: 弹性带宽上浮值
|
7813
7836
|
# @type ElasticFloatBandwidth: Integer
|
7814
|
-
# @param CustomCertId: ssl自定义证书id
|
7837
|
+
# @param CustomCertId: ssl自定义证书id 仅自定义证书实例集群返回
|
7815
7838
|
# @type CustomCertId: String
|
7816
7839
|
# @param UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
7817
7840
|
# @type UncleanLeaderElectionEnable: Integer
|
7818
7841
|
# @param DeleteProtectionEnable: 实例删除保护开关: 1 开启 0 关闭
|
7819
7842
|
# @type DeleteProtectionEnable: Integer
|
7820
7843
|
|
7821
|
-
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType, :ClusterType, :FreePartitionNumber, :ElasticFloatBandwidth, :CustomCertId, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
7844
|
+
attr_accessor :InstanceId, :InstanceName, :VipList, :Vip, :Vport, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :Healthy, :HealthyMessage, :CreateTime, :MsgRetentionTime, :Config, :RemainderPartitions, :RemainderTopics, :CreatedPartitions, :CreatedTopics, :Tags, :ExpireTime, :ZoneIds, :Version, :MaxGroupNum, :Cvm, :InstanceType, :Features, :RetentionTimeConfig, :MaxConnection, :PublicNetwork, :DeleteRouteTimestamp, :RemainingPartitions, :RemainingTopics, :DynamicDiskConfig, :InstanceChargeType, :ElasticBandwidthSwitch, :ElasticBandwidthOpenStatus, :ClusterType, :FreePartitionNumber, :ElasticFloatBandwidth, :CustomCertId, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
|
7822
7845
|
|
7823
|
-
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil, clustertype=nil, freepartitionnumber=nil, elasticfloatbandwidth=nil, customcertid=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
|
7846
|
+
def initialize(instanceid=nil, instancename=nil, viplist=nil, vip=nil, vport=nil, status=nil, bandwidth=nil, disksize=nil, zoneid=nil, vpcid=nil, subnetid=nil, healthy=nil, healthymessage=nil, createtime=nil, msgretentiontime=nil, config=nil, remainderpartitions=nil, remaindertopics=nil, createdpartitions=nil, createdtopics=nil, tags=nil, expiretime=nil, zoneids=nil, version=nil, maxgroupnum=nil, cvm=nil, instancetype=nil, features=nil, retentiontimeconfig=nil, maxconnection=nil, publicnetwork=nil, deleteroutetimestamp=nil, remainingpartitions=nil, remainingtopics=nil, dynamicdiskconfig=nil, instancechargetype=nil, elasticbandwidthswitch=nil, elasticbandwidthopenstatus=nil, clustertype=nil, freepartitionnumber=nil, elasticfloatbandwidth=nil, customcertid=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
|
7824
7847
|
@InstanceId = instanceid
|
7825
7848
|
@InstanceName = instancename
|
7826
7849
|
@VipList = viplist
|
@@ -7857,6 +7880,8 @@ module TencentCloud
|
|
7857
7880
|
@RemainingTopics = remainingtopics
|
7858
7881
|
@DynamicDiskConfig = dynamicdiskconfig
|
7859
7882
|
@InstanceChargeType = instancechargetype
|
7883
|
+
@ElasticBandwidthSwitch = elasticbandwidthswitch
|
7884
|
+
@ElasticBandwidthOpenStatus = elasticbandwidthopenstatus
|
7860
7885
|
@ClusterType = clustertype
|
7861
7886
|
@FreePartitionNumber = freepartitionnumber
|
7862
7887
|
@ElasticFloatBandwidth = elasticfloatbandwidth
|
@@ -7925,6 +7950,8 @@ module TencentCloud
|
|
7925
7950
|
@DynamicDiskConfig.deserialize(params['DynamicDiskConfig'])
|
7926
7951
|
end
|
7927
7952
|
@InstanceChargeType = params['InstanceChargeType']
|
7953
|
+
@ElasticBandwidthSwitch = params['ElasticBandwidthSwitch']
|
7954
|
+
@ElasticBandwidthOpenStatus = params['ElasticBandwidthOpenStatus']
|
7928
7955
|
@ClusterType = params['ClusterType']
|
7929
7956
|
@FreePartitionNumber = params['FreePartitionNumber']
|
7930
7957
|
@ElasticFloatBandwidth = params['ElasticFloatBandwidth']
|
@@ -9662,7 +9689,7 @@ module TencentCloud
|
|
9662
9689
|
class MqttParam < TencentCloud::Common::AbstractModel
|
9663
9690
|
# @param Topics: 需要同步的MQTT Topic列表, CSV格式
|
9664
9691
|
# @type Topics: String
|
9665
|
-
# @param CleanSession:
|
9692
|
+
# @param CleanSession: 用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
|
9666
9693
|
# @type CleanSession: Boolean
|
9667
9694
|
# @param Resource: MQTT instance-id
|
9668
9695
|
# @type Resource: String
|
@@ -9872,7 +9899,7 @@ module TencentCloud
|
|
9872
9899
|
# @type SignalTable: String
|
9873
9900
|
# @param DateTimeZone: datetime 类型字段转换为时间戳的时区
|
9874
9901
|
# @type DateTimeZone: String
|
9875
|
-
# @param SelfBuilt:
|
9902
|
+
# @param SelfBuilt: 是否为自建集群
|
9876
9903
|
# @type SelfBuilt: Boolean
|
9877
9904
|
|
9878
9905
|
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
|
@@ -10535,10 +10562,13 @@ module TencentCloud
|
|
10535
10562
|
# @param Note: 备注信息
|
10536
10563
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10537
10564
|
# @type Note: String
|
10565
|
+
# @param Status: 路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
|
10566
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10567
|
+
# @type Status: Integer
|
10538
10568
|
|
10539
|
-
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId, :Note
|
10569
|
+
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId, :Note, :Status
|
10540
10570
|
|
10541
|
-
def initialize(accesstype=nil, routeid=nil, viptype=nil, viplist=nil, domain=nil, domainport=nil, deletetimestamp=nil, subnet=nil, brokerviplist=nil, vpcid=nil, note=nil)
|
10571
|
+
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)
|
10542
10572
|
@AccessType = accesstype
|
10543
10573
|
@RouteId = routeid
|
10544
10574
|
@VipType = viptype
|
@@ -10550,6 +10580,7 @@ module TencentCloud
|
|
10550
10580
|
@BrokerVipList = brokerviplist
|
10551
10581
|
@VpcId = vpcid
|
10552
10582
|
@Note = note
|
10583
|
+
@Status = status
|
10553
10584
|
end
|
10554
10585
|
|
10555
10586
|
def deserialize(params)
|
@@ -10578,6 +10609,7 @@ module TencentCloud
|
|
10578
10609
|
end
|
10579
10610
|
@VpcId = params['VpcId']
|
10580
10611
|
@Note = params['Note']
|
10612
|
+
@Status = params['Status']
|
10581
10613
|
end
|
10582
10614
|
end
|
10583
10615
|
|
@@ -10826,9 +10858,9 @@ module TencentCloud
|
|
10826
10858
|
end
|
10827
10859
|
end
|
10828
10860
|
|
10829
|
-
#
|
10861
|
+
# 各版本销售信息
|
10830
10862
|
class SaleInfo < TencentCloud::Common::AbstractModel
|
10831
|
-
# @param Flag: 手动设置的flag
|
10863
|
+
# @param Flag: 手动设置的flag标志,true表示售罄,false表示可售。
|
10832
10864
|
# @type Flag: Boolean
|
10833
10865
|
# @param Version: ckafka版本号(1.1.1/2.4.2/0.10.2)
|
10834
10866
|
# @type Version: String
|
@@ -12136,7 +12168,7 @@ module TencentCloud
|
|
12136
12168
|
# @type IsInternalApp: Integer
|
12137
12169
|
# @param AppId: 应用标识
|
12138
12170
|
# @type AppId: Integer
|
12139
|
-
# @param Flag:
|
12171
|
+
# @param Flag: 可用区是否售罄标识,true表示已售罄,false表示未售罄。
|
12140
12172
|
# @type Flag: Boolean
|
12141
12173
|
# @param ZoneName: 可用区名称
|
12142
12174
|
# @type ZoneName: String
|
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.1145
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-ckafka.rb
|
37
|
-
- lib/v20190819/models.rb
|
38
36
|
- lib/v20190819/client.rb
|
37
|
+
- lib/v20190819/models.rb
|
38
|
+
- lib/tencentcloud-sdk-ckafka.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|