tencentcloud-sdk-ckafka 3.0.1139 → 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/models.rb +29 -14
- 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: 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/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,15 +7807,21 @@ 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
|
7808
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集群
|
7809
7819
|
# @type ClusterType: String
|
7810
7820
|
# @param FreePartitionNumber: 免费分区数量
|
7811
7821
|
# @type FreePartitionNumber: Integer
|
7812
7822
|
# @param ElasticFloatBandwidth: 弹性带宽上浮值
|
7813
7823
|
# @type ElasticFloatBandwidth: Integer
|
7814
|
-
# @param CustomCertId: ssl自定义证书id
|
7824
|
+
# @param CustomCertId: ssl自定义证书id 仅自定义证书实例集群返回
|
7815
7825
|
# @type CustomCertId: String
|
7816
7826
|
# @param UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
7817
7827
|
# @type UncleanLeaderElectionEnable: Integer
|
@@ -9662,7 +9672,7 @@ module TencentCloud
|
|
9662
9672
|
class MqttParam < TencentCloud::Common::AbstractModel
|
9663
9673
|
# @param Topics: 需要同步的MQTT Topic列表, CSV格式
|
9664
9674
|
# @type Topics: String
|
9665
|
-
# @param CleanSession:
|
9675
|
+
# @param CleanSession: 用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
|
9666
9676
|
# @type CleanSession: Boolean
|
9667
9677
|
# @param Resource: MQTT instance-id
|
9668
9678
|
# @type Resource: String
|
@@ -9872,7 +9882,7 @@ module TencentCloud
|
|
9872
9882
|
# @type SignalTable: String
|
9873
9883
|
# @param DateTimeZone: datetime 类型字段转换为时间戳的时区
|
9874
9884
|
# @type DateTimeZone: String
|
9875
|
-
# @param SelfBuilt:
|
9885
|
+
# @param SelfBuilt: 是否为自建集群
|
9876
9886
|
# @type SelfBuilt: Boolean
|
9877
9887
|
|
9878
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
|
@@ -10535,10 +10545,13 @@ module TencentCloud
|
|
10535
10545
|
# @param Note: 备注信息
|
10536
10546
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10537
10547
|
# @type Note: String
|
10548
|
+
# @param Status: 路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
|
10549
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10550
|
+
# @type Status: Integer
|
10538
10551
|
|
10539
|
-
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId, :Note
|
10552
|
+
attr_accessor :AccessType, :RouteId, :VipType, :VipList, :Domain, :DomainPort, :DeleteTimestamp, :Subnet, :BrokerVipList, :VpcId, :Note, :Status
|
10540
10553
|
|
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)
|
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)
|
10542
10555
|
@AccessType = accesstype
|
10543
10556
|
@RouteId = routeid
|
10544
10557
|
@VipType = viptype
|
@@ -10550,6 +10563,7 @@ module TencentCloud
|
|
10550
10563
|
@BrokerVipList = brokerviplist
|
10551
10564
|
@VpcId = vpcid
|
10552
10565
|
@Note = note
|
10566
|
+
@Status = status
|
10553
10567
|
end
|
10554
10568
|
|
10555
10569
|
def deserialize(params)
|
@@ -10578,6 +10592,7 @@ module TencentCloud
|
|
10578
10592
|
end
|
10579
10593
|
@VpcId = params['VpcId']
|
10580
10594
|
@Note = params['Note']
|
10595
|
+
@Status = params['Status']
|
10581
10596
|
end
|
10582
10597
|
end
|
10583
10598
|
|
@@ -10826,9 +10841,9 @@ module TencentCloud
|
|
10826
10841
|
end
|
10827
10842
|
end
|
10828
10843
|
|
10829
|
-
#
|
10844
|
+
# 各版本销售信息
|
10830
10845
|
class SaleInfo < TencentCloud::Common::AbstractModel
|
10831
|
-
# @param Flag: 手动设置的flag
|
10846
|
+
# @param Flag: 手动设置的flag标志,true表示售罄,false表示可售。
|
10832
10847
|
# @type Flag: Boolean
|
10833
10848
|
# @param Version: ckafka版本号(1.1.1/2.4.2/0.10.2)
|
10834
10849
|
# @type Version: String
|
@@ -12136,7 +12151,7 @@ module TencentCloud
|
|
12136
12151
|
# @type IsInternalApp: Integer
|
12137
12152
|
# @param AppId: 应用标识
|
12138
12153
|
# @type AppId: Integer
|
12139
|
-
# @param Flag:
|
12154
|
+
# @param Flag: 可用区是否售罄标识,true表示已售罄,false表示未售罄。
|
12140
12155
|
# @type Flag: Boolean
|
12141
12156
|
# @param ZoneName: 可用区名称
|
12142
12157
|
# @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.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
|
@@ -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:
|