tencentcloud-sdk-ckafka 3.0.1023 → 3.0.1024
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 +6 -136
- 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: 07a8f788a5d0488b1abe85419be4b22111b43053
|
4
|
+
data.tar.gz: 7144a09b4ec520d1d3618798eb5a58a6f0018e92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e25527736d3963323e34c1a6a245fc418286741f0bd77ea4fbcb2cd53d19c826896b0c924bf2527deab772904f6380a82dc1dc20e35fd611f935722afd75a0ed
|
7
|
+
data.tar.gz: cf95346f6f315caba879ab51605c1a6ce392a7a84ed63998be3c0f6c7b7348669f6dbd30e3b0c48a971c2b91bd384be84d3e3cdfa5af93b19ddaa4c9d43ab1cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1024
|
data/lib/v20190819/models.rb
CHANGED
@@ -24,10 +24,8 @@ module TencentCloud
|
|
24
24
|
# @param ResourceName: 资源名称,和resourceType相关如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称
|
25
25
|
# @type ResourceName: String
|
26
26
|
# @param Principal: 用户列表,默认为User:*,表示任何user都可以访问,当前用户只能是用户列表中包含的用户
|
27
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
28
27
|
# @type Principal: String
|
29
28
|
# @param Host: 默认\*,表示任何host都可以访问,当前ckafka不支持host为\*,但是后面开源kafka的产品化会直接支持
|
30
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31
29
|
# @type Host: String
|
32
30
|
# @param Operation: Acl操作方式(0:UNKNOWN,1:ANY,2:ALL,3:READ,4:WRITE,5:CREATE,6:DELETE,7:ALTER,8:DESCRIBE,9:CLUSTER_ACTION,10:DESCRIBE_CONFIGS,11:ALTER_CONFIGS,12:IDEMPOTEN_WRITE)
|
33
31
|
# @type Operation: Integer
|
@@ -60,7 +58,6 @@ module TencentCloud
|
|
60
58
|
# @param TotalCount: 符合条件的总数据条数
|
61
59
|
# @type TotalCount: Integer
|
62
60
|
# @param AclList: ACL列表
|
63
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
64
61
|
# @type AclList: Array
|
65
62
|
|
66
63
|
attr_accessor :TotalCount, :AclList
|
@@ -86,43 +83,30 @@ module TencentCloud
|
|
86
83
|
# AclRule列表接口出参
|
87
84
|
class AclRule < TencentCloud::Common::AbstractModel
|
88
85
|
# @param RuleName: ACL规则名
|
89
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
86
|
# @type RuleName: String
|
91
87
|
# @param InstanceId: ckafka集群实例Id
|
92
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
93
88
|
# @type InstanceId: String
|
94
89
|
# @param PatternType: ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
|
95
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
96
90
|
# @type PatternType: String
|
97
91
|
# @param Pattern: 表示前缀匹配的前缀的值
|
98
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
99
92
|
# @type Pattern: String
|
100
93
|
# @param ResourceType: Acl资源类型,目前只支持Topic,枚举值列表:Topic
|
101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
94
|
# @type ResourceType: String
|
103
95
|
# @param AclList: 该规则所包含的ACL信息
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
96
|
# @type AclList: String
|
106
97
|
# @param CreateTimeStamp: 规则所创建的时间
|
107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
108
98
|
# @type CreateTimeStamp: String
|
109
99
|
# @param IsApplied: 预设ACL规则是否应用到新增的topic中
|
110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
100
|
# @type IsApplied: Integer
|
112
101
|
# @param UpdateTimeStamp: 规则更新时间
|
113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
114
102
|
# @type UpdateTimeStamp: String
|
115
103
|
# @param Comment: 规则的备注
|
116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
117
104
|
# @type Comment: String
|
118
105
|
# @param TopicName: 其中一个显示的对应的TopicName
|
119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
120
106
|
# @type TopicName: String
|
121
107
|
# @param TopicCount: 应用该ACL规则的Topic数
|
122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
123
108
|
# @type TopicCount: Integer
|
124
109
|
# @param PatternTypeTitle: patternType的中文显示
|
125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
126
110
|
# @type PatternTypeTitle: String
|
127
111
|
|
128
112
|
attr_accessor :RuleName, :InstanceId, :PatternType, :Pattern, :ResourceType, :AclList, :CreateTimeStamp, :IsApplied, :UpdateTimeStamp, :Comment, :TopicName, :TopicCount, :PatternTypeTitle
|
@@ -193,7 +177,6 @@ module TencentCloud
|
|
193
177
|
# @param TotalCount: 总数据条数
|
194
178
|
# @type TotalCount: Integer
|
195
179
|
# @param AclRuleList: AclRule列表
|
196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
197
180
|
# @type AclRuleList: Array
|
198
181
|
|
199
182
|
attr_accessor :TotalCount, :AclRuleList
|
@@ -221,13 +204,10 @@ module TencentCloud
|
|
221
204
|
# @param Format: 解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果
|
222
205
|
# @type Format: String
|
223
206
|
# @param Regex: 分隔符、正则表达式
|
224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
225
207
|
# @type Regex: String
|
226
208
|
# @param InputValueType: 需再次处理的KEY——模式
|
227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
228
209
|
# @type InputValueType: String
|
229
210
|
# @param InputValue: 需再次处理的KEY——KEY表达式
|
230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
211
|
# @type InputValue: String
|
232
212
|
|
233
213
|
attr_accessor :Format, :Regex, :InputValueType, :InputValue
|
@@ -252,7 +232,6 @@ module TencentCloud
|
|
252
232
|
# @param TotalCount: 符合要求的所有AppId数量
|
253
233
|
# @type TotalCount: Integer
|
254
234
|
# @param AppIdList: 符合要求的App Id列表
|
255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
256
235
|
# @type AppIdList: Array
|
257
236
|
|
258
237
|
attr_accessor :TotalCount, :AppIdList
|
@@ -273,7 +252,6 @@ module TencentCloud
|
|
273
252
|
# @param Version: assingment版本信息
|
274
253
|
# @type Version: Integer
|
275
254
|
# @param Topics: topic信息列表
|
276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
277
255
|
# @type Topics: Array
|
278
256
|
|
279
257
|
attr_accessor :Version, :Topics
|
@@ -344,7 +322,6 @@ module TencentCloud
|
|
344
322
|
# 批量解析
|
345
323
|
class BatchAnalyseParam < TencentCloud::Common::AbstractModel
|
346
324
|
# @param Format: ONE_BY_ONE单条输出,MERGE合并输出
|
347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
348
325
|
# @type Format: String
|
349
326
|
|
350
327
|
attr_accessor :Format
|
@@ -608,13 +585,10 @@ module TencentCloud
|
|
608
585
|
# 批量修改topic属性结果
|
609
586
|
class BatchModifyTopicResultDTO < TencentCloud::Common::AbstractModel
|
610
587
|
# @param InstanceId: ckafka集群实例Id
|
611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
612
588
|
# @type InstanceId: String
|
613
589
|
# @param TopicName: 主题名
|
614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
615
590
|
# @type TopicName: String
|
616
591
|
# @param ReturnCode: 操作返回码
|
617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
618
592
|
# @type ReturnCode: String
|
619
593
|
# @param Message: 操作返回信息
|
620
594
|
# @type Message: String
|
@@ -639,13 +613,10 @@ module TencentCloud
|
|
639
613
|
# 主题占用Broker磁盘大小
|
640
614
|
class BrokerTopicData < TencentCloud::Common::AbstractModel
|
641
615
|
# @param TopicName: 主题名称
|
642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
643
616
|
# @type TopicName: String
|
644
617
|
# @param TopicId: 主题Id
|
645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
646
618
|
# @type TopicId: String
|
647
619
|
# @param DataSize: 主题占用Broker 容量大小
|
648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
649
620
|
# @type DataSize: Integer
|
650
621
|
|
651
622
|
attr_accessor :TopicName, :TopicId, :DataSize
|
@@ -666,13 +637,10 @@ module TencentCloud
|
|
666
637
|
# broker维度topic 流量排行指标
|
667
638
|
class BrokerTopicFlowData < TencentCloud::Common::AbstractModel
|
668
639
|
# @param TopicName: 主题名
|
669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
670
640
|
# @type TopicName: String
|
671
641
|
# @param TopicId: 主题Id
|
672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
673
642
|
# @type TopicId: String
|
674
643
|
# @param TopicTraffic: Topic 流量(MB)
|
675
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
676
644
|
# @type TopicTraffic: String
|
677
645
|
|
678
646
|
attr_accessor :TopicName, :TopicId, :TopicTraffic
|
@@ -738,7 +706,6 @@ module TencentCloud
|
|
738
706
|
# 创建CDC 标准版共享集群出参
|
739
707
|
class CdcClusterResponse < TencentCloud::Common::AbstractModel
|
740
708
|
# @param TaskId: 任务ID
|
741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
742
709
|
# @type TaskId: Integer
|
743
710
|
|
744
711
|
attr_accessor :TaskId
|
@@ -792,28 +759,20 @@ module TencentCloud
|
|
792
759
|
# ClickHouse连接源参数
|
793
760
|
class ClickHouseConnectParam < TencentCloud::Common::AbstractModel
|
794
761
|
# @param Port: ClickHouse的连接port
|
795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
796
762
|
# @type Port: Integer
|
797
763
|
# @param UserName: ClickHouse连接源的用户名
|
798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
799
764
|
# @type UserName: String
|
800
765
|
# @param Password: ClickHouse连接源的密码
|
801
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
802
766
|
# @type Password: String
|
803
767
|
# @param Resource: ClickHouse连接源的实例资源
|
804
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
805
768
|
# @type Resource: String
|
806
769
|
# @param SelfBuilt: ClickHouse连接源是否为自建集群
|
807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
808
770
|
# @type SelfBuilt: Boolean
|
809
771
|
# @param ServiceVip: ClickHouse连接源的实例vip,当为腾讯云实例时,必填
|
810
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
811
772
|
# @type ServiceVip: String
|
812
773
|
# @param UniqVpcId: ClickHouse连接源的vpcId,当为腾讯云实例时,必填
|
813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
814
774
|
# @type UniqVpcId: String
|
815
775
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
817
776
|
# @type IsUpdate: Boolean
|
818
777
|
|
819
778
|
attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
|
@@ -844,28 +803,20 @@ module TencentCloud
|
|
844
803
|
# ClickHouse修改连接源参数
|
845
804
|
class ClickHouseModifyConnectParam < TencentCloud::Common::AbstractModel
|
846
805
|
# @param Resource: ClickHouse连接源的实例资源【不支持修改】
|
847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
848
806
|
# @type Resource: String
|
849
807
|
# @param Port: ClickHouse的连接port【不支持修改】
|
850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
851
808
|
# @type Port: Integer
|
852
809
|
# @param ServiceVip: ClickHouse连接源的实例vip【不支持修改】
|
853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
854
810
|
# @type ServiceVip: String
|
855
811
|
# @param UniqVpcId: ClickHouse连接源的vpcId【不支持修改】
|
856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
857
812
|
# @type UniqVpcId: String
|
858
813
|
# @param UserName: ClickHouse连接源的用户名
|
859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
860
814
|
# @type UserName: String
|
861
815
|
# @param Password: ClickHouse连接源的密码
|
862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
863
816
|
# @type Password: String
|
864
817
|
# @param SelfBuilt: ClickHouse连接源是否为自建集群【不支持修改】
|
865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
866
818
|
# @type SelfBuilt: Boolean
|
867
819
|
# @param IsUpdate: 是否更新到关联的Datahub任务,默认为true
|
868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
869
820
|
# @type IsUpdate: Boolean
|
870
821
|
|
871
822
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
@@ -896,61 +847,43 @@ module TencentCloud
|
|
896
847
|
# ClickHouse类型入参
|
897
848
|
class ClickHouseParam < TencentCloud::Common::AbstractModel
|
898
849
|
# @param Cluster: ClickHouse的集群
|
899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
900
850
|
# @type Cluster: String
|
901
851
|
# @param Database: ClickHouse的数据库名
|
902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
903
852
|
# @type Database: String
|
904
853
|
# @param Table: ClickHouse的数据表名
|
905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
906
854
|
# @type Table: String
|
907
855
|
# @param Schema: ClickHouse的schema
|
908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
909
856
|
# @type Schema: Array
|
910
857
|
# @param Resource: 实例资源
|
911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
912
858
|
# @type Resource: String
|
913
859
|
# @param Ip: ClickHouse的连接ip
|
914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
915
860
|
# @type Ip: String
|
916
861
|
# @param Port: ClickHouse的连接port
|
917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
918
862
|
# @type Port: Integer
|
919
863
|
# @param UserName: ClickHouse的用户名
|
920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
921
864
|
# @type UserName: String
|
922
865
|
# @param Password: ClickHouse的密码
|
923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
924
866
|
# @type Password: String
|
925
867
|
# @param ServiceVip: 实例vip
|
926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
927
868
|
# @type ServiceVip: String
|
928
869
|
# @param UniqVpcId: 实例的vpcId
|
929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
930
870
|
# @type UniqVpcId: String
|
931
871
|
# @param SelfBuilt: 是否为自建集群
|
932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
933
872
|
# @type SelfBuilt: Boolean
|
934
873
|
# @param DropInvalidMessage: ClickHouse是否抛弃解析失败的消息,默认为true
|
935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
936
874
|
# @type DropInvalidMessage: Boolean
|
937
875
|
# @param Type: ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
|
938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
939
876
|
# @type Type: String
|
940
877
|
# @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
942
878
|
# @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
|
943
879
|
# @param BatchSize: 每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
|
944
880
|
# 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
946
881
|
# @type BatchSize: Integer
|
947
882
|
# @param ConsumerFetchMinBytes: 每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
|
948
883
|
# 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
950
884
|
# @type ConsumerFetchMinBytes: Integer
|
951
885
|
# @param ConsumerFetchMaxWaitMs: 每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
|
952
886
|
# 提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
954
887
|
# @type ConsumerFetchMaxWaitMs: Integer
|
955
888
|
|
956
889
|
attr_accessor :Cluster, :Database, :Table, :Schema, :Resource, :Ip, :Port, :UserName, :Password, :ServiceVip, :UniqVpcId, :SelfBuilt, :DropInvalidMessage, :Type, :DropCls, :BatchSize, :ConsumerFetchMinBytes, :ConsumerFetchMaxWaitMs
|
@@ -1011,16 +944,12 @@ module TencentCloud
|
|
1011
944
|
# ClickHouse的Schema
|
1012
945
|
class ClickHouseSchema < TencentCloud::Common::AbstractModel
|
1013
946
|
# @param ColumnName: 表的列名
|
1014
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1015
947
|
# @type ColumnName: String
|
1016
948
|
# @param JsonKey: 该列对应的jsonKey名
|
1017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1018
949
|
# @type JsonKey: String
|
1019
950
|
# @param Type: 表列项的类型
|
1020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1021
951
|
# @type Type: String
|
1022
952
|
# @param AllowNull: 列项是否允许为空
|
1023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1024
953
|
# @type AllowNull: Boolean
|
1025
954
|
|
1026
955
|
attr_accessor :ColumnName, :JsonKey, :Type, :AllowNull
|
@@ -1043,20 +972,15 @@ module TencentCloud
|
|
1043
972
|
# Cls类型入参
|
1044
973
|
class ClsParam < TencentCloud::Common::AbstractModel
|
1045
974
|
# @param DecodeJson: 生产的信息是否为json格式
|
1046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1047
975
|
# @type DecodeJson: Boolean
|
1048
976
|
# @param Resource: cls日志主题id
|
1049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1050
977
|
# @type Resource: String
|
1051
978
|
# @param LogSet: cls日志集id
|
1052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1053
979
|
# @type LogSet: String
|
1054
980
|
# @param ContentKey: 当DecodeJson为false时必填
|
1055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1056
981
|
# @type ContentKey: String
|
1057
982
|
# @param TimeField: 指定消息中的某字段内容作为cls日志的时间。
|
1058
983
|
# 字段内容格式需要是秒级时间戳
|
1059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1060
984
|
# @type TimeField: String
|
1061
985
|
|
1062
986
|
attr_accessor :DecodeJson, :Resource, :LogSet, :ContentKey, :TimeField
|
@@ -1085,22 +1009,16 @@ module TencentCloud
|
|
1085
1009
|
# @param ClusterName: 集群名称
|
1086
1010
|
# @type ClusterName: String
|
1087
1011
|
# @param MaxDiskSize: 集群最大磁盘 单位GB
|
1088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1089
1012
|
# @type MaxDiskSize: Integer
|
1090
1013
|
# @param MaxBandWidth: 集群最大带宽 单位MB/s
|
1091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1092
1014
|
# @type MaxBandWidth: Integer
|
1093
1015
|
# @param AvailableDiskSize: 集群当前可用磁盘 单位GB
|
1094
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1095
1016
|
# @type AvailableDiskSize: Integer
|
1096
1017
|
# @param AvailableBandWidth: 集群当前可用带宽 单位MB/s
|
1097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1098
1018
|
# @type AvailableBandWidth: Integer
|
1099
1019
|
# @param ZoneId: 集群所属可用区,表明集群归属的可用区
|
1100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1101
1020
|
# @type ZoneId: Integer
|
1102
1021
|
# @param ZoneIds: 集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。
|
1103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1104
1022
|
# @type ZoneIds: Array
|
1105
1023
|
|
1106
1024
|
attr_accessor :ClusterId, :ClusterName, :MaxDiskSize, :MaxBandWidth, :AvailableDiskSize, :AvailableBandWidth, :ZoneId, :ZoneIds
|
@@ -1131,32 +1049,23 @@ module TencentCloud
|
|
1131
1049
|
# 高级配置对象
|
1132
1050
|
class Config < TencentCloud::Common::AbstractModel
|
1133
1051
|
# @param Retention: 消息保留时间
|
1134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1135
1052
|
# @type Retention: Integer
|
1136
1053
|
# @param MinInsyncReplicas: 最小同步复制数
|
1137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1138
1054
|
# @type MinInsyncReplicas: Integer
|
1139
1055
|
# @param CleanUpPolicy: 日志清理模式,默认 delete。
|
1140
1056
|
# delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
|
1141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1142
1057
|
# @type CleanUpPolicy: String
|
1143
1058
|
# @param SegmentMs: Segment 分片滚动的时长
|
1144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1145
1059
|
# @type SegmentMs: Integer
|
1146
1060
|
# @param UncleanLeaderElectionEnable: 0表示 false。 1表示 true。
|
1147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1148
1061
|
# @type UncleanLeaderElectionEnable: Integer
|
1149
1062
|
# @param SegmentBytes: Segment 分片滚动的字节数
|
1150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1151
1063
|
# @type SegmentBytes: Integer
|
1152
1064
|
# @param MaxMessageBytes: 最大消息字节数
|
1153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1154
1065
|
# @type MaxMessageBytes: Integer
|
1155
1066
|
# @param RetentionBytes: 消息保留文件大小
|
1156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1157
1067
|
# @type RetentionBytes: Integer
|
1158
1068
|
# @param LogMsgTimestampType: 消息保存的时间类型
|
1159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1160
1069
|
# @type LogMsgTimestampType: String
|
1161
1070
|
|
1162
1071
|
attr_accessor :Retention, :MinInsyncReplicas, :CleanUpPolicy, :SegmentMs, :UncleanLeaderElectionEnable, :SegmentBytes, :MaxMessageBytes, :RetentionBytes, :LogMsgTimestampType
|
@@ -1189,7 +1098,6 @@ module TencentCloud
|
|
1189
1098
|
# 返回连接源的Id
|
1190
1099
|
class ConnectResourceResourceIdResp < TencentCloud::Common::AbstractModel
|
1191
1100
|
# @param ResourceId: 连接源的Id
|
1192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1193
1101
|
# @type ResourceId: String
|
1194
1102
|
|
1195
1103
|
attr_accessor :ResourceId
|
@@ -1259,25 +1167,18 @@ module TencentCloud
|
|
1259
1167
|
# @param TotalCount: 符合条件的消费组数量
|
1260
1168
|
# @type TotalCount: Integer
|
1261
1169
|
# @param TopicList: 主题列表
|
1262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1263
1170
|
# @type TopicList: Array
|
1264
1171
|
# @param GroupList: 消费分组List
|
1265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1266
1172
|
# @type GroupList: Array
|
1267
1173
|
# @param TotalPartition: 所有分区数量
|
1268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1269
1174
|
# @type TotalPartition: Integer
|
1270
1175
|
# @param PartitionListForMonitor: 监控的分区列表
|
1271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1272
1176
|
# @type PartitionListForMonitor: Array
|
1273
1177
|
# @param TotalTopic: 主题总数
|
1274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1275
1178
|
# @type TotalTopic: Integer
|
1276
1179
|
# @param TopicListForMonitor: 监控的主题列表
|
1277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1278
1180
|
# @type TopicListForMonitor: Array
|
1279
1181
|
# @param GroupListForMonitor: 监控的组列表
|
1280
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1281
1182
|
# @type GroupListForMonitor: Array
|
1282
1183
|
|
1283
1184
|
attr_accessor :TotalCount, :TopicList, :GroupList, :TotalPartition, :PartitionListForMonitor, :TotalTopic, :TopicListForMonitor, :GroupListForMonitor
|
@@ -1389,16 +1290,12 @@ module TencentCloud
|
|
1389
1290
|
# @param Offset: 位点
|
1390
1291
|
# @type Offset: Integer
|
1391
1292
|
# @param Key: 消息key
|
1392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1393
1293
|
# @type Key: String
|
1394
1294
|
# @param Value: 消息value
|
1395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1396
1295
|
# @type Value: String
|
1397
1296
|
# @param Timestamp: 消息时间戳
|
1398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1399
1297
|
# @type Timestamp: Integer
|
1400
1298
|
# @param Headers: 消息headers
|
1401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1402
1299
|
# @type Headers: String
|
1403
1300
|
|
1404
1301
|
attr_accessor :Topic, :Partition, :Offset, :Key, :Value, :Timestamp, :Headers
|
@@ -1427,28 +1324,20 @@ module TencentCloud
|
|
1427
1324
|
# Cos Datahub 任务接入参数
|
1428
1325
|
class CosParam < TencentCloud::Common::AbstractModel
|
1429
1326
|
# @param BucketName: cos 存储桶名称
|
1430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1431
1327
|
# @type BucketName: String
|
1432
1328
|
# @param Region: 地域代码
|
1433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1434
1329
|
# @type Region: String
|
1435
1330
|
# @param ObjectKey: 对象名称
|
1436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1437
1331
|
# @type ObjectKey: String
|
1438
1332
|
# @param AggregateBatchSize: 汇聚消息量的大小(单位:MB)
|
1439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1440
1333
|
# @type AggregateBatchSize: Integer
|
1441
1334
|
# @param AggregateInterval: 汇聚的时间间隔(单位:小时)
|
1442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1443
1335
|
# @type AggregateInterval: Integer
|
1444
1336
|
# @param FormatOutputType: 消息汇聚后的文件格式(支持csv, json)
|
1445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1446
1337
|
# @type FormatOutputType: String
|
1447
1338
|
# @param ObjectKeyPrefix: 转储的对象目录前缀
|
1448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1449
1339
|
# @type ObjectKeyPrefix: String
|
1450
1340
|
# @param DirectoryTimeFormat: 根据strptime 时间格式化的分区格式
|
1451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1452
1341
|
# @type DirectoryTimeFormat: String
|
1453
1342
|
|
1454
1343
|
attr_accessor :BucketName, :Region, :ObjectKey, :AggregateBatchSize, :AggregateInterval, :FormatOutputType, :ObjectKeyPrefix, :DirectoryTimeFormat
|
@@ -1935,7 +1824,6 @@ module TencentCloud
|
|
1935
1824
|
# @param TaskId: 转储任务id
|
1936
1825
|
# @type TaskId: String
|
1937
1826
|
# @param DatahubId: 数据转储Id
|
1938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1939
1827
|
# @type DatahubId: String
|
1940
1828
|
|
1941
1829
|
attr_accessor :TaskId, :DatahubId
|
@@ -2039,16 +1927,12 @@ module TencentCloud
|
|
2039
1927
|
# 创建后付费接口返回的 Data 数据结构
|
2040
1928
|
class CreateInstancePostData < TencentCloud::Common::AbstractModel
|
2041
1929
|
# @param FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
|
2042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2043
1930
|
# @type FlowId: Integer
|
2044
1931
|
# @param DealNames: 订单号列表
|
2045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2046
1932
|
# @type DealNames: Array
|
2047
1933
|
# @param InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
|
2048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2049
1934
|
# @type InstanceId: String
|
2050
1935
|
# @param DealNameInstanceIdMapping: 订单和购买实例对应映射列表
|
2051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2052
1936
|
# @type DealNameInstanceIdMapping: Array
|
2053
1937
|
|
2054
1938
|
attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
|
@@ -2181,7 +2065,6 @@ module TencentCloud
|
|
2181
2065
|
# @param ReturnMessage: 接口返回消息,当接口报错时提示错误信息
|
2182
2066
|
# @type ReturnMessage: String
|
2183
2067
|
# @param Data: 返回的Data数据
|
2184
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2185
2068
|
# @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.CreateInstancePostData`
|
2186
2069
|
|
2187
2070
|
attr_accessor :ReturnCode, :ReturnMessage, :Data
|
@@ -2386,8 +2269,8 @@ module TencentCloud
|
|
2386
2269
|
|
2387
2270
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2388
2271
|
extend Gem::Deprecate
|
2389
|
-
deprecate :DeleteRouteTimestamp, :none, 2025,
|
2390
|
-
deprecate :DeleteRouteTimestamp=, :none, 2025,
|
2272
|
+
deprecate :DeleteRouteTimestamp, :none, 2025, 3
|
2273
|
+
deprecate :DeleteRouteTimestamp=, :none, 2025, 3
|
2391
2274
|
|
2392
2275
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2393
2276
|
@ReturnCode = returncode
|
@@ -2981,22 +2864,16 @@ module TencentCloud
|
|
2981
2864
|
# Ctsdb连接源参数
|
2982
2865
|
class CtsdbConnectParam < TencentCloud::Common::AbstractModel
|
2983
2866
|
# @param Port: Ctsdb的连接port
|
2984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2985
2867
|
# @type Port: Integer
|
2986
2868
|
# @param ServiceVip: Ctsdb连接源的实例vip
|
2987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2988
2869
|
# @type ServiceVip: String
|
2989
2870
|
# @param UniqVpcId: Ctsdb连接源的vpcId
|
2990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2991
2871
|
# @type UniqVpcId: String
|
2992
2872
|
# @param UserName: Ctsdb连接源的用户名
|
2993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2994
2873
|
# @type UserName: String
|
2995
2874
|
# @param Password: Ctsdb连接源的密码
|
2996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2997
2875
|
# @type Password: String
|
2998
2876
|
# @param Resource: Ctsdb连接源的实例资源
|
2999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3000
2877
|
# @type Resource: String
|
3001
2878
|
|
3002
2879
|
attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
|
@@ -3023,22 +2900,16 @@ module TencentCloud
|
|
3023
2900
|
# Ctsdb连接源参数(更新)
|
3024
2901
|
class CtsdbModifyConnectParam < TencentCloud::Common::AbstractModel
|
3025
2902
|
# @param Port: Ctsdb的连接port
|
3026
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3027
2903
|
# @type Port: Integer
|
3028
2904
|
# @param ServiceVip: Ctsdb连接源的实例vip
|
3029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3030
2905
|
# @type ServiceVip: String
|
3031
2906
|
# @param UniqVpcId: Ctsdb连接源的vpcId
|
3032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3033
2907
|
# @type UniqVpcId: String
|
3034
2908
|
# @param UserName: Ctsdb连接源的用户名
|
3035
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3036
2909
|
# @type UserName: String
|
3037
2910
|
# @param Password: Ctsdb连接源的密码
|
3038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3039
2911
|
# @type Password: String
|
3040
2912
|
# @param Resource: Ctsdb连接源的实例资源
|
3041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3042
2913
|
# @type Resource: String
|
3043
2914
|
|
3044
2915
|
attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
|
@@ -3239,7 +3110,6 @@ module TencentCloud
|
|
3239
3110
|
# Datahub请求的taskid
|
3240
3111
|
class DatahubTaskIdRes < TencentCloud::Common::AbstractModel
|
3241
3112
|
# @param TaskId: 任务id
|
3242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3243
3113
|
# @type TaskId: String
|
3244
3114
|
|
3245
3115
|
attr_accessor :TaskId
|
@@ -9284,8 +9154,8 @@ module TencentCloud
|
|
9284
9154
|
|
9285
9155
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable
|
9286
9156
|
extend Gem::Deprecate
|
9287
|
-
deprecate :DynamicDiskConfig, :none, 2025,
|
9288
|
-
deprecate :DynamicDiskConfig=, :none, 2025,
|
9157
|
+
deprecate :DynamicDiskConfig, :none, 2025, 3
|
9158
|
+
deprecate :DynamicDiskConfig=, :none, 2025, 3
|
9289
9159
|
|
9290
9160
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil)
|
9291
9161
|
@InstanceId = instanceid
|
@@ -12466,8 +12336,8 @@ module TencentCloud
|
|
12466
12336
|
|
12467
12337
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12468
12338
|
extend Gem::Deprecate
|
12469
|
-
deprecate :Exflag, :none, 2025,
|
12470
|
-
deprecate :Exflag=, :none, 2025,
|
12339
|
+
deprecate :Exflag, :none, 2025, 3
|
12340
|
+
deprecate :Exflag=, :none, 2025, 3
|
12471
12341
|
|
12472
12342
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12473
12343
|
@ZoneId = zoneid
|
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.1024
|
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-03-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|