tencentcloud-sdk-ckafka 3.0.1023 → 3.0.1025

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +7 -608
  4. metadata +2 -2
@@ -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,7 +1049,6 @@ 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
1054
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1189,7 +1106,6 @@ module TencentCloud
1189
1106
  # 返回连接源的Id
1190
1107
  class ConnectResourceResourceIdResp < TencentCloud::Common::AbstractModel
1191
1108
  # @param ResourceId: 连接源的Id
1192
- # 注意:此字段可能返回 null,表示取不到有效值。
1193
1109
  # @type ResourceId: String
1194
1110
 
1195
1111
  attr_accessor :ResourceId
@@ -1259,25 +1175,18 @@ module TencentCloud
1259
1175
  # @param TotalCount: 符合条件的消费组数量
1260
1176
  # @type TotalCount: Integer
1261
1177
  # @param TopicList: 主题列表
1262
- # 注意:此字段可能返回 null,表示取不到有效值。
1263
1178
  # @type TopicList: Array
1264
1179
  # @param GroupList: 消费分组List
1265
- # 注意:此字段可能返回 null,表示取不到有效值。
1266
1180
  # @type GroupList: Array
1267
1181
  # @param TotalPartition: 所有分区数量
1268
- # 注意:此字段可能返回 null,表示取不到有效值。
1269
1182
  # @type TotalPartition: Integer
1270
1183
  # @param PartitionListForMonitor: 监控的分区列表
1271
- # 注意:此字段可能返回 null,表示取不到有效值。
1272
1184
  # @type PartitionListForMonitor: Array
1273
1185
  # @param TotalTopic: 主题总数
1274
- # 注意:此字段可能返回 null,表示取不到有效值。
1275
1186
  # @type TotalTopic: Integer
1276
1187
  # @param TopicListForMonitor: 监控的主题列表
1277
- # 注意:此字段可能返回 null,表示取不到有效值。
1278
1188
  # @type TopicListForMonitor: Array
1279
1189
  # @param GroupListForMonitor: 监控的组列表
1280
- # 注意:此字段可能返回 null,表示取不到有效值。
1281
1190
  # @type GroupListForMonitor: Array
1282
1191
 
1283
1192
  attr_accessor :TotalCount, :TopicList, :GroupList, :TotalPartition, :PartitionListForMonitor, :TotalTopic, :TopicListForMonitor, :GroupListForMonitor
@@ -1389,16 +1298,12 @@ module TencentCloud
1389
1298
  # @param Offset: 位点
1390
1299
  # @type Offset: Integer
1391
1300
  # @param Key: 消息key
1392
- # 注意:此字段可能返回 null,表示取不到有效值。
1393
1301
  # @type Key: String
1394
1302
  # @param Value: 消息value
1395
- # 注意:此字段可能返回 null,表示取不到有效值。
1396
1303
  # @type Value: String
1397
1304
  # @param Timestamp: 消息时间戳
1398
- # 注意:此字段可能返回 null,表示取不到有效值。
1399
1305
  # @type Timestamp: Integer
1400
1306
  # @param Headers: 消息headers
1401
- # 注意:此字段可能返回 null,表示取不到有效值。
1402
1307
  # @type Headers: String
1403
1308
 
1404
1309
  attr_accessor :Topic, :Partition, :Offset, :Key, :Value, :Timestamp, :Headers
@@ -1427,28 +1332,20 @@ module TencentCloud
1427
1332
  # Cos Datahub 任务接入参数
1428
1333
  class CosParam < TencentCloud::Common::AbstractModel
1429
1334
  # @param BucketName: cos 存储桶名称
1430
- # 注意:此字段可能返回 null,表示取不到有效值。
1431
1335
  # @type BucketName: String
1432
1336
  # @param Region: 地域代码
1433
- # 注意:此字段可能返回 null,表示取不到有效值。
1434
1337
  # @type Region: String
1435
1338
  # @param ObjectKey: 对象名称
1436
- # 注意:此字段可能返回 null,表示取不到有效值。
1437
1339
  # @type ObjectKey: String
1438
1340
  # @param AggregateBatchSize: 汇聚消息量的大小(单位:MB)
1439
- # 注意:此字段可能返回 null,表示取不到有效值。
1440
1341
  # @type AggregateBatchSize: Integer
1441
1342
  # @param AggregateInterval: 汇聚的时间间隔(单位:小时)
1442
- # 注意:此字段可能返回 null,表示取不到有效值。
1443
1343
  # @type AggregateInterval: Integer
1444
1344
  # @param FormatOutputType: 消息汇聚后的文件格式(支持csv, json)
1445
- # 注意:此字段可能返回 null,表示取不到有效值。
1446
1345
  # @type FormatOutputType: String
1447
1346
  # @param ObjectKeyPrefix: 转储的对象目录前缀
1448
- # 注意:此字段可能返回 null,表示取不到有效值。
1449
1347
  # @type ObjectKeyPrefix: String
1450
1348
  # @param DirectoryTimeFormat: 根据strptime 时间格式化的分区格式
1451
- # 注意:此字段可能返回 null,表示取不到有效值。
1452
1349
  # @type DirectoryTimeFormat: String
1453
1350
 
1454
1351
  attr_accessor :BucketName, :Region, :ObjectKey, :AggregateBatchSize, :AggregateInterval, :FormatOutputType, :ObjectKeyPrefix, :DirectoryTimeFormat
@@ -1935,7 +1832,6 @@ module TencentCloud
1935
1832
  # @param TaskId: 转储任务id
1936
1833
  # @type TaskId: String
1937
1834
  # @param DatahubId: 数据转储Id
1938
- # 注意:此字段可能返回 null,表示取不到有效值。
1939
1835
  # @type DatahubId: String
1940
1836
 
1941
1837
  attr_accessor :TaskId, :DatahubId
@@ -2039,16 +1935,12 @@ module TencentCloud
2039
1935
  # 创建后付费接口返回的 Data 数据结构
2040
1936
  class CreateInstancePostData < TencentCloud::Common::AbstractModel
2041
1937
  # @param FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
2042
- # 注意:此字段可能返回 null,表示取不到有效值。
2043
1938
  # @type FlowId: Integer
2044
1939
  # @param DealNames: 订单号列表
2045
- # 注意:此字段可能返回 null,表示取不到有效值。
2046
1940
  # @type DealNames: Array
2047
1941
  # @param InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
2048
- # 注意:此字段可能返回 null,表示取不到有效值。
2049
1942
  # @type InstanceId: String
2050
1943
  # @param DealNameInstanceIdMapping: 订单和购买实例对应映射列表
2051
- # 注意:此字段可能返回 null,表示取不到有效值。
2052
1944
  # @type DealNameInstanceIdMapping: Array
2053
1945
 
2054
1946
  attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
@@ -2181,7 +2073,6 @@ module TencentCloud
2181
2073
  # @param ReturnMessage: 接口返回消息,当接口报错时提示错误信息
2182
2074
  # @type ReturnMessage: String
2183
2075
  # @param Data: 返回的Data数据
2184
- # 注意:此字段可能返回 null,表示取不到有效值。
2185
2076
  # @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.CreateInstancePostData`
2186
2077
 
2187
2078
  attr_accessor :ReturnCode, :ReturnMessage, :Data
@@ -2228,16 +2119,12 @@ module TencentCloud
2228
2119
  # 创建预付费接口返回的Data
2229
2120
  class CreateInstancePreData < TencentCloud::Common::AbstractModel
2230
2121
  # @param FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
2231
- # 注意:此字段可能返回 null,表示取不到有效值。
2232
2122
  # @type FlowId: Integer
2233
2123
  # @param DealNames: 订单号列表
2234
- # 注意:此字段可能返回 null,表示取不到有效值。
2235
2124
  # @type DealNames: Array
2236
2125
  # @param InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
2237
- # 注意:此字段可能返回 null,表示取不到有效值。
2238
2126
  # @type InstanceId: String
2239
2127
  # @param DealNameInstanceIdMapping: 订单和购买实例对应映射列表
2240
- # 注意:此字段可能返回 null,表示取不到有效值。
2241
2128
  # @type DealNameInstanceIdMapping: Array
2242
2129
 
2243
2130
  attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
@@ -2268,7 +2155,7 @@ module TencentCloud
2268
2155
  class CreateInstancePreRequest < TencentCloud::Common::AbstractModel
2269
2156
  # @param InstanceName: ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
2270
2157
  # @type InstanceName: String
2271
- # @param ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。需要保证传入的参数和 SubnetId 所在子网属于同一个可用区
2158
+ # @param ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。 [查看可用区](https://cloud.tencent.com/document/product/597/55246)
2272
2159
  # @type ZoneId: Integer
2273
2160
  # @param Period: 预付费购买时长,例如 "1m",就是一个月
2274
2161
  # @type Period: String
@@ -2378,7 +2265,6 @@ module TencentCloud
2378
2265
  # @param ReturnMessage: 成功消息
2379
2266
  # @type ReturnMessage: String
2380
2267
  # @param Data: 操作型返回的Data数据
2381
- # 注意:此字段可能返回 null,表示取不到有效值。
2382
2268
  # @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.CreateInstancePreData`
2383
2269
  # @param DeleteRouteTimestamp: 删除时间。目前该参数字段已废弃,将会在未来被删除
2384
2270
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2386,8 +2272,8 @@ module TencentCloud
2386
2272
 
2387
2273
  attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
2388
2274
  extend Gem::Deprecate
2389
- deprecate :DeleteRouteTimestamp, :none, 2025, 2
2390
- deprecate :DeleteRouteTimestamp=, :none, 2025, 2
2275
+ deprecate :DeleteRouteTimestamp, :none, 2025, 3
2276
+ deprecate :DeleteRouteTimestamp=, :none, 2025, 3
2391
2277
 
2392
2278
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2393
2279
  @ReturnCode = returncode
@@ -2981,22 +2867,16 @@ module TencentCloud
2981
2867
  # Ctsdb连接源参数
2982
2868
  class CtsdbConnectParam < TencentCloud::Common::AbstractModel
2983
2869
  # @param Port: Ctsdb的连接port
2984
- # 注意:此字段可能返回 null,表示取不到有效值。
2985
2870
  # @type Port: Integer
2986
2871
  # @param ServiceVip: Ctsdb连接源的实例vip
2987
- # 注意:此字段可能返回 null,表示取不到有效值。
2988
2872
  # @type ServiceVip: String
2989
2873
  # @param UniqVpcId: Ctsdb连接源的vpcId
2990
- # 注意:此字段可能返回 null,表示取不到有效值。
2991
2874
  # @type UniqVpcId: String
2992
2875
  # @param UserName: Ctsdb连接源的用户名
2993
- # 注意:此字段可能返回 null,表示取不到有效值。
2994
2876
  # @type UserName: String
2995
2877
  # @param Password: Ctsdb连接源的密码
2996
- # 注意:此字段可能返回 null,表示取不到有效值。
2997
2878
  # @type Password: String
2998
2879
  # @param Resource: Ctsdb连接源的实例资源
2999
- # 注意:此字段可能返回 null,表示取不到有效值。
3000
2880
  # @type Resource: String
3001
2881
 
3002
2882
  attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
@@ -3023,22 +2903,16 @@ module TencentCloud
3023
2903
  # Ctsdb连接源参数(更新)
3024
2904
  class CtsdbModifyConnectParam < TencentCloud::Common::AbstractModel
3025
2905
  # @param Port: Ctsdb的连接port
3026
- # 注意:此字段可能返回 null,表示取不到有效值。
3027
2906
  # @type Port: Integer
3028
2907
  # @param ServiceVip: Ctsdb连接源的实例vip
3029
- # 注意:此字段可能返回 null,表示取不到有效值。
3030
2908
  # @type ServiceVip: String
3031
2909
  # @param UniqVpcId: Ctsdb连接源的vpcId
3032
- # 注意:此字段可能返回 null,表示取不到有效值。
3033
2910
  # @type UniqVpcId: String
3034
2911
  # @param UserName: Ctsdb连接源的用户名
3035
- # 注意:此字段可能返回 null,表示取不到有效值。
3036
2912
  # @type UserName: String
3037
2913
  # @param Password: Ctsdb连接源的密码
3038
- # 注意:此字段可能返回 null,表示取不到有效值。
3039
2914
  # @type Password: String
3040
2915
  # @param Resource: Ctsdb连接源的实例资源
3041
- # 注意:此字段可能返回 null,表示取不到有效值。
3042
2916
  # @type Resource: String
3043
2917
 
3044
2918
  attr_accessor :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :Resource
@@ -3065,10 +2939,8 @@ module TencentCloud
3065
2939
  # Ctsdb类型入参
3066
2940
  class CtsdbParam < TencentCloud::Common::AbstractModel
3067
2941
  # @param Resource: 连接管理实例资源
3068
- # 注意:此字段可能返回 null,表示取不到有效值。
3069
2942
  # @type Resource: String
3070
2943
  # @param CtsdbMetric: Ctsdb的metric
3071
- # 注意:此字段可能返回 null,表示取不到有效值。
3072
2944
  # @type CtsdbMetric: String
3073
2945
 
3074
2946
  attr_accessor :Resource, :CtsdbMetric
@@ -3239,7 +3111,6 @@ module TencentCloud
3239
3111
  # Datahub请求的taskid
3240
3112
  class DatahubTaskIdRes < TencentCloud::Common::AbstractModel
3241
3113
  # @param TaskId: 任务id
3242
- # 注意:此字段可能返回 null,表示取不到有效值。
3243
3114
  # @type TaskId: String
3244
3115
 
3245
3116
  attr_accessor :TaskId
@@ -3264,28 +3135,20 @@ module TencentCloud
3264
3135
  # @param Status: 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
3265
3136
  # @type Status: Integer
3266
3137
  # @param SourceResource: 数据源
3267
- # 注意:此字段可能返回 null,表示取不到有效值。
3268
3138
  # @type SourceResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
3269
3139
  # @param TargetResource: 数据目标
3270
- # 注意:此字段可能返回 null,表示取不到有效值。
3271
3140
  # @type TargetResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
3272
3141
  # @param CreateTime: 任务创建时间
3273
- # 注意:此字段可能返回 null,表示取不到有效值。
3274
3142
  # @type CreateTime: String
3275
3143
  # @param ErrorMessage: 异常信息
3276
- # 注意:此字段可能返回 null,表示取不到有效值。
3277
3144
  # @type ErrorMessage: String
3278
3145
  # @param TaskProgress: 创建进度百分比
3279
- # 注意:此字段可能返回 null,表示取不到有效值。
3280
3146
  # @type TaskProgress: Float
3281
3147
  # @param TaskCurrentStep: 任务当前处于的步骤
3282
- # 注意:此字段可能返回 null,表示取不到有效值。
3283
3148
  # @type TaskCurrentStep: String
3284
3149
  # @param DatahubId: Datahub转储Id
3285
- # 注意:此字段可能返回 null,表示取不到有效值。
3286
3150
  # @type DatahubId: String
3287
3151
  # @param StepList: 步骤列表
3288
- # 注意:此字段可能返回 null,表示取不到有效值。
3289
3152
  # @type StepList: Array
3290
3153
 
3291
3154
  attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :CreateTime, :ErrorMessage, :TaskProgress, :TaskCurrentStep, :DatahubId, :StepList
@@ -3372,7 +3235,6 @@ module TencentCloud
3372
3235
  # @param TopicName: 主题名称
3373
3236
  # @type TopicName: String
3374
3237
  # @param TopicId: 主题Id
3375
- # 注意:此字段可能返回 null,表示取不到有效值。
3376
3238
  # @type TopicId: String
3377
3239
 
3378
3240
  attr_accessor :TopicName, :TopicId
@@ -3393,10 +3255,8 @@ module TencentCloud
3393
3255
  # @param Format: 时间格式
3394
3256
  # @type Format: String
3395
3257
  # @param TargetType: 输入类型,string,unix时间戳,默认string
3396
- # 注意:此字段可能返回 null,表示取不到有效值。
3397
3258
  # @type TargetType: String
3398
3259
  # @param TimeZone: 时区,默认GMT+8
3399
- # 注意:此字段可能返回 null,表示取不到有效值。
3400
3260
  # @type TimeZone: String
3401
3261
 
3402
3262
  attr_accessor :Format, :TargetType, :TimeZone
@@ -3417,10 +3277,8 @@ module TencentCloud
3417
3277
  # 预付费/后付费接口中,订单和 CKafka 实例映射数据结构
3418
3278
  class DealInstanceDTO < TencentCloud::Common::AbstractModel
3419
3279
  # @param DealName: 订单流水
3420
- # 注意:此字段可能返回 null,表示取不到有效值。
3421
3280
  # @type DealName: String
3422
3281
  # @param InstanceIdList: 订单流水对应购买的 CKafka 实例 id 列表
3423
- # 注意:此字段可能返回 null,表示取不到有效值。
3424
3282
  # @type InstanceIdList: Array
3425
3283
 
3426
3284
  attr_accessor :DealName, :InstanceIdList
@@ -4199,7 +4057,6 @@ module TencentCloud
4199
4057
  # 注意:此字段可能返回 null,表示取不到有效值。
4200
4058
  # @type Time: String
4201
4059
  # @param IsUnSupportVersion: 是否支持的版本
4202
- # 注意:此字段可能返回 null,表示取不到有效值。
4203
4060
  # @type IsUnSupportVersion: Boolean
4204
4061
 
4205
4062
  attr_accessor :IpAddr, :Time, :IsUnSupportVersion
@@ -4220,37 +4077,26 @@ module TencentCloud
4220
4077
  # 查询连接源具体数据的返参
4221
4078
  class DescribeConnectResource < TencentCloud::Common::AbstractModel
4222
4079
  # @param ResourceId: 连接源的Id
4223
- # 注意:此字段可能返回 null,表示取不到有效值。
4224
4080
  # @type ResourceId: String
4225
4081
  # @param ResourceName: 连接源名称
4226
- # 注意:此字段可能返回 null,表示取不到有效值。
4227
4082
  # @type ResourceName: String
4228
4083
  # @param Description: 连接源描述
4229
- # 注意:此字段可能返回 null,表示取不到有效值。
4230
4084
  # @type Description: String
4231
4085
  # @param Type: 连接源类型
4232
- # 注意:此字段可能返回 null,表示取不到有效值。
4233
4086
  # @type Type: String
4234
4087
  # @param Status: 连接源的状态
4235
- # 注意:此字段可能返回 null,表示取不到有效值。
4236
4088
  # @type Status: Integer
4237
4089
  # @param CreateTime: 连接源的创建时间
4238
- # 注意:此字段可能返回 null,表示取不到有效值。
4239
4090
  # @type CreateTime: String
4240
4091
  # @param ErrorMessage: 连接源的异常信息
4241
- # 注意:此字段可能返回 null,表示取不到有效值。
4242
4092
  # @type ErrorMessage: String
4243
4093
  # @param DatahubTaskCount: 该连接源关联的Datahub任务数
4244
- # 注意:此字段可能返回 null,表示取不到有效值。
4245
4094
  # @type DatahubTaskCount: Integer
4246
4095
  # @param CurrentStep: 连接源的当前所处步骤
4247
- # 注意:此字段可能返回 null,表示取不到有效值。
4248
4096
  # @type CurrentStep: String
4249
4097
  # @param TaskProgress: 创建进度百分比
4250
- # 注意:此字段可能返回 null,表示取不到有效值。
4251
4098
  # @type TaskProgress: Float
4252
4099
  # @param StepList: 步骤列表
4253
- # 注意:此字段可能返回 null,表示取不到有效值。
4254
4100
  # @type StepList: Array
4255
4101
  # @param DtsConnectParam: Dts配置,Type为DTS时返回
4256
4102
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4399,28 +4245,20 @@ module TencentCloud
4399
4245
  # 查询连接源具体数据的返参
4400
4246
  class DescribeConnectResourceResp < TencentCloud::Common::AbstractModel
4401
4247
  # @param ResourceId: 连接源的Id
4402
- # 注意:此字段可能返回 null,表示取不到有效值。
4403
4248
  # @type ResourceId: String
4404
4249
  # @param ResourceName: 连接源名称
4405
- # 注意:此字段可能返回 null,表示取不到有效值。
4406
4250
  # @type ResourceName: String
4407
4251
  # @param Description: 连接源描述
4408
- # 注意:此字段可能返回 null,表示取不到有效值。
4409
4252
  # @type Description: String
4410
4253
  # @param Type: 连接源类型
4411
- # 注意:此字段可能返回 null,表示取不到有效值。
4412
4254
  # @type Type: String
4413
4255
  # @param Status: 连接源的状态
4414
- # 注意:此字段可能返回 null,表示取不到有效值。
4415
4256
  # @type Status: Integer
4416
4257
  # @param CreateTime: 连接源的创建时间
4417
- # 注意:此字段可能返回 null,表示取不到有效值。
4418
4258
  # @type CreateTime: String
4419
4259
  # @param ErrorMessage: 连接源的异常信息
4420
- # 注意:此字段可能返回 null,表示取不到有效值。
4421
4260
  # @type ErrorMessage: String
4422
4261
  # @param CurrentStep: 连接源的当前所处步骤
4423
- # 注意:此字段可能返回 null,表示取不到有效值。
4424
4262
  # @type CurrentStep: String
4425
4263
  # @param StepList: 步骤列表
4426
4264
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4610,7 +4448,6 @@ module TencentCloud
4610
4448
  # @param TotalCount: 连接源个数
4611
4449
  # @type TotalCount: Integer
4612
4450
  # @param ConnectResourceList: 连接源数据
4613
- # 注意:此字段可能返回 null,表示取不到有效值。
4614
4451
  # @type ConnectResourceList: Array
4615
4452
 
4616
4453
  attr_accessor :TotalCount, :ConnectResourceList
@@ -4793,37 +4630,28 @@ module TencentCloud
4793
4630
  # @param Status: 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
4794
4631
  # @type Status: Integer
4795
4632
  # @param SourceResource: 数据源
4796
- # 注意:此字段可能返回 null,表示取不到有效值。
4797
4633
  # @type SourceResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
4798
4634
  # @param TargetResource: 数据目标
4799
- # 注意:此字段可能返回 null,表示取不到有效值。
4800
4635
  # @type TargetResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
4801
4636
  # @param Connections: Connection列表
4802
- # 注意:此字段可能返回 null,表示取不到有效值。
4803
4637
  # @type Connections: Array
4804
4638
  # @param CreateTime: 任务创建时间
4805
- # 注意:此字段可能返回 null,表示取不到有效值。
4806
4639
  # @type CreateTime: String
4807
4640
  # @param TransformParam: 消息处理规则
4808
4641
  # 注意:此字段可能返回 null,表示取不到有效值。
4809
4642
  # @type TransformParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformParam`
4810
4643
  # @param DatahubId: 数据接入ID
4811
- # 注意:此字段可能返回 null,表示取不到有效值。
4812
4644
  # @type DatahubId: String
4813
4645
  # @param SchemaId: 绑定的SchemaId
4814
- # 注意:此字段可能返回 null,表示取不到有效值。
4815
4646
  # @type SchemaId: String
4816
4647
  # @param SchemaName: 绑定的Schema名称
4817
- # 注意:此字段可能返回 null,表示取不到有效值。
4818
4648
  # @type SchemaName: String
4819
4649
  # @param TransformsParam: 数据处理规则
4820
4650
  # 注意:此字段可能返回 null,表示取不到有效值。
4821
4651
  # @type TransformsParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformsParam`
4822
4652
  # @param ErrorMessage: 异常信息
4823
- # 注意:此字段可能返回 null,表示取不到有效值。
4824
4653
  # @type ErrorMessage: String
4825
4654
  # @param Tags: 任务标签列表
4826
- # 注意:此字段可能返回 null,表示取不到有效值。
4827
4655
  # @type Tags: Array
4828
4656
 
4829
4657
  attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
@@ -4959,7 +4787,6 @@ module TencentCloud
4959
4787
  # @param TotalCount: 任务总数
4960
4788
  # @type TotalCount: Integer
4961
4789
  # @param TaskList: Datahub任务信息列表
4962
- # 注意:此字段可能返回 null,表示取不到有效值。
4963
4790
  # @type TaskList: Array
4964
4791
 
4965
4792
  attr_accessor :TotalCount, :TaskList
@@ -5034,7 +4861,6 @@ module TencentCloud
5034
4861
  # @param RetentionMs: 过期时间
5035
4862
  # @type RetentionMs: Integer
5036
4863
  # @param Note: 备注
5037
- # 注意:此字段可能返回 null,表示取不到有效值。
5038
4864
  # @type Note: String
5039
4865
  # @param UserName: 用户名
5040
4866
  # @type UserName: String
@@ -5043,7 +4869,6 @@ module TencentCloud
5043
4869
  # @param Status: 状态,1使用中,2删除中
5044
4870
  # @type Status: Integer
5045
4871
  # @param Address: 服务路由地址
5046
- # 注意:此字段可能返回 null,表示取不到有效值。
5047
4872
  # @type Address: String
5048
4873
 
5049
4874
  attr_accessor :Name, :TopicName, :TopicId, :PartitionNum, :RetentionMs, :Note, :UserName, :Password, :Status, :Address
@@ -5139,7 +4964,6 @@ module TencentCloud
5139
4964
  # @param TotalCount: 总数
5140
4965
  # @type TotalCount: Integer
5141
4966
  # @param TopicList: Topic列表
5142
- # 注意:此字段可能返回 null,表示取不到有效值。
5143
4967
  # @type TopicList: Array
5144
4968
 
5145
4969
  attr_accessor :TotalCount, :TopicList
@@ -6182,31 +6006,22 @@ module TencentCloud
6182
6006
  # Doris 连接源参数
6183
6007
  class DorisConnectParam < TencentCloud::Common::AbstractModel
6184
6008
  # @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
6185
- # 注意:此字段可能返回 null,表示取不到有效值。
6186
6009
  # @type Port: Integer
6187
6010
  # @param UserName: Doris 连接源的用户名
6188
- # 注意:此字段可能返回 null,表示取不到有效值。
6189
6011
  # @type UserName: String
6190
6012
  # @param Password: Doris 连接源的密码
6191
- # 注意:此字段可能返回 null,表示取不到有效值。
6192
6013
  # @type Password: String
6193
6014
  # @param Resource: Doris 连接源的实例资源
6194
- # 注意:此字段可能返回 null,表示取不到有效值。
6195
6015
  # @type Resource: String
6196
6016
  # @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
6197
- # 注意:此字段可能返回 null,表示取不到有效值。
6198
6017
  # @type ServiceVip: String
6199
6018
  # @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
6200
- # 注意:此字段可能返回 null,表示取不到有效值。
6201
6019
  # @type UniqVpcId: String
6202
6020
  # @param IsUpdate: 是否更新到关联的Datahub任务
6203
- # 注意:此字段可能返回 null,表示取不到有效值。
6204
6021
  # @type IsUpdate: Boolean
6205
6022
  # @param SelfBuilt: Doris 连接源是否为自建集群
6206
- # 注意:此字段可能返回 null,表示取不到有效值。
6207
6023
  # @type SelfBuilt: Boolean
6208
6024
  # @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
6209
- # 注意:此字段可能返回 null,表示取不到有效值。
6210
6025
  # @type BePort: Integer
6211
6026
 
6212
6027
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :SelfBuilt, :BePort
@@ -6239,31 +6054,22 @@ module TencentCloud
6239
6054
  # Doris 连接源修改参数
6240
6055
  class DorisModifyConnectParam < TencentCloud::Common::AbstractModel
6241
6056
  # @param Resource: Doris 连接源的实例资源
6242
- # 注意:此字段可能返回 null,表示取不到有效值。
6243
6057
  # @type Resource: String
6244
6058
  # @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
6245
- # 注意:此字段可能返回 null,表示取不到有效值。
6246
6059
  # @type Port: Integer
6247
6060
  # @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
6248
- # 注意:此字段可能返回 null,表示取不到有效值。
6249
6061
  # @type ServiceVip: String
6250
6062
  # @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
6251
- # 注意:此字段可能返回 null,表示取不到有效值。
6252
6063
  # @type UniqVpcId: String
6253
6064
  # @param UserName: Doris 连接源的用户名
6254
- # 注意:此字段可能返回 null,表示取不到有效值。
6255
6065
  # @type UserName: String
6256
6066
  # @param Password: Doris 连接源的密码
6257
- # 注意:此字段可能返回 null,表示取不到有效值。
6258
6067
  # @type Password: String
6259
6068
  # @param IsUpdate: 是否更新到关联的Datahub任务
6260
- # 注意:此字段可能返回 null,表示取不到有效值。
6261
6069
  # @type IsUpdate: Boolean
6262
6070
  # @param SelfBuilt: Doris 连接源是否为自建集群
6263
- # 注意:此字段可能返回 null,表示取不到有效值。
6264
6071
  # @type SelfBuilt: Boolean
6265
6072
  # @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
6266
- # 注意:此字段可能返回 null,表示取不到有效值。
6267
6073
  # @type BePort: Integer
6268
6074
 
6269
6075
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :SelfBuilt, :BePort
@@ -6296,19 +6102,14 @@ module TencentCloud
6296
6102
  # dip失败消息写入cls的配置
6297
6103
  class DropCls < TencentCloud::Common::AbstractModel
6298
6104
  # @param DropInvalidMessageToCls: 是否投递到cls
6299
- # 注意:此字段可能返回 null,表示取不到有效值。
6300
6105
  # @type DropInvalidMessageToCls: Boolean
6301
6106
  # @param DropClsRegion: 投递cls的地域
6302
- # 注意:此字段可能返回 null,表示取不到有效值。
6303
6107
  # @type DropClsRegion: String
6304
6108
  # @param DropClsOwneruin: 投递cls的账号
6305
- # 注意:此字段可能返回 null,表示取不到有效值。
6306
6109
  # @type DropClsOwneruin: String
6307
6110
  # @param DropClsTopicId: 投递cls的主题
6308
- # 注意:此字段可能返回 null,表示取不到有效值。
6309
6111
  # @type DropClsTopicId: String
6310
6112
  # @param DropClsLogSet: 投递cls的日志集id
6311
- # 注意:此字段可能返回 null,表示取不到有效值。
6312
6113
  # @type DropClsLogSet: String
6313
6114
 
6314
6115
  attr_accessor :DropInvalidMessageToCls, :DropClsRegion, :DropClsOwneruin, :DropClsTopicId, :DropClsLogSet
@@ -6333,25 +6134,18 @@ module TencentCloud
6333
6134
  # Dts连接源参数
6334
6135
  class DtsConnectParam < TencentCloud::Common::AbstractModel
6335
6136
  # @param Port: Dts的连接port
6336
- # 注意:此字段可能返回 null,表示取不到有效值。
6337
6137
  # @type Port: Integer
6338
6138
  # @param GroupId: Dts消费分组的Id
6339
- # 注意:此字段可能返回 null,表示取不到有效值。
6340
6139
  # @type GroupId: String
6341
6140
  # @param UserName: Dts消费分组的账号
6342
- # 注意:此字段可能返回 null,表示取不到有效值。
6343
6141
  # @type UserName: String
6344
6142
  # @param Password: Dts消费分组的密码
6345
- # 注意:此字段可能返回 null,表示取不到有效值。
6346
6143
  # @type Password: String
6347
6144
  # @param Resource: Dts实例Id
6348
- # 注意:此字段可能返回 null,表示取不到有效值。
6349
6145
  # @type Resource: String
6350
6146
  # @param Topic: Dts订阅的topic
6351
- # 注意:此字段可能返回 null,表示取不到有效值。
6352
6147
  # @type Topic: String
6353
6148
  # @param IsUpdate: 是否更新到关联的Datahub任务
6354
- # 注意:此字段可能返回 null,表示取不到有效值。
6355
6149
  # @type IsUpdate: Boolean
6356
6150
 
6357
6151
  attr_accessor :Port, :GroupId, :UserName, :Password, :Resource, :Topic, :IsUpdate
@@ -6420,28 +6214,20 @@ module TencentCloud
6420
6214
  # Dts类型入参
6421
6215
  class DtsParam < TencentCloud::Common::AbstractModel
6422
6216
  # @param Resource: Dts实例Id
6423
- # 注意:此字段可能返回 null,表示取不到有效值。
6424
6217
  # @type Resource: String
6425
6218
  # @param Ip: Dts的连接ip
6426
- # 注意:此字段可能返回 null,表示取不到有效值。
6427
6219
  # @type Ip: String
6428
6220
  # @param Port: Dts的连接port
6429
- # 注意:此字段可能返回 null,表示取不到有效值。
6430
6221
  # @type Port: Integer
6431
6222
  # @param Topic: Dts订阅的topic
6432
- # 注意:此字段可能返回 null,表示取不到有效值。
6433
6223
  # @type Topic: String
6434
6224
  # @param GroupId: Dts消费分组的Id
6435
- # 注意:此字段可能返回 null,表示取不到有效值。
6436
6225
  # @type GroupId: String
6437
6226
  # @param GroupUser: Dts消费分组的账号
6438
- # 注意:此字段可能返回 null,表示取不到有效值。
6439
6227
  # @type GroupUser: String
6440
6228
  # @param GroupPassword: Dts消费分组的密码
6441
- # 注意:此字段可能返回 null,表示取不到有效值。
6442
6229
  # @type GroupPassword: String
6443
6230
  # @param TranSql: false同步原始数据,true同步解析后的json格式数据,默认true
6444
- # 注意:此字段可能返回 null,表示取不到有效值。
6445
6231
  # @type TranSql: Boolean
6446
6232
 
6447
6233
  attr_accessor :Resource, :Ip, :Port, :Topic, :GroupId, :GroupUser, :GroupPassword, :TranSql
@@ -6536,25 +6322,18 @@ module TencentCloud
6536
6322
  # Es连接源参数
6537
6323
  class EsConnectParam < TencentCloud::Common::AbstractModel
6538
6324
  # @param Port: Es的连接port
6539
- # 注意:此字段可能返回 null,表示取不到有效值。
6540
6325
  # @type Port: Integer
6541
6326
  # @param UserName: Es连接源的用户名
6542
- # 注意:此字段可能返回 null,表示取不到有效值。
6543
6327
  # @type UserName: String
6544
6328
  # @param Password: Es连接源的密码
6545
- # 注意:此字段可能返回 null,表示取不到有效值。
6546
6329
  # @type Password: String
6547
6330
  # @param Resource: Es连接源的实例资源
6548
- # 注意:此字段可能返回 null,表示取不到有效值。
6549
6331
  # @type Resource: String
6550
6332
  # @param SelfBuilt: Es连接源是否为自建集群
6551
- # 注意:此字段可能返回 null,表示取不到有效值。
6552
6333
  # @type SelfBuilt: Boolean
6553
6334
  # @param ServiceVip: Es连接源的实例vip,当为腾讯云实例时,必填
6554
- # 注意:此字段可能返回 null,表示取不到有效值。
6555
6335
  # @type ServiceVip: String
6556
6336
  # @param UniqVpcId: Es连接源的vpcId,当为腾讯云实例时,必填
6557
- # 注意:此字段可能返回 null,表示取不到有效值。
6558
6337
  # @type UniqVpcId: String
6559
6338
  # @param IsUpdate: 是否更新到关联的Datahub任务
6560
6339
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6588,28 +6367,20 @@ module TencentCloud
6588
6367
  # Es修改连接源参数
6589
6368
  class EsModifyConnectParam < TencentCloud::Common::AbstractModel
6590
6369
  # @param Resource: Es连接源的实例资源【不支持修改】
6591
- # 注意:此字段可能返回 null,表示取不到有效值。
6592
6370
  # @type Resource: String
6593
6371
  # @param Port: Es的连接port【不支持修改】
6594
- # 注意:此字段可能返回 null,表示取不到有效值。
6595
6372
  # @type Port: Integer
6596
6373
  # @param ServiceVip: Es连接源的实例vip【不支持修改】
6597
- # 注意:此字段可能返回 null,表示取不到有效值。
6598
6374
  # @type ServiceVip: String
6599
6375
  # @param UniqVpcId: Es连接源的vpcId【不支持修改】
6600
- # 注意:此字段可能返回 null,表示取不到有效值。
6601
6376
  # @type UniqVpcId: String
6602
6377
  # @param UserName: Es连接源的用户名
6603
- # 注意:此字段可能返回 null,表示取不到有效值。
6604
6378
  # @type UserName: String
6605
6379
  # @param Password: Es连接源的密码
6606
- # 注意:此字段可能返回 null,表示取不到有效值。
6607
6380
  # @type Password: String
6608
6381
  # @param SelfBuilt: Es连接源是否为自建集群【不支持修改】
6609
- # 注意:此字段可能返回 null,表示取不到有效值。
6610
6382
  # @type SelfBuilt: Boolean
6611
6383
  # @param IsUpdate: 是否更新到关联的Datahub任务
6612
- # 注意:此字段可能返回 null,表示取不到有效值。
6613
6384
  # @type IsUpdate: Boolean
6614
6385
 
6615
6386
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
@@ -6640,64 +6411,44 @@ module TencentCloud
6640
6411
  # Es类型入参
6641
6412
  class EsParam < TencentCloud::Common::AbstractModel
6642
6413
  # @param Resource: Es实例资源Id
6643
- # 注意:此字段可能返回 null,表示取不到有效值。
6644
6414
  # @type Resource: String
6645
6415
  # @param Port: Es的连接port
6646
- # 注意:此字段可能返回 null,表示取不到有效值。
6647
6416
  # @type Port: Integer
6648
6417
  # @param UserName: Es用户名
6649
- # 注意:此字段可能返回 null,表示取不到有效值。
6650
6418
  # @type UserName: String
6651
6419
  # @param Password: Es密码
6652
- # 注意:此字段可能返回 null,表示取不到有效值。
6653
6420
  # @type Password: String
6654
6421
  # @param SelfBuilt: 是否为自建集群
6655
- # 注意:此字段可能返回 null,表示取不到有效值。
6656
6422
  # @type SelfBuilt: Boolean
6657
6423
  # @param ServiceVip: 实例vip
6658
- # 注意:此字段可能返回 null,表示取不到有效值。
6659
6424
  # @type ServiceVip: String
6660
6425
  # @param UniqVpcId: 实例的vpcId
6661
- # 注意:此字段可能返回 null,表示取不到有效值。
6662
6426
  # @type UniqVpcId: String
6663
6427
  # @param DropInvalidMessage: Es是否抛弃解析失败的消息
6664
- # 注意:此字段可能返回 null,表示取不到有效值。
6665
6428
  # @type DropInvalidMessage: Boolean
6666
6429
  # @param Index: Es自定义index名称
6667
- # 注意:此字段可能返回 null,表示取不到有效值。
6668
6430
  # @type Index: String
6669
6431
  # @param DateFormat: Es自定义日期后缀
6670
- # 注意:此字段可能返回 null,表示取不到有效值。
6671
6432
  # @type DateFormat: String
6672
6433
  # @param ContentKey: 非json格式数据的自定义key
6673
- # 注意:此字段可能返回 null,表示取不到有效值。
6674
6434
  # @type ContentKey: String
6675
6435
  # @param DropInvalidJsonMessage: Es是否抛弃非json格式的消息
6676
- # 注意:此字段可能返回 null,表示取不到有效值。
6677
6436
  # @type DropInvalidJsonMessage: Boolean
6678
6437
  # @param DocumentIdField: 转储到Es中的文档ID取值字段名
6679
- # 注意:此字段可能返回 null,表示取不到有效值。
6680
6438
  # @type DocumentIdField: String
6681
6439
  # @param IndexType: Es自定义index名称的类型,STRING,JSONPATH,默认为STRING
6682
- # 注意:此字段可能返回 null,表示取不到有效值。
6683
6440
  # @type IndexType: String
6684
6441
  # @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
6685
- # 注意:此字段可能返回 null,表示取不到有效值。
6686
6442
  # @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
6687
6443
  # @param DatabasePrimaryKey: 转储到ES的消息为Database的binlog时,如果需要同步数据库操作,即增删改的操作到ES时填写数据库表主键
6688
- # 注意:此字段可能返回 null,表示取不到有效值。
6689
6444
  # @type DatabasePrimaryKey: String
6690
6445
  # @param DropDlq: 死信队列
6691
- # 注意:此字段可能返回 null,表示取不到有效值。
6692
6446
  # @type DropDlq: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
6693
6447
  # @param RecordMappingList: 使用数据订阅格式导入 es 时,消息与 es 索引字段映射关系。不填默认为默认字段匹配
6694
- # 注意:此字段可能返回 null,表示取不到有效值。
6695
6448
  # @type RecordMappingList: Array
6696
6449
  # @param DateField: 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
6697
- # 注意:此字段可能返回 null,表示取不到有效值。
6698
6450
  # @type DateField: String
6699
6451
  # @param RecordMappingMode: 用来区分当前索引映射,属于新建索引还是存量索引。"EXIST_MAPPING":从存量索引中选择;"NEW_MAPPING":新建索引
6700
- # 注意:此字段可能返回 null,表示取不到有效值。
6701
6452
  # @type RecordMappingMode: String
6702
6453
 
6703
6454
  attr_accessor :Resource, :Port, :UserName, :Password, :SelfBuilt, :ServiceVip, :UniqVpcId, :DropInvalidMessage, :Index, :DateFormat, :ContentKey, :DropInvalidJsonMessage, :DocumentIdField, :IndexType, :DropCls, :DatabasePrimaryKey, :DropDlq, :RecordMappingList, :DateField, :RecordMappingMode
@@ -6765,10 +6516,8 @@ module TencentCloud
6765
6516
  # 消息字段与 es 索引的映射关系
6766
6517
  class EsRecordMapping < TencentCloud::Common::AbstractModel
6767
6518
  # @param ColumnName: es 索引成员名称
6768
- # 注意:此字段可能返回 null,表示取不到有效值。
6769
6519
  # @type ColumnName: String
6770
6520
  # @param JsonKey: 消息字段名称
6771
- # 注意:此字段可能返回 null,表示取不到有效值。
6772
6521
  # @type JsonKey: String
6773
6522
 
6774
6523
  attr_accessor :ColumnName, :JsonKey
@@ -6831,10 +6580,8 @@ module TencentCloud
6831
6580
  # @param MaxRetryAttempts: 重试次数
6832
6581
  # @type MaxRetryAttempts: Integer
6833
6582
  # @param TopicParam: DIP Topic类型死信队列
6834
- # 注意:此字段可能返回 null,表示取不到有效值。
6835
6583
  # @type TopicParam: :class:`Tencentcloud::Ckafka.v20190819.models.TopicParam`
6836
6584
  # @param DlqType: 死信队列类型,CKAFKA,TOPIC
6837
- # 注意:此字段可能返回 null,表示取不到有效值。
6838
6585
  # @type DlqType: String
6839
6586
 
6840
6587
  attr_accessor :Type, :KafkaParam, :RetryInterval, :MaxRetryAttempts, :TopicParam, :DlqType
@@ -7140,25 +6887,18 @@ module TencentCloud
7140
6887
  # @param Analyse: 解析
7141
6888
  # @type Analyse: :class:`Tencentcloud::Ckafka.v20190819.models.AnalyseParam`
7142
6889
  # @param SecondaryAnalyse: 二次解析
7143
- # 注意:此字段可能返回 null,表示取不到有效值。
7144
6890
  # @type SecondaryAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.SecondaryAnalyseParam`
7145
6891
  # @param SMT: 数据处理
7146
- # 注意:此字段可能返回 null,表示取不到有效值。
7147
6892
  # @type SMT: Array
7148
6893
  # @param Result: 测试结果
7149
- # 注意:此字段可能返回 null,表示取不到有效值。
7150
6894
  # @type Result: String
7151
6895
  # @param AnalyseResult: 解析结果
7152
- # 注意:此字段可能返回 null,表示取不到有效值。
7153
6896
  # @type AnalyseResult: Array
7154
6897
  # @param SecondaryAnalyseResult: 二次解析结果
7155
- # 注意:此字段可能返回 null,表示取不到有效值。
7156
6898
  # @type SecondaryAnalyseResult: Array
7157
6899
  # @param AnalyseJsonResult: JSON格式解析结果
7158
- # 注意:此字段可能返回 null,表示取不到有效值。
7159
6900
  # @type AnalyseJsonResult: String
7160
6901
  # @param SecondaryAnalyseJsonResult: JSON格式二次解析结果
7161
- # 注意:此字段可能返回 null,表示取不到有效值。
7162
6902
  # @type SecondaryAnalyseJsonResult: String
7163
6903
 
7164
6904
  attr_accessor :Analyse, :SecondaryAnalyse, :SMT, :Result, :AnalyseResult, :SecondaryAnalyseResult, :AnalyseJsonResult, :SecondaryAnalyseJsonResult
@@ -7365,7 +7105,6 @@ module TencentCloud
7365
7105
  # @param Topic: 分配的 topic 名称
7366
7106
  # @type Topic: String
7367
7107
  # @param Partitions: 分配的 partition 信息
7368
- # 注意:此字段可能返回 null,表示取不到有效值。
7369
7108
  # @type Partitions: Array
7370
7109
 
7371
7110
  attr_accessor :Topic, :Partitions
@@ -7388,7 +7127,6 @@ module TencentCloud
7388
7127
  # @param Offset: consumer 提交的 offset 位置
7389
7128
  # @type Offset: Integer
7390
7129
  # @param Metadata: 支持消费者提交消息时,传入 metadata 作为它用,当前一般为空字符串
7391
- # 注意:此字段可能返回 null,表示取不到有效值。
7392
7130
  # @type Metadata: String
7393
7131
  # @param ErrorCode: 错误码
7394
7132
  # @type ErrorCode: Integer
@@ -7423,7 +7161,6 @@ module TencentCloud
7423
7161
  # @param TotalCount: 符合调节的总结果数
7424
7162
  # @type TotalCount: Integer
7425
7163
  # @param TopicList: 该主题分区数组,其中每个元素为一个 json object
7426
- # 注意:此字段可能返回 null,表示取不到有效值。
7427
7164
  # @type TopicList: Array
7428
7165
 
7429
7166
  attr_accessor :TotalCount, :TopicList
@@ -7451,7 +7188,6 @@ module TencentCloud
7451
7188
  # @param Topic: 主题名称
7452
7189
  # @type Topic: String
7453
7190
  # @param Partitions: 该主题分区数组,其中每个元素为一个 json object
7454
- # 注意:此字段可能返回 null,表示取不到有效值。
7455
7191
  # @type Partitions: Array
7456
7192
 
7457
7193
  attr_accessor :Topic, :Partitions
@@ -7477,13 +7213,10 @@ module TencentCloud
7477
7213
  # DescribeGroup的返回
7478
7214
  class GroupResponse < TencentCloud::Common::AbstractModel
7479
7215
  # @param TotalCount: 计数
7480
- # 注意:此字段可能返回 null,表示取不到有效值。
7481
7216
  # @type TotalCount: Integer
7482
7217
  # @param GroupList: GroupList
7483
- # 注意:此字段可能返回 null,表示取不到有效值。
7484
7218
  # @type GroupList: Array
7485
7219
  # @param GroupCountQuota: 消费分组配额
7486
- # 注意:此字段可能返回 null,表示取不到有效值。
7487
7220
  # @type GroupCountQuota: Integer
7488
7221
 
7489
7222
  attr_accessor :TotalCount, :GroupList, :GroupCountQuota
@@ -7584,7 +7317,6 @@ module TencentCloud
7584
7317
  # InquireCkafkaPrice接口询价返回值
7585
7318
  class InquireCkafkaPriceResp < TencentCloud::Common::AbstractModel
7586
7319
  # @param InstancePrice: 实例价格
7587
- # 注意:此字段可能返回 null,表示取不到有效值。
7588
7320
  # @type InstancePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryPrice`
7589
7321
  # @param PublicNetworkBandwidthPrice: 公网带宽价格
7590
7322
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7635,19 +7367,14 @@ module TencentCloud
7635
7367
  # 询价返回参数
7636
7368
  class InquiryBasePrice < TencentCloud::Common::AbstractModel
7637
7369
  # @param UnitPrice: 单位原价
7638
- # 注意:此字段可能返回 null,表示取不到有效值。
7639
7370
  # @type UnitPrice: Float
7640
7371
  # @param UnitPriceDiscount: 折扣单位价格
7641
- # 注意:此字段可能返回 null,表示取不到有效值。
7642
7372
  # @type UnitPriceDiscount: Float
7643
7373
  # @param OriginalPrice: 合计原价
7644
- # 注意:此字段可能返回 null,表示取不到有效值。
7645
7374
  # @type OriginalPrice: Float
7646
7375
  # @param DiscountPrice: 折扣合计价格
7647
- # 注意:此字段可能返回 null,表示取不到有效值。
7648
7376
  # @type DiscountPrice: Float
7649
7377
  # @param Discount: 折扣(单位是%)
7650
- # 注意:此字段可能返回 null,表示取不到有效值。
7651
7378
  # @type Discount: Float
7652
7379
  # @param GoodsNum: 商品数量
7653
7380
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7665,7 +7392,6 @@ module TencentCloud
7665
7392
  # 注意:此字段可能返回 null,表示取不到有效值。
7666
7393
  # @type TimeUnit: String
7667
7394
  # @param Value: 购买数量
7668
- # 注意:此字段可能返回 null,表示取不到有效值。
7669
7395
  # @type Value: Integer
7670
7396
 
7671
7397
  attr_accessor :UnitPrice, :UnitPriceDiscount, :OriginalPrice, :DiscountPrice, :Discount, :GoodsNum, :Currency, :DiskType, :TimeSpan, :TimeUnit, :Value
@@ -7714,7 +7440,6 @@ module TencentCloud
7714
7440
  # 注意:此字段可能返回 null,表示取不到有效值。
7715
7441
  # @type TopicPrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
7716
7442
  # @param InstanceTypePrice: 实例套餐价格
7717
- # 注意:此字段可能返回 null,表示取不到有效值。
7718
7443
  # @type InstanceTypePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
7719
7444
 
7720
7445
  attr_accessor :BandwidthPrice, :DiskPrice, :PartitionPrice, :TopicPrice, :InstanceTypePrice
@@ -7774,34 +7499,25 @@ module TencentCloud
7774
7499
  # 询价返回参数
7775
7500
  class InquiryPrice < TencentCloud::Common::AbstractModel
7776
7501
  # @param UnitPrice: 单位原价
7777
- # 注意:此字段可能返回 null,表示取不到有效值。
7778
7502
  # @type UnitPrice: Float
7779
7503
  # @param UnitPriceDiscount: 折扣单位价格
7780
- # 注意:此字段可能返回 null,表示取不到有效值。
7781
7504
  # @type UnitPriceDiscount: Float
7782
7505
  # @param OriginalPrice: 合计原价
7783
- # 注意:此字段可能返回 null,表示取不到有效值。
7784
7506
  # @type OriginalPrice: Float
7785
7507
  # @param DiscountPrice: 折扣合计价格
7786
- # 注意:此字段可能返回 null,表示取不到有效值。
7787
7508
  # @type DiscountPrice: Float
7788
7509
  # @param Discount: 折扣(单位是%)
7789
- # 注意:此字段可能返回 null,表示取不到有效值。
7790
7510
  # @type Discount: Float
7791
7511
  # @param GoodsNum: 商品数量
7792
- # 注意:此字段可能返回 null,表示取不到有效值。
7793
7512
  # @type GoodsNum: Integer
7794
7513
  # @param Currency: 付费货币
7795
- # 注意:此字段可能返回 null,表示取不到有效值。
7796
7514
  # @type Currency: String
7797
7515
  # @param DiskType: 硬盘专用返回参数
7798
7516
  # 注意:此字段可能返回 null,表示取不到有效值。
7799
7517
  # @type DiskType: String
7800
7518
  # @param TimeSpan: 购买时长
7801
- # 注意:此字段可能返回 null,表示取不到有效值。
7802
7519
  # @type TimeSpan: Integer
7803
7520
  # @param TimeUnit: 购买时长单位("m"按月, "h"按小时)
7804
- # 注意:此字段可能返回 null,表示取不到有效值。
7805
7521
  # @type TimeUnit: String
7806
7522
  # @param Value: 购买数量
7807
7523
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7875,7 +7591,6 @@ module TencentCloud
7875
7591
  # @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
7876
7592
  # @type Status: Integer
7877
7593
  # @param IfCommunity: 是否开源实例。开源:true,不开源:false
7878
- # 注意:此字段可能返回 null,表示取不到有效值。
7879
7594
  # @type IfCommunity: Boolean
7880
7595
 
7881
7596
  attr_accessor :InstanceId, :InstanceName, :Status, :IfCommunity
@@ -7938,60 +7653,42 @@ module TencentCloud
7938
7653
  # @param CreatedTopics: 当前创建主题数
7939
7654
  # @type CreatedTopics: Integer
7940
7655
  # @param Tags: 标签数组
7941
- # 注意:此字段可能返回 null,表示取不到有效值。
7942
7656
  # @type Tags: Array
7943
7657
  # @param ExpireTime: 过期时间
7944
- # 注意:此字段可能返回 null,表示取不到有效值。
7945
7658
  # @type ExpireTime: Integer
7946
7659
  # @param ZoneIds: 可用区列表
7947
- # 注意:此字段可能返回 null,表示取不到有效值。
7948
7660
  # @type ZoneIds: Array
7949
7661
  # @param Version: ckafka集群实例版本
7950
- # 注意:此字段可能返回 null,表示取不到有效值。
7951
7662
  # @type Version: String
7952
7663
  # @param MaxGroupNum: 最大分组数
7953
- # 注意:此字段可能返回 null,表示取不到有效值。
7954
7664
  # @type MaxGroupNum: Integer
7955
7665
  # @param Cvm: 售卖类型,0:标准版,1:专业版
7956
- # 注意:此字段可能返回 null,表示取不到有效值。
7957
7666
  # @type Cvm: Integer
7958
7667
  # @param InstanceType: 类型
7959
- # 注意:此字段可能返回 null,表示取不到有效值。
7960
7668
  # @type InstanceType: String
7961
7669
  # @param Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
7962
- # 注意:此字段可能返回 null,表示取不到有效值。
7963
7670
  # @type Features: Array
7964
7671
  # @param RetentionTimeConfig: 动态消息保留策略
7965
- # 注意:此字段可能返回 null,表示取不到有效值。
7966
7672
  # @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicRetentionTime`
7967
7673
  # @param MaxConnection: 最大连接数
7968
- # 注意:此字段可能返回 null,表示取不到有效值。
7969
7674
  # @type MaxConnection: Integer
7970
7675
  # @param PublicNetwork: 公网带宽
7971
- # 注意:此字段可能返回 null,表示取不到有效值。
7972
7676
  # @type PublicNetwork: Integer
7973
7677
  # @param DeleteRouteTimestamp: 时间
7974
- # 注意:此字段可能返回 null,表示取不到有效值。
7975
7678
  # @type DeleteRouteTimestamp: String
7976
7679
  # @param RemainingPartitions: 剩余创建分区数
7977
- # 注意:此字段可能返回 null,表示取不到有效值。
7978
7680
  # @type RemainingPartitions: Integer
7979
7681
  # @param RemainingTopics: 剩余创建主题数
7980
- # 注意:此字段可能返回 null,表示取不到有效值。
7981
7682
  # @type RemainingTopics: Integer
7982
7683
  # @param DynamicDiskConfig: 动态硬盘扩容策略
7983
- # 注意:此字段可能返回 null,表示取不到有效值。
7984
7684
  # @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
7985
7685
  # @param InstanceChargeType: 实例计费类型
7986
- # 注意:此字段可能返回 null,表示取不到有效值。
7987
7686
  # @type InstanceChargeType: String
7988
7687
  # @param ClusterType: 集群类型
7989
- # 注意:此字段可能返回 null,表示取不到有效值。
7990
7688
  # @type ClusterType: String
7991
7689
  # @param FreePartitionNumber: 免费分区数量
7992
7690
  # @type FreePartitionNumber: Integer
7993
7691
  # @param ElasticFloatBandwidth: 弹性带宽上浮值
7994
- # 注意:此字段可能返回 null,表示取不到有效值。
7995
7692
  # @type ElasticFloatBandwidth: Integer
7996
7693
  # @param CustomCertId: ssl自定义证书id
7997
7694
  # @type CustomCertId: String
@@ -8159,7 +7856,6 @@ module TencentCloud
8159
7856
  # 删除实例返回任务
8160
7857
  class InstanceDeleteResponse < TencentCloud::Common::AbstractModel
8161
7858
  # @param FlowId: 删除实例返回的任务Id
8162
- # 注意:此字段可能返回 null,表示取不到有效值。
8163
7859
  # @type FlowId: Integer
8164
7860
 
8165
7861
  attr_accessor :FlowId
@@ -8214,43 +7910,30 @@ module TencentCloud
8214
7910
  # @param Tags: 标识tag
8215
7911
  # @type Tags: Array
8216
7912
  # @param Version: kafka版本信息
8217
- # 注意:此字段可能返回 null,表示取不到有效值。
8218
7913
  # @type Version: String
8219
7914
  # @param ZoneIds: 跨可用区
8220
- # 注意:此字段可能返回 null,表示取不到有效值。
8221
7915
  # @type ZoneIds: Array
8222
7916
  # @param Cvm: ckafka售卖类型
8223
- # 注意:此字段可能返回 null,表示取不到有效值。
8224
7917
  # @type Cvm: Integer
8225
7918
  # @param InstanceType: ckafka集群实例类型
8226
- # 注意:此字段可能返回 null,表示取不到有效值。
8227
7919
  # @type InstanceType: String
8228
7920
  # @param DiskType: ckafka集群实例磁盘类型
8229
- # 注意:此字段可能返回 null,表示取不到有效值。
8230
7921
  # @type DiskType: String
8231
7922
  # @param MaxTopicNumber: 当前规格最大Topic数
8232
- # 注意:此字段可能返回 null,表示取不到有效值。
8233
7923
  # @type MaxTopicNumber: Integer
8234
7924
  # @param MaxPartitionNumber: 当前规格最大Partition数
8235
- # 注意:此字段可能返回 null,表示取不到有效值。
8236
7925
  # @type MaxPartitionNumber: Integer
8237
7926
  # @param RebalanceTime: 计划升级配置时间
8238
- # 注意:此字段可能返回 null,表示取不到有效值。
8239
7927
  # @type RebalanceTime: String
8240
7928
  # @param PartitionNumber: 实例当前partition数量
8241
- # 注意:此字段可能返回 null,表示取不到有效值。
8242
7929
  # @type PartitionNumber: Integer
8243
7930
  # @param PublicNetworkChargeType: ckafka集群实例公网带宽类型
8244
- # 注意:此字段可能返回 null,表示取不到有效值。
8245
7931
  # @type PublicNetworkChargeType: String
8246
7932
  # @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
8247
- # 注意:此字段可能返回 null,表示取不到有效值。
8248
7933
  # @type PublicNetwork: Integer
8249
7934
  # @param ClusterType: ckafka集群实例底层集群类型
8250
- # 注意:此字段可能返回 null,表示取不到有效值。
8251
7935
  # @type ClusterType: String
8252
7936
  # @param Features: 实例功能列表
8253
- # 注意:此字段可能返回 null,表示取不到有效值。
8254
7937
  # @type Features: Array
8255
7938
 
8256
7939
  attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :VipList, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :RenewFlag, :Healthy, :HealthyMessage, :CreateTime, :ExpireTime, :IsInternal, :TopicNum, :Tags, :Version, :ZoneIds, :Cvm, :InstanceType, :DiskType, :MaxTopicNumber, :MaxPartitionNumber, :RebalanceTime, :PartitionNumber, :PublicNetworkChargeType, :PublicNetwork, :ClusterType, :Features
@@ -8392,10 +8075,8 @@ module TencentCloud
8392
8075
  # 聚合的实例状态返回结果
8393
8076
  class InstanceResponse < TencentCloud::Common::AbstractModel
8394
8077
  # @param InstanceList: 符合条件的实例列表
8395
- # 注意:此字段可能返回 null,表示取不到有效值。
8396
8078
  # @type InstanceList: Array
8397
8079
  # @param TotalCount: 符合条件的结果总数
8398
- # 注意:此字段可能返回 null,表示取不到有效值。
8399
8080
  # @type TotalCount: Integer
8400
8081
 
8401
8082
  attr_accessor :InstanceList, :TotalCount
@@ -8530,7 +8211,6 @@ module TencentCloud
8530
8211
  # @param Regex: key-value二次解析分隔符
8531
8212
  # @type Regex: String
8532
8213
  # @param KeepOriginalKey: 保留源Key,默认为false不保留
8533
- # 注意:此字段可能返回 null,表示取不到有效值。
8534
8214
  # @type KeepOriginalKey: String
8535
8215
 
8536
8216
  attr_accessor :Delimiter, :Regex, :KeepOriginalKey
@@ -8551,19 +8231,15 @@ module TencentCloud
8551
8231
  # Kafka连接源参数
8552
8232
  class KafkaConnectParam < TencentCloud::Common::AbstractModel
8553
8233
  # @param Resource: Kafka连接源的实例资源, 非自建时必填,NetworkType=VPC时传clb实例id
8554
- # 注意:此字段可能返回 null,表示取不到有效值。
8555
8234
  # @type Resource: String
8556
8235
  # @param SelfBuilt: 是否为自建集群
8557
- # 注意:此字段可能返回 null,表示取不到有效值。
8558
8236
  # @type SelfBuilt: Boolean
8559
8237
  # @param IsUpdate: 是否更新到关联的Dip任务
8560
8238
  # 注意:此字段可能返回 null,表示取不到有效值。
8561
8239
  # @type IsUpdate: Boolean
8562
8240
  # @param BrokerAddress: Kafka连接的broker地址, NetworkType=PUBLIC公网时必填
8563
- # 注意:此字段可能返回 null,表示取不到有效值。
8564
8241
  # @type BrokerAddress: String
8565
8242
  # @param Region: CKafka连接源的实例资源地域, 跨地域时必填
8566
- # 注意:此字段可能返回 null,表示取不到有效值。
8567
8243
  # @type Region: String
8568
8244
 
8569
8245
  attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
@@ -8615,31 +8291,23 @@ module TencentCloud
8615
8291
  # 注意:此字段可能返回 null,表示取不到有效值。
8616
8292
  # @type EnableToleration: Boolean
8617
8293
  # @param QpsLimit: Qps 限制
8618
- # 注意:此字段可能返回 null,表示取不到有效值。
8619
8294
  # @type QpsLimit: Integer
8620
8295
  # @param TableMappings: Table到Topic的路由,「分发到多个topic」开关打开时必传
8621
8296
  # 注意:此字段可能返回 null,表示取不到有效值。
8622
8297
  # @type TableMappings: Array
8623
8298
  # @param UseTableMapping: 「分发到多个topic」开关,默认为false
8624
- # 注意:此字段可能返回 null,表示取不到有效值。
8625
8299
  # @type UseTableMapping: Boolean
8626
8300
  # @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务,如果不使用分发到多个topic,需要在Topic字段填写需要自动创建的topic名)
8627
- # 注意:此字段可能返回 null,表示取不到有效值。
8628
8301
  # @type UseAutoCreateTopic: Boolean
8629
8302
  # @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,填写"open"。
8630
- # 注意:此字段可能返回 null,表示取不到有效值。
8631
8303
  # @type CompressionType: String
8632
8304
  # @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
8633
- # 注意:此字段可能返回 null,表示取不到有效值。
8634
8305
  # @type MsgMultiple: Integer
8635
8306
  # @param ConnectorSyncType: 数据同步专用参数, 正常数据处理可为空, 实例级别同步: 仅同步元数据填写"META_SYNC_INSTANCE_TYPE", 同步元数据及全部topic内消息的填写"META_AND_DATA_SYNC_INSTANCE_TYPE"; topic级别同步: 选中的源和目标topic中的消息(需要目标实例也包含该topic)填写"DATA_SYNC_TYPE"
8636
- # 注意:此字段可能返回 null,表示取不到有效值。
8637
8307
  # @type ConnectorSyncType: String
8638
8308
  # @param KeepPartition: 数据同步专用参数, 当通过时,希望下游的消息写入分区与上游的一致,则填true,但下游分区小于上游时,会报错; 不需要一致则为false, 默认为false
8639
- # 注意:此字段可能返回 null,表示取不到有效值。
8640
8309
  # @type KeepPartition: Boolean
8641
8310
  # @param TopicRegularExpression: 正则匹配Topic列表
8642
- # 注意:此字段可能返回 null,表示取不到有效值。
8643
8311
  # @type TopicRegularExpression: String
8644
8312
 
8645
8313
  attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition, :TopicRegularExpression
@@ -8734,25 +8402,18 @@ module TencentCloud
8734
8402
  # MariaDB连接源参数
8735
8403
  class MariaDBConnectParam < TencentCloud::Common::AbstractModel
8736
8404
  # @param Port: MariaDB的连接port
8737
- # 注意:此字段可能返回 null,表示取不到有效值。
8738
8405
  # @type Port: Integer
8739
8406
  # @param UserName: MariaDB连接源的用户名
8740
- # 注意:此字段可能返回 null,表示取不到有效值。
8741
8407
  # @type UserName: String
8742
8408
  # @param Password: MariaDB连接源的密码
8743
- # 注意:此字段可能返回 null,表示取不到有效值。
8744
8409
  # @type Password: String
8745
8410
  # @param Resource: MariaDB连接源的实例资源
8746
- # 注意:此字段可能返回 null,表示取不到有效值。
8747
8411
  # @type Resource: String
8748
8412
  # @param ServiceVip: MariaDB连接源的实例vip,当为腾讯云实例时,必填
8749
- # 注意:此字段可能返回 null,表示取不到有效值。
8750
8413
  # @type ServiceVip: String
8751
8414
  # @param UniqVpcId: MariaDB连接源的vpcId,当为腾讯云实例时,必填
8752
- # 注意:此字段可能返回 null,表示取不到有效值。
8753
8415
  # @type UniqVpcId: String
8754
8416
  # @param IsUpdate: 是否更新到关联的Datahub任务
8755
- # 注意:此字段可能返回 null,表示取不到有效值。
8756
8417
  # @type IsUpdate: Boolean
8757
8418
 
8758
8419
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -8781,25 +8442,18 @@ module TencentCloud
8781
8442
  # MariaDB连接源参数
8782
8443
  class MariaDBModifyConnectParam < TencentCloud::Common::AbstractModel
8783
8444
  # @param Resource: MariaDB连接源的实例资源【不支持修改】
8784
- # 注意:此字段可能返回 null,表示取不到有效值。
8785
8445
  # @type Resource: String
8786
8446
  # @param Port: MariaDB的连接port【不支持修改】
8787
- # 注意:此字段可能返回 null,表示取不到有效值。
8788
8447
  # @type Port: Integer
8789
8448
  # @param ServiceVip: MariaDB连接源的实例vip【不支持修改】
8790
- # 注意:此字段可能返回 null,表示取不到有效值。
8791
8449
  # @type ServiceVip: String
8792
8450
  # @param UniqVpcId: MariaDB连接源的vpcId【不支持修改】
8793
- # 注意:此字段可能返回 null,表示取不到有效值。
8794
8451
  # @type UniqVpcId: String
8795
8452
  # @param UserName: MariaDB连接源的用户名
8796
- # 注意:此字段可能返回 null,表示取不到有效值。
8797
8453
  # @type UserName: String
8798
8454
  # @param Password: MariaDB连接源的密码
8799
- # 注意:此字段可能返回 null,表示取不到有效值。
8800
8455
  # @type Password: String
8801
8456
  # @param IsUpdate: 是否更新到关联的Datahub任务
8802
- # 注意:此字段可能返回 null,表示取不到有效值。
8803
8457
  # @type IsUpdate: Boolean
8804
8458
 
8805
8459
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
@@ -8828,34 +8482,24 @@ module TencentCloud
8828
8482
  # MariaDB类型入参
8829
8483
  class MariaDBParam < TencentCloud::Common::AbstractModel
8830
8484
  # @param Database: MariaDB的数据库名称,"*"为全数据库
8831
- # 注意:此字段可能返回 null,表示取不到有效值。
8832
8485
  # @type Database: String
8833
8486
  # @param Table: MariaDB的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
8834
- # 注意:此字段可能返回 null,表示取不到有效值。
8835
8487
  # @type Table: String
8836
8488
  # @param Resource: 该MariaDB在连接管理内的Id
8837
- # 注意:此字段可能返回 null,表示取不到有效值。
8838
8489
  # @type Resource: String
8839
8490
  # @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
8840
- # 注意:此字段可能返回 null,表示取不到有效值。
8841
8491
  # @type SnapshotMode: String
8842
8492
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
8843
- # 注意:此字段可能返回 null,表示取不到有效值。
8844
8493
  # @type KeyColumns: String
8845
8494
  # @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
8846
- # 注意:此字段可能返回 null,表示取不到有效值。
8847
8495
  # @type IsTablePrefix: Boolean
8848
8496
  # @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
8849
- # 注意:此字段可能返回 null,表示取不到有效值。
8850
8497
  # @type OutputFormat: String
8851
8498
  # @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
8852
- # 注意:此字段可能返回 null,表示取不到有效值。
8853
8499
  # @type IncludeContentChanges: String
8854
8500
  # @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
8855
- # 注意:此字段可能返回 null,表示取不到有效值。
8856
8501
  # @type IncludeQuery: Boolean
8857
8502
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
8858
- # 注意:此字段可能返回 null,表示取不到有效值。
8859
8503
  # @type RecordWithSchema: Boolean
8860
8504
 
8861
8505
  attr_accessor :Database, :Table, :Resource, :SnapshotMode, :KeyColumns, :IsTablePrefix, :OutputFormat, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema
@@ -9284,8 +8928,8 @@ module TencentCloud
9284
8928
 
9285
8929
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable
9286
8930
  extend Gem::Deprecate
9287
- deprecate :DynamicDiskConfig, :none, 2025, 2
9288
- deprecate :DynamicDiskConfig=, :none, 2025, 2
8931
+ deprecate :DynamicDiskConfig, :none, 2025, 3
8932
+ deprecate :DynamicDiskConfig=, :none, 2025, 3
9289
8933
 
9290
8934
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil)
9291
8935
  @InstanceId = instanceid
@@ -9644,28 +9288,20 @@ module TencentCloud
9644
9288
  # MongoDB连接源参数
9645
9289
  class MongoDBConnectParam < TencentCloud::Common::AbstractModel
9646
9290
  # @param Port: MongoDB的连接port
9647
- # 注意:此字段可能返回 null,表示取不到有效值。
9648
9291
  # @type Port: Integer
9649
9292
  # @param UserName: MongoDB连接源的用户名
9650
- # 注意:此字段可能返回 null,表示取不到有效值。
9651
9293
  # @type UserName: String
9652
9294
  # @param Password: MongoDB连接源的密码
9653
- # 注意:此字段可能返回 null,表示取不到有效值。
9654
9295
  # @type Password: String
9655
9296
  # @param Resource: MongoDB连接源的实例资源
9656
- # 注意:此字段可能返回 null,表示取不到有效值。
9657
9297
  # @type Resource: String
9658
9298
  # @param SelfBuilt: MongoDB连接源是否为自建集群
9659
- # 注意:此字段可能返回 null,表示取不到有效值。
9660
9299
  # @type SelfBuilt: Boolean
9661
9300
  # @param ServiceVip: MongoDB连接源的实例vip,当为腾讯云实例时,必填
9662
- # 注意:此字段可能返回 null,表示取不到有效值。
9663
9301
  # @type ServiceVip: String
9664
9302
  # @param UniqVpcId: MongoDB连接源的vpcId,当为腾讯云实例时,必填
9665
- # 注意:此字段可能返回 null,表示取不到有效值。
9666
9303
  # @type UniqVpcId: String
9667
9304
  # @param IsUpdate: 是否更新到关联的Datahub任务
9668
- # 注意:此字段可能返回 null,表示取不到有效值。
9669
9305
  # @type IsUpdate: Boolean
9670
9306
 
9671
9307
  attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -9696,28 +9332,20 @@ module TencentCloud
9696
9332
  # MongoDB修改连接源参数
9697
9333
  class MongoDBModifyConnectParam < TencentCloud::Common::AbstractModel
9698
9334
  # @param Resource: MongoDB连接源的实例资源【不支持修改】
9699
- # 注意:此字段可能返回 null,表示取不到有效值。
9700
9335
  # @type Resource: String
9701
9336
  # @param Port: MongoDB的连接port【不支持修改】
9702
- # 注意:此字段可能返回 null,表示取不到有效值。
9703
9337
  # @type Port: Integer
9704
9338
  # @param ServiceVip: MongoDB连接源的实例vip【不支持修改】
9705
- # 注意:此字段可能返回 null,表示取不到有效值。
9706
9339
  # @type ServiceVip: String
9707
9340
  # @param UniqVpcId: MongoDB连接源的vpcId【不支持修改】
9708
- # 注意:此字段可能返回 null,表示取不到有效值。
9709
9341
  # @type UniqVpcId: String
9710
9342
  # @param UserName: MongoDB连接源的用户名
9711
- # 注意:此字段可能返回 null,表示取不到有效值。
9712
9343
  # @type UserName: String
9713
9344
  # @param Password: MongoDB连接源的密码
9714
- # 注意:此字段可能返回 null,表示取不到有效值。
9715
9345
  # @type Password: String
9716
9346
  # @param SelfBuilt: MongoDB连接源是否为自建集群【不支持修改】
9717
- # 注意:此字段可能返回 null,表示取不到有效值。
9718
9347
  # @type SelfBuilt: Boolean
9719
9348
  # @param IsUpdate: 是否更新到关联的Datahub任务
9720
- # 注意:此字段可能返回 null,表示取不到有效值。
9721
9349
  # @type IsUpdate: Boolean
9722
9350
 
9723
9351
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
@@ -9748,40 +9376,28 @@ module TencentCloud
9748
9376
  # MongoDB类型入参
9749
9377
  class MongoDBParam < TencentCloud::Common::AbstractModel
9750
9378
  # @param Database: MongoDB的数据库名称
9751
- # 注意:此字段可能返回 null,表示取不到有效值。
9752
9379
  # @type Database: String
9753
9380
  # @param Collection: MongoDB的集群
9754
- # 注意:此字段可能返回 null,表示取不到有效值。
9755
9381
  # @type Collection: String
9756
9382
  # @param CopyExisting: 是否复制存量数据,默认传参true
9757
- # 注意:此字段可能返回 null,表示取不到有效值。
9758
9383
  # @type CopyExisting: Boolean
9759
9384
  # @param Resource: 实例资源
9760
- # 注意:此字段可能返回 null,表示取不到有效值。
9761
9385
  # @type Resource: String
9762
9386
  # @param Ip: MongoDB的连接ip
9763
- # 注意:此字段可能返回 null,表示取不到有效值。
9764
9387
  # @type Ip: String
9765
9388
  # @param Port: MongoDB的连接port
9766
- # 注意:此字段可能返回 null,表示取不到有效值。
9767
9389
  # @type Port: Integer
9768
9390
  # @param UserName: MongoDB数据库用户名
9769
- # 注意:此字段可能返回 null,表示取不到有效值。
9770
9391
  # @type UserName: String
9771
9392
  # @param Password: MongoDB数据库密码
9772
- # 注意:此字段可能返回 null,表示取不到有效值。
9773
9393
  # @type Password: String
9774
9394
  # @param ListeningEvent: 监听事件类型,为空时表示全选。取值包括insert,update,replace,delete,invalidate,drop,dropdatabase,rename,多个类型间使用,逗号分隔
9775
- # 注意:此字段可能返回 null,表示取不到有效值。
9776
9395
  # @type ListeningEvent: String
9777
9396
  # @param ReadPreference: 主从优先级,默认主节点
9778
- # 注意:此字段可能返回 null,表示取不到有效值。
9779
9397
  # @type ReadPreference: String
9780
9398
  # @param Pipeline: 聚合管道
9781
- # 注意:此字段可能返回 null,表示取不到有效值。
9782
9399
  # @type Pipeline: String
9783
9400
  # @param SelfBuilt: 是否为自建集群
9784
- # 注意:此字段可能返回 null,表示取不到有效值。
9785
9401
  # @type SelfBuilt: Boolean
9786
9402
 
9787
9403
  attr_accessor :Database, :Collection, :CopyExisting, :Resource, :Ip, :Port, :UserName, :Password, :ListeningEvent, :ReadPreference, :Pipeline, :SelfBuilt
@@ -9820,25 +9436,18 @@ module TencentCloud
9820
9436
  # MQTT连接源参数
9821
9437
  class MqttConnectParam < TencentCloud::Common::AbstractModel
9822
9438
  # @param UserName: MQTT连接源的用户名
9823
- # 注意:此字段可能返回 null,表示取不到有效值。
9824
9439
  # @type UserName: String
9825
9440
  # @param Password: MQTT连接源的密码
9826
- # 注意:此字段可能返回 null,表示取不到有效值。
9827
9441
  # @type Password: String
9828
9442
  # @param Resource: MQTT连接源的实例资源
9829
- # 注意:此字段可能返回 null,表示取不到有效值。
9830
9443
  # @type Resource: String
9831
9444
  # @param UniqVpcId: MQTT Instance vpc-id
9832
- # 注意:此字段可能返回 null,表示取不到有效值。
9833
9445
  # @type UniqVpcId: String
9834
9446
  # @param SelfBuilt: 是否为自建集群
9835
- # 注意:此字段可能返回 null,表示取不到有效值。
9836
9447
  # @type SelfBuilt: Boolean
9837
9448
  # @param IsUpdate: 是否更新到关联的Dip任务
9838
- # 注意:此字段可能返回 null,表示取不到有效值。
9839
9449
  # @type IsUpdate: Boolean
9840
9450
  # @param Region: MQTT连接源的实例资源地域, 跨地域时必填
9841
- # 注意:此字段可能返回 null,表示取不到有效值。
9842
9451
  # @type Region: String
9843
9452
 
9844
9453
  attr_accessor :UserName, :Password, :Resource, :UniqVpcId, :SelfBuilt, :IsUpdate, :Region
@@ -9867,40 +9476,28 @@ module TencentCloud
9867
9476
  # 创建MQTT 为Source的Data Hub Task参数
9868
9477
  class MqttParam < TencentCloud::Common::AbstractModel
9869
9478
  # @param Topics: 需要同步的MQTT Topic列表, CSV格式
9870
- # 注意:此字段可能返回 null,表示取不到有效值。
9871
9479
  # @type Topics: String
9872
9480
  # @param CleanSession: MQTT clean-session
9873
- # 注意:此字段可能返回 null,表示取不到有效值。
9874
9481
  # @type CleanSession: Boolean
9875
9482
  # @param Resource: MQTT instance-id
9876
- # 注意:此字段可能返回 null,表示取不到有效值。
9877
9483
  # @type Resource: String
9878
9484
  # @param Ip: MQTT实例VIP
9879
- # 注意:此字段可能返回 null,表示取不到有效值。
9880
9485
  # @type Ip: String
9881
9486
  # @param Port: MQTT VIP 端口
9882
- # 注意:此字段可能返回 null,表示取不到有效值。
9883
9487
  # @type Port: Integer
9884
9488
  # @param UserName: MQTT实例用户名
9885
- # 注意:此字段可能返回 null,表示取不到有效值。
9886
9489
  # @type UserName: String
9887
9490
  # @param Password: MQTT实例内账户密码
9888
- # 注意:此字段可能返回 null,表示取不到有效值。
9889
9491
  # @type Password: String
9890
9492
  # @param Qos: QoS
9891
- # 注意:此字段可能返回 null,表示取不到有效值。
9892
9493
  # @type Qos: Integer
9893
9494
  # @param MaxTasks: tasks.max 订阅Topic的并发Task个数, 默认为1; 当设置大于1时, 使用Shared Subscription
9894
- # 注意:此字段可能返回 null,表示取不到有效值。
9895
9495
  # @type MaxTasks: Integer
9896
9496
  # @param ServiceVip: MQTT 实例的Service VIP
9897
- # 注意:此字段可能返回 null,表示取不到有效值。
9898
9497
  # @type ServiceVip: String
9899
9498
  # @param UniqVpcId: MQTT实例的VPC ID
9900
- # 注意:此字段可能返回 null,表示取不到有效值。
9901
9499
  # @type UniqVpcId: String
9902
9500
  # @param SelfBuilt: 是否为自建集群, MQTT只支持非自建集群
9903
- # 注意:此字段可能返回 null,表示取不到有效值。
9904
9501
  # @type SelfBuilt: Boolean
9905
9502
 
9906
9503
  attr_accessor :Topics, :CleanSession, :Resource, :Ip, :Port, :UserName, :Password, :Qos, :MaxTasks, :ServiceVip, :UniqVpcId, :SelfBuilt
@@ -9939,31 +9536,23 @@ module TencentCloud
9939
9536
  # MySQL连接源参数
9940
9537
  class MySQLConnectParam < TencentCloud::Common::AbstractModel
9941
9538
  # @param Port: MySQL的连接port
9942
- # 注意:此字段可能返回 null,表示取不到有效值。
9943
9539
  # @type Port: Integer
9944
9540
  # @param UserName: MySQL连接源的用户名
9945
- # 注意:此字段可能返回 null,表示取不到有效值。
9946
9541
  # @type UserName: String
9947
9542
  # @param Password: MySQL连接源的密码
9948
- # 注意:此字段可能返回 null,表示取不到有效值。
9949
9543
  # @type Password: String
9950
9544
  # @param Resource: MySQL连接源的实例资源
9951
- # 注意:此字段可能返回 null,表示取不到有效值。
9952
9545
  # @type Resource: String
9953
9546
  # @param ServiceVip: MySQL连接源的实例vip,当为腾讯云实例时,必填
9954
- # 注意:此字段可能返回 null,表示取不到有效值。
9955
9547
  # @type ServiceVip: String
9956
9548
  # @param UniqVpcId: MySQL连接源的vpcId,当为腾讯云实例时,必填
9957
- # 注意:此字段可能返回 null,表示取不到有效值。
9958
9549
  # @type UniqVpcId: String
9959
9550
  # @param IsUpdate: 是否更新到关联的Datahub任务
9960
9551
  # 注意:此字段可能返回 null,表示取不到有效值。
9961
9552
  # @type IsUpdate: Boolean
9962
9553
  # @param ClusterId: 当type为TDSQL_C_MYSQL时,必填
9963
- # 注意:此字段可能返回 null,表示取不到有效值。
9964
9554
  # @type ClusterId: String
9965
9555
  # @param SelfBuilt: Mysql 连接源是否为自建集群
9966
- # 注意:此字段可能返回 null,表示取不到有效值。
9967
9556
  # @type SelfBuilt: Boolean
9968
9557
 
9969
9558
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :ClusterId, :SelfBuilt
@@ -9996,31 +9585,22 @@ module TencentCloud
9996
9585
  # MySQL修改连接源参数
9997
9586
  class MySQLModifyConnectParam < TencentCloud::Common::AbstractModel
9998
9587
  # @param Resource: MySQL连接源的实例资源【不支持修改】
9999
- # 注意:此字段可能返回 null,表示取不到有效值。
10000
9588
  # @type Resource: String
10001
9589
  # @param Port: MySQL的连接port【不支持修改】
10002
- # 注意:此字段可能返回 null,表示取不到有效值。
10003
9590
  # @type Port: Integer
10004
9591
  # @param ServiceVip: MySQL连接源的实例vip【不支持修改】
10005
- # 注意:此字段可能返回 null,表示取不到有效值。
10006
9592
  # @type ServiceVip: String
10007
9593
  # @param UniqVpcId: MySQL连接源的vpcId【不支持修改】
10008
- # 注意:此字段可能返回 null,表示取不到有效值。
10009
9594
  # @type UniqVpcId: String
10010
9595
  # @param UserName: MySQL连接源的用户名
10011
- # 注意:此字段可能返回 null,表示取不到有效值。
10012
9596
  # @type UserName: String
10013
9597
  # @param Password: MySQL连接源的密码
10014
- # 注意:此字段可能返回 null,表示取不到有效值。
10015
9598
  # @type Password: String
10016
9599
  # @param IsUpdate: 是否更新到关联的Datahub任务
10017
- # 注意:此字段可能返回 null,表示取不到有效值。
10018
9600
  # @type IsUpdate: Boolean
10019
9601
  # @param ClusterId: 当type为TDSQL_C_MYSQL时
10020
- # 注意:此字段可能返回 null,表示取不到有效值。
10021
9602
  # @type ClusterId: String
10022
9603
  # @param SelfBuilt: 是否是自建的集群
10023
- # 注意:此字段可能返回 null,表示取不到有效值。
10024
9604
  # @type SelfBuilt: Boolean
10025
9605
 
10026
9606
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :ClusterId, :SelfBuilt
@@ -10053,88 +9633,61 @@ module TencentCloud
10053
9633
  # MySQL类型入参
10054
9634
  class MySQLParam < TencentCloud::Common::AbstractModel
10055
9635
  # @param Database: MySQL的数据库名称,"*"为全数据库
10056
- # 注意:此字段可能返回 null,表示取不到有效值。
10057
9636
  # @type Database: String
10058
9637
  # @param Table: MySQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"数据库名\\.数据表名"
10059
- # 注意:此字段可能返回 null,表示取不到有效值。
10060
9638
  # @type Table: String
10061
9639
  # @param Resource: 该MySQL在连接管理内的Id
10062
- # 注意:此字段可能返回 null,表示取不到有效值。
10063
9640
  # @type Resource: String
10064
9641
  # @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
10065
- # 注意:此字段可能返回 null,表示取不到有效值。
10066
9642
  # @type SnapshotMode: String
10067
9643
  # @param DdlTopic: 存放MySQL的Ddl信息的Topic,为空则默认不存放
10068
- # 注意:此字段可能返回 null,表示取不到有效值。
10069
9644
  # @type DdlTopic: String
10070
9645
  # @param DataSourceMonitorMode: "TABLE" 表示读取项为 table,"QUERY" 表示读取项为 query
10071
- # 注意:此字段可能返回 null,表示取不到有效值。
10072
9646
  # @type DataSourceMonitorMode: String
10073
9647
  # @param DataSourceMonitorResource: 当 "DataMonitorMode"="TABLE" 时,传入需要读取的 Table;当 "DataMonitorMode"="QUERY" 时,传入需要读取的查询 sql 语句
10074
- # 注意:此字段可能返回 null,表示取不到有效值。
10075
9648
  # @type DataSourceMonitorResource: String
10076
9649
  # @param DataSourceIncrementMode: "TIMESTAMP" 表示增量列为时间戳类型,"INCREMENT" 表示增量列为自增 id 类型
10077
- # 注意:此字段可能返回 null,表示取不到有效值。
10078
9650
  # @type DataSourceIncrementMode: String
10079
9651
  # @param DataSourceIncrementColumn: 传入需要监听的列名称
10080
- # 注意:此字段可能返回 null,表示取不到有效值。
10081
9652
  # @type DataSourceIncrementColumn: String
10082
9653
  # @param DataSourceStartFrom: "HEAD" 表示复制存量 + 增量数据,"TAIL" 表示只复制增量数据
10083
- # 注意:此字段可能返回 null,表示取不到有效值。
10084
9654
  # @type DataSourceStartFrom: String
10085
9655
  # @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
10086
- # 注意:此字段可能返回 null,表示取不到有效值。
10087
9656
  # @type DataTargetInsertMode: String
10088
9657
  # @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
10089
- # 注意:此字段可能返回 null,表示取不到有效值。
10090
9658
  # @type DataTargetPrimaryKeyField: String
10091
9659
  # @param DataTargetRecordMapping: 表与消息间的映射关系
10092
- # 注意:此字段可能返回 null,表示取不到有效值。
10093
9660
  # @type DataTargetRecordMapping: Array
10094
9661
  # @param TopicRegex: 事件路由到特定主题的正则表达式,默认为(.*)
10095
- # 注意:此字段可能返回 null,表示取不到有效值。
10096
9662
  # @type TopicRegex: String
10097
9663
  # @param TopicReplacement: TopicRegex的引用组,指定$1、$2等
10098
- # 注意:此字段可能返回 null,表示取不到有效值。
10099
9664
  # @type TopicReplacement: String
10100
9665
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
10101
- # 注意:此字段可能返回 null,表示取不到有效值。
10102
9666
  # @type KeyColumns: String
10103
9667
  # @param DropInvalidMessage: Mysql 是否抛弃解析失败的消息,默认为true
10104
- # 注意:此字段可能返回 null,表示取不到有效值。
10105
9668
  # @type DropInvalidMessage: Boolean
10106
9669
  # @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
10107
- # 注意:此字段可能返回 null,表示取不到有效值。
10108
9670
  # @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
10109
9671
  # @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
10110
- # 注意:此字段可能返回 null,表示取不到有效值。
10111
9672
  # @type OutputFormat: String
10112
9673
  # @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
10113
- # 注意:此字段可能返回 null,表示取不到有效值。
10114
9674
  # @type IsTablePrefix: Boolean
10115
9675
  # @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
10116
- # 注意:此字段可能返回 null,表示取不到有效值。
10117
9676
  # @type IncludeContentChanges: String
10118
9677
  # @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
10119
- # 注意:此字段可能返回 null,表示取不到有效值。
10120
9678
  # @type IncludeQuery: Boolean
10121
9679
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
10122
- # 注意:此字段可能返回 null,表示取不到有效值。
10123
9680
  # @type RecordWithSchema: Boolean
10124
9681
  # @param SignalDatabase: 存放信令表的数据库名称
10125
- # 注意:此字段可能返回 null,表示取不到有效值。
10126
9682
  # @type SignalDatabase: String
10127
9683
  # @param IsTableRegular: 输入的table是否为正则表达式,如果该选项以及IsTablePrefix同时为true,该选项的判断优先级高于IsTablePrefix
10128
- # 注意:此字段可能返回 null,表示取不到有效值。
10129
9684
  # @type IsTableRegular: Boolean
10130
9685
  # @param SignalTable: 信号表
10131
9686
  # 注意:此字段可能返回 null,表示取不到有效值。
10132
9687
  # @type SignalTable: String
10133
9688
  # @param DateTimeZone: datetime 类型字段转换为时间戳的时区
10134
- # 注意:此字段可能返回 null,表示取不到有效值。
10135
9689
  # @type DateTimeZone: String
10136
9690
  # @param SelfBuilt: 自建
10137
- # 注意:此字段可能返回 null,表示取不到有效值。
10138
9691
  # @type SelfBuilt: Boolean
10139
9692
 
10140
9693
  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
@@ -10215,10 +9768,8 @@ module TencentCloud
10215
9768
  # 操作类型返回的Data结构
10216
9769
  class OperateResponseData < TencentCloud::Common::AbstractModel
10217
9770
  # @param FlowId: 流程Id
10218
- # 注意:此字段可能返回 null,表示取不到有效值。
10219
9771
  # @type FlowId: Integer
10220
9772
  # @param RouteDTO: RouteIdDto
10221
- # 注意:此字段可能返回 null,表示取不到有效值。
10222
9773
  # @type RouteDTO: :class:`Tencentcloud::Ckafka.v20190819.models.RouteDTO`
10223
9774
 
10224
9775
  attr_accessor :FlowId, :RouteDTO
@@ -10256,10 +9807,8 @@ module TencentCloud
10256
9807
  # 分区和位移
10257
9808
  class PartitionOffset < TencentCloud::Common::AbstractModel
10258
9809
  # @param Partition: 分区
10259
- # 注意:此字段可能返回 null,表示取不到有效值。
10260
9810
  # @type Partition: String
10261
9811
  # @param Offset: 位点偏移量
10262
- # 注意:此字段可能返回 null,表示取不到有效值。
10263
9812
  # @type Offset: Integer
10264
9813
 
10265
9814
  attr_accessor :Partition, :Offset
@@ -10298,31 +9847,22 @@ module TencentCloud
10298
9847
  # PostgreSQL连接源参数
10299
9848
  class PostgreSQLConnectParam < TencentCloud::Common::AbstractModel
10300
9849
  # @param Port: PostgreSQL的连接port
10301
- # 注意:此字段可能返回 null,表示取不到有效值。
10302
9850
  # @type Port: Integer
10303
9851
  # @param UserName: PostgreSQL连接源的用户名
10304
- # 注意:此字段可能返回 null,表示取不到有效值。
10305
9852
  # @type UserName: String
10306
9853
  # @param Password: PostgreSQL连接源的密码
10307
- # 注意:此字段可能返回 null,表示取不到有效值。
10308
9854
  # @type Password: String
10309
9855
  # @param Resource: PostgreSQL连接源的实例资源
10310
- # 注意:此字段可能返回 null,表示取不到有效值。
10311
9856
  # @type Resource: String
10312
9857
  # @param ServiceVip: PostgreSQL连接源的实例vip,当为腾讯云实例时,必填
10313
- # 注意:此字段可能返回 null,表示取不到有效值。
10314
9858
  # @type ServiceVip: String
10315
9859
  # @param UniqVpcId: PostgreSQL连接源的vpcId,当为腾讯云实例时,必填
10316
- # 注意:此字段可能返回 null,表示取不到有效值。
10317
9860
  # @type UniqVpcId: String
10318
9861
  # @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,必填
10319
- # 注意:此字段可能返回 null,表示取不到有效值。
10320
9862
  # @type ClusterId: String
10321
9863
  # @param IsUpdate: 是否更新到关联的Datahub任务
10322
- # 注意:此字段可能返回 null,表示取不到有效值。
10323
9864
  # @type IsUpdate: Boolean
10324
9865
  # @param SelfBuilt: PostgreSQL连接源是否为自建集群
10325
- # 注意:此字段可能返回 null,表示取不到有效值。
10326
9866
  # @type SelfBuilt: Boolean
10327
9867
 
10328
9868
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :ClusterId, :IsUpdate, :SelfBuilt
@@ -10355,31 +9895,22 @@ module TencentCloud
10355
9895
  # PostgreSQL修改连接源参数
10356
9896
  class PostgreSQLModifyConnectParam < TencentCloud::Common::AbstractModel
10357
9897
  # @param Resource: PostgreSQL连接源的实例资源【不支持修改】
10358
- # 注意:此字段可能返回 null,表示取不到有效值。
10359
9898
  # @type Resource: String
10360
9899
  # @param Port: PostgreSQL的连接port【不支持修改】
10361
- # 注意:此字段可能返回 null,表示取不到有效值。
10362
9900
  # @type Port: Integer
10363
9901
  # @param ServiceVip: PostgreSQL连接源的实例vip【不支持修改】
10364
- # 注意:此字段可能返回 null,表示取不到有效值。
10365
9902
  # @type ServiceVip: String
10366
9903
  # @param UniqVpcId: PostgreSQL连接源的vpcId【不支持修改】
10367
- # 注意:此字段可能返回 null,表示取不到有效值。
10368
9904
  # @type UniqVpcId: String
10369
9905
  # @param UserName: PostgreSQL连接源的用户名
10370
- # 注意:此字段可能返回 null,表示取不到有效值。
10371
9906
  # @type UserName: String
10372
9907
  # @param Password: PostgreSQL连接源的密码
10373
- # 注意:此字段可能返回 null,表示取不到有效值。
10374
9908
  # @type Password: String
10375
9909
  # @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,该参数才有值【不支持修改】
10376
- # 注意:此字段可能返回 null,表示取不到有效值。
10377
9910
  # @type ClusterId: String
10378
9911
  # @param IsUpdate: 是否更新到关联的Datahub任务
10379
- # 注意:此字段可能返回 null,表示取不到有效值。
10380
9912
  # @type IsUpdate: Boolean
10381
9913
  # @param SelfBuilt: 是否为自建集群
10382
- # 注意:此字段可能返回 null,表示取不到有效值。
10383
9914
  # @type SelfBuilt: Boolean
10384
9915
 
10385
9916
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :ClusterId, :IsUpdate, :SelfBuilt
@@ -10412,43 +9943,30 @@ module TencentCloud
10412
9943
  # PostgreSQL类型入参
10413
9944
  class PostgreSQLParam < TencentCloud::Common::AbstractModel
10414
9945
  # @param Database: PostgreSQL的数据库名称
10415
- # 注意:此字段可能返回 null,表示取不到有效值。
10416
9946
  # @type Database: String
10417
9947
  # @param Table: PostgreSQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"Schema名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"Schema名\\.数据表名"
10418
- # 注意:此字段可能返回 null,表示取不到有效值。
10419
9948
  # @type Table: String
10420
9949
  # @param Resource: 该PostgreSQL在连接管理内的Id
10421
- # 注意:此字段可能返回 null,表示取不到有效值。
10422
9950
  # @type Resource: String
10423
9951
  # @param PluginName: 插件名(decoderbufs/pgoutput),默认为decoderbufs
10424
- # 注意:此字段可能返回 null,表示取不到有效值。
10425
9952
  # @type PluginName: String
10426
9953
  # @param SnapshotMode: 复制存量信息(never增量, initial全量),默认为initial
10427
- # 注意:此字段可能返回 null,表示取不到有效值。
10428
9954
  # @type SnapshotMode: String
10429
9955
  # @param DataFormat: 上游数据格式(JSON/Debezium), 当数据库同步模式为默认字段匹配时,必填
10430
- # 注意:此字段可能返回 null,表示取不到有效值。
10431
9956
  # @type DataFormat: String
10432
9957
  # @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
10433
- # 注意:此字段可能返回 null,表示取不到有效值。
10434
9958
  # @type DataTargetInsertMode: String
10435
9959
  # @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
10436
- # 注意:此字段可能返回 null,表示取不到有效值。
10437
9960
  # @type DataTargetPrimaryKeyField: String
10438
9961
  # @param DataTargetRecordMapping: 表与消息间的映射关系
10439
- # 注意:此字段可能返回 null,表示取不到有效值。
10440
9962
  # @type DataTargetRecordMapping: Array
10441
9963
  # @param DropInvalidMessage: 是否抛弃解析失败的消息,默认为true
10442
- # 注意:此字段可能返回 null,表示取不到有效值。
10443
9964
  # @type DropInvalidMessage: Boolean
10444
9965
  # @param IsTableRegular: 输入的table是否为正则表达式
10445
- # 注意:此字段可能返回 null,表示取不到有效值。
10446
9966
  # @type IsTableRegular: Boolean
10447
9967
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
10448
- # 注意:此字段可能返回 null,表示取不到有效值。
10449
9968
  # @type KeyColumns: String
10450
9969
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
10451
- # 注意:此字段可能返回 null,表示取不到有效值。
10452
9970
  # @type RecordWithSchema: Boolean
10453
9971
 
10454
9972
  attr_accessor :Database, :Table, :Resource, :PluginName, :SnapshotMode, :DataFormat, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :DropInvalidMessage, :IsTableRegular, :KeyColumns, :RecordWithSchema
@@ -10542,13 +10060,10 @@ module TencentCloud
10542
10060
  # @param SourcePort: vport
10543
10061
  # @type SourcePort: Integer
10544
10062
  # @param BrokerIp: broker地址
10545
- # 注意:此字段可能返回 null,表示取不到有效值。
10546
10063
  # @type BrokerIp: String
10547
10064
  # @param VpcId: VPC ID信息
10548
- # 注意:此字段可能返回 null,表示取不到有效值。
10549
10065
  # @type VpcId: String
10550
10066
  # @param SubnetId: 子网ID信息
10551
- # 注意:此字段可能返回 null,表示取不到有效值。
10552
10067
  # @type SubnetId: String
10553
10068
 
10554
10069
  attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp, :VpcId, :SubnetId
@@ -10605,7 +10120,6 @@ module TencentCloud
10605
10120
  # 注意:此字段可能返回 null,表示取不到有效值。
10606
10121
  # @type JsonKey: String
10607
10122
  # @param Type: 消息类型
10608
- # 注意:此字段可能返回 null,表示取不到有效值。
10609
10123
  # @type Type: String
10610
10124
  # @param AllowNull: 消息是否允许为空
10611
10125
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10685,19 +10199,14 @@ module TencentCloud
10685
10199
  # @param AreaName: 区域名称
10686
10200
  # @type AreaName: String
10687
10201
  # @param RegionCode: 地域代码
10688
- # 注意:此字段可能返回 null,表示取不到有效值。
10689
10202
  # @type RegionCode: String
10690
10203
  # @param RegionCodeV3: 地域代码(V3版本)
10691
- # 注意:此字段可能返回 null,表示取不到有效值。
10692
10204
  # @type RegionCodeV3: String
10693
10205
  # @param Support: NONE:默认值不支持任何特殊类型 实例类型
10694
- # 注意:此字段可能返回 null,表示取不到有效值。
10695
10206
  # @type Support: String
10696
10207
  # @param Ipv6: 是否支持ipv6, 0:表示不支持,1:表示支持
10697
- # 注意:此字段可能返回 null,表示取不到有效值。
10698
10208
  # @type Ipv6: Integer
10699
10209
  # @param MultiZone: 是否支持跨可用区, 0:表示不支持,1:表示支持
10700
- # 注意:此字段可能返回 null,表示取不到有效值。
10701
10210
  # @type MultiZone: Integer
10702
10211
 
10703
10212
  attr_accessor :RegionId, :RegionName, :AreaName, :RegionCode, :RegionCodeV3, :Support, :Ipv6, :MultiZone
@@ -10748,10 +10257,8 @@ module TencentCloud
10748
10257
  # RenewCkafkaInstance接口出参bigDealIds
10749
10258
  class RenewCkafkaInstanceResp < TencentCloud::Common::AbstractModel
10750
10259
  # @param BigDealId: 订单号
10751
- # 注意:此字段可能返回 null,表示取不到有效值。
10752
10260
  # @type BigDealId: String
10753
10261
  # @param DealName: 子订单号
10754
- # 注意:此字段可能返回 null,表示取不到有效值。
10755
10262
  # @type DealName: String
10756
10263
 
10757
10264
  attr_accessor :BigDealId, :DealName
@@ -10831,13 +10338,11 @@ module TencentCloud
10831
10338
  # 注意:此字段可能返回 null,表示取不到有效值。
10832
10339
  # @type DomainPort: Integer
10833
10340
  # @param DeleteTimestamp: 时间戳
10834
- # 注意:此字段可能返回 null,表示取不到有效值。
10835
10341
  # @type DeleteTimestamp: String
10836
10342
  # @param Subnet: 子网Id
10837
10343
  # 注意:此字段可能返回 null,表示取不到有效值。
10838
10344
  # @type Subnet: String
10839
10345
  # @param BrokerVipList: 虚拟IP列表(1对1 broker节点)
10840
- # 注意:此字段可能返回 null,表示取不到有效值。
10841
10346
  # @type BrokerVipList: Array
10842
10347
  # @param VpcId: 私有网络Id
10843
10348
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10889,7 +10394,6 @@ module TencentCloud
10889
10394
  # RouteDTO
10890
10395
  class RouteDTO < TencentCloud::Common::AbstractModel
10891
10396
  # @param RouteId: 路由Id
10892
- # 注意:此字段可能返回 null,表示取不到有效值。
10893
10397
  # @type RouteId: Integer
10894
10398
 
10895
10399
  attr_accessor :RouteId
@@ -10906,7 +10410,6 @@ module TencentCloud
10906
10410
  # 路由信息返回对象
10907
10411
  class RouteResponse < TencentCloud::Common::AbstractModel
10908
10412
  # @param Routers: 路由信息列表
10909
- # 注意:此字段可能返回 null,表示取不到有效值。
10910
10413
  # @type Routers: Array
10911
10414
 
10912
10415
  attr_accessor :Routers
@@ -10932,10 +10435,8 @@ module TencentCloud
10932
10435
  # @param RowContent: 行内容,KEY_VALUE,VALUE
10933
10436
  # @type RowContent: String
10934
10437
  # @param KeyValueDelimiter: key和value间的分隔符
10935
- # 注意:此字段可能返回 null,表示取不到有效值。
10936
10438
  # @type KeyValueDelimiter: String
10937
10439
  # @param EntryDelimiter: 元素建的分隔符
10938
- # 注意:此字段可能返回 null,表示取不到有效值。
10939
10440
  # @type EntryDelimiter: String
10940
10441
 
10941
10442
  attr_accessor :RowContent, :KeyValueDelimiter, :EntryDelimiter
@@ -10962,16 +10463,12 @@ module TencentCloud
10962
10463
  # @param SchemeType: 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY
10963
10464
  # @type SchemeType: String
10964
10465
  # @param Value: 数据处理VALUE
10965
- # 注意:此字段可能返回 null,表示取不到有效值。
10966
10466
  # @type Value: String
10967
10467
  # @param ValueOperate: VALUE处理
10968
- # 注意:此字段可能返回 null,表示取不到有效值。
10969
10468
  # @type ValueOperate: :class:`Tencentcloud::Ckafka.v20190819.models.ValueParam`
10970
10469
  # @param OriginalValue: 原始VALUE
10971
- # 注意:此字段可能返回 null,表示取不到有效值。
10972
10470
  # @type OriginalValue: String
10973
10471
  # @param ValueOperates: VALUE处理链
10974
- # 注意:此字段可能返回 null,表示取不到有效值。
10975
10472
  # @type ValueOperates: Array
10976
10473
 
10977
10474
  attr_accessor :Key, :Operate, :SchemeType, :Value, :ValueOperate, :OriginalValue, :ValueOperates
@@ -11010,25 +10507,18 @@ module TencentCloud
11010
10507
  # SQLServer连接源参数
11011
10508
  class SQLServerConnectParam < TencentCloud::Common::AbstractModel
11012
10509
  # @param Port: SQLServer的连接port
11013
- # 注意:此字段可能返回 null,表示取不到有效值。
11014
10510
  # @type Port: Integer
11015
10511
  # @param UserName: SQLServer连接源的用户名
11016
- # 注意:此字段可能返回 null,表示取不到有效值。
11017
10512
  # @type UserName: String
11018
10513
  # @param Password: SQLServer连接源的密码
11019
- # 注意:此字段可能返回 null,表示取不到有效值。
11020
10514
  # @type Password: String
11021
10515
  # @param Resource: SQLServer连接源的实例资源
11022
- # 注意:此字段可能返回 null,表示取不到有效值。
11023
10516
  # @type Resource: String
11024
10517
  # @param ServiceVip: SQLServer连接源的实例vip,当为腾讯云实例时,必填
11025
- # 注意:此字段可能返回 null,表示取不到有效值。
11026
10518
  # @type ServiceVip: String
11027
10519
  # @param UniqVpcId: SQLServer连接源的vpcId,当为腾讯云实例时,必填
11028
- # 注意:此字段可能返回 null,表示取不到有效值。
11029
10520
  # @type UniqVpcId: String
11030
10521
  # @param IsUpdate: 是否更新到关联的Dip任务
11031
- # 注意:此字段可能返回 null,表示取不到有效值。
11032
10522
  # @type IsUpdate: Boolean
11033
10523
 
11034
10524
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -11057,25 +10547,18 @@ module TencentCloud
11057
10547
  # SQLServer修改连接源参数
11058
10548
  class SQLServerModifyConnectParam < TencentCloud::Common::AbstractModel
11059
10549
  # @param Resource: SQLServer连接源的实例资源【不支持修改】
11060
- # 注意:此字段可能返回 null,表示取不到有效值。
11061
10550
  # @type Resource: String
11062
10551
  # @param Port: SQLServer的连接port【不支持修改】
11063
- # 注意:此字段可能返回 null,表示取不到有效值。
11064
10552
  # @type Port: Integer
11065
10553
  # @param ServiceVip: SQLServer连接源的实例vip【不支持修改】
11066
- # 注意:此字段可能返回 null,表示取不到有效值。
11067
10554
  # @type ServiceVip: String
11068
10555
  # @param UniqVpcId: SQLServer连接源的vpcId【不支持修改】
11069
- # 注意:此字段可能返回 null,表示取不到有效值。
11070
10556
  # @type UniqVpcId: String
11071
10557
  # @param UserName: SQLServer连接源的用户名
11072
- # 注意:此字段可能返回 null,表示取不到有效值。
11073
10558
  # @type UserName: String
11074
10559
  # @param Password: SQLServer连接源的密码
11075
- # 注意:此字段可能返回 null,表示取不到有效值。
11076
10560
  # @type Password: String
11077
10561
  # @param IsUpdate: 是否更新到关联的Dip任务
11078
- # 注意:此字段可能返回 null,表示取不到有效值。
11079
10562
  # @type IsUpdate: Boolean
11080
10563
 
11081
10564
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
@@ -11104,16 +10587,12 @@ module TencentCloud
11104
10587
  # SQLServer类型入参
11105
10588
  class SQLServerParam < TencentCloud::Common::AbstractModel
11106
10589
  # @param Database: SQLServer的数据库名称
11107
- # 注意:此字段可能返回 null,表示取不到有效值。
11108
10590
  # @type Database: String
11109
10591
  # @param Table: SQLServer的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
11110
- # 注意:此字段可能返回 null,表示取不到有效值。
11111
10592
  # @type Table: String
11112
10593
  # @param Resource: 该SQLServer在连接管理内的Id
11113
- # 注意:此字段可能返回 null,表示取不到有效值。
11114
10594
  # @type Resource: String
11115
10595
  # @param SnapshotMode: 复制存量信息(schema_only增量, initial全量),默认为initial
11116
- # 注意:此字段可能返回 null,表示取不到有效值。
11117
10596
  # @type SnapshotMode: String
11118
10597
 
11119
10598
  attr_accessor :Database, :Table, :Resource, :SnapshotMode
@@ -11136,16 +10615,12 @@ module TencentCloud
11136
10615
  # 标准版销售信息
11137
10616
  class SaleInfo < TencentCloud::Common::AbstractModel
11138
10617
  # @param Flag: 手动设置的flag标志
11139
- # 注意:此字段可能返回 null,表示取不到有效值。
11140
10618
  # @type Flag: Boolean
11141
10619
  # @param Version: ckakfa版本号(1.1.1/2.4.2/0.10.2)
11142
- # 注意:此字段可能返回 null,表示取不到有效值。
11143
10620
  # @type Version: String
11144
10621
  # @param Platform: 专业版、标准版标志
11145
- # 注意:此字段可能返回 null,表示取不到有效值。
11146
10622
  # @type Platform: String
11147
10623
  # @param SoldOut: 售罄标志:true售罄
11148
- # 注意:此字段可能返回 null,表示取不到有效值。
11149
10624
  # @type SoldOut: Boolean
11150
10625
 
11151
10626
  attr_accessor :Flag, :Version, :Platform, :SoldOut
@@ -11168,7 +10643,6 @@ module TencentCloud
11168
10643
  # 实例缩容应答
11169
10644
  class ScalingDownResp < TencentCloud::Common::AbstractModel
11170
10645
  # @param DealNames: 订单号列表
11171
- # 注意:此字段可能返回 null,表示取不到有效值。
11172
10646
  # @type DealNames: Array
11173
10647
 
11174
10648
  attr_accessor :DealNames
@@ -11185,19 +10659,14 @@ module TencentCloud
11185
10659
  # Scf类型入参
11186
10660
  class ScfParam < TencentCloud::Common::AbstractModel
11187
10661
  # @param FunctionName: SCF云函数函数名
11188
- # 注意:此字段可能返回 null,表示取不到有效值。
11189
10662
  # @type FunctionName: String
11190
10663
  # @param Namespace: SCF云函数命名空间, 默认为default
11191
- # 注意:此字段可能返回 null,表示取不到有效值。
11192
10664
  # @type Namespace: String
11193
10665
  # @param Qualifier: SCF云函数版本及别名, 默认为$DEFAULT
11194
- # 注意:此字段可能返回 null,表示取不到有效值。
11195
10666
  # @type Qualifier: String
11196
10667
  # @param BatchSize: 每批最大发送消息数, 默认为1000
11197
- # 注意:此字段可能返回 null,表示取不到有效值。
11198
10668
  # @type BatchSize: Integer
11199
10669
  # @param MaxRetries: SCF调用失败后重试次数, 默认为5
11200
- # 注意:此字段可能返回 null,表示取不到有效值。
11201
10670
  # @type MaxRetries: Integer
11202
10671
 
11203
10672
  attr_accessor :FunctionName, :Namespace, :Qualifier, :BatchSize, :MaxRetries
@@ -11303,13 +10772,10 @@ module TencentCloud
11303
10772
  # @param TopicName: 订阅的主题名
11304
10773
  # @type TopicName: String
11305
10774
  # @param Partition: 订阅的分区
11306
- # 注意:此字段可能返回 null,表示取不到有效值。
11307
10775
  # @type Partition: Array
11308
10776
  # @param PartitionOffset: 分区offset信息
11309
- # 注意:此字段可能返回 null,表示取不到有效值。
11310
10777
  # @type PartitionOffset: Array
11311
10778
  # @param TopicId: 订阅的主题ID
11312
- # 注意:此字段可能返回 null,表示取不到有效值。
11313
10779
  # @type TopicId: String
11314
10780
 
11315
10781
  attr_accessor :TopicName, :Partition, :PartitionOffset, :TopicId
@@ -11412,7 +10878,6 @@ module TencentCloud
11412
10878
  # 2 进行中
11413
10879
  # @type Status: Integer
11414
10880
  # @param Output: 输出信息
11415
- # 注意:此字段可能返回 null,表示取不到有效值。
11416
10881
  # @type Output: String
11417
10882
 
11418
10883
  attr_accessor :Status, :Output
@@ -11431,19 +10896,14 @@ module TencentCloud
11431
10896
  # Tdw类型入参
11432
10897
  class TdwParam < TencentCloud::Common::AbstractModel
11433
10898
  # @param Bid: Tdw的bid
11434
- # 注意:此字段可能返回 null,表示取不到有效值。
11435
10899
  # @type Bid: String
11436
10900
  # @param Tid: Tdw的tid
11437
- # 注意:此字段可能返回 null,表示取不到有效值。
11438
10901
  # @type Tid: String
11439
10902
  # @param IsDomestic: 默认true
11440
- # 注意:此字段可能返回 null,表示取不到有效值。
11441
10903
  # @type IsDomestic: Boolean
11442
10904
  # @param TdwHost: TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
11443
- # 注意:此字段可能返回 null,表示取不到有效值。
11444
10905
  # @type TdwHost: String
11445
10906
  # @param TdwPort: TDW端口,默认8099
11446
- # 注意:此字段可能返回 null,表示取不到有效值。
11447
10907
  # @type TdwPort: Integer
11448
10908
 
11449
10909
  attr_accessor :Bid, :Tid, :IsDomestic, :TdwHost, :TdwPort
@@ -11497,7 +10957,6 @@ module TencentCloud
11497
10957
  # @param CreateTime: 创建时间
11498
10958
  # @type CreateTime: Integer
11499
10959
  # @param Note: 主题备注
11500
- # 注意:此字段可能返回 null,表示取不到有效值。
11501
10960
  # @type Note: String
11502
10961
  # @param PartitionNum: 分区个数
11503
10962
  # @type PartitionNum: Integer
@@ -11510,16 +10969,12 @@ module TencentCloud
11510
10969
  # @param Partitions: 分区详情
11511
10970
  # @type Partitions: Array
11512
10971
  # @param EnableAclRule: ACL预设策略开关,1:打开; 0:关闭
11513
- # 注意:此字段可能返回 null,表示取不到有效值。
11514
10972
  # @type EnableAclRule: Integer
11515
10973
  # @param AclRuleList: 预设策略列表
11516
- # 注意:此字段可能返回 null,表示取不到有效值。
11517
10974
  # @type AclRuleList: Array
11518
10975
  # @param QuotaConfig: topic 限流策略
11519
- # 注意:此字段可能返回 null,表示取不到有效值。
11520
10976
  # @type QuotaConfig: :class:`Tencentcloud::Ckafka.v20190819.models.InstanceQuotaConfigResp`
11521
10977
  # @param ReplicaNum: 副本数
11522
- # 注意:此字段可能返回 null,表示取不到有效值。
11523
10978
  # @type ReplicaNum: Integer
11524
10979
 
11525
10980
  attr_accessor :TopicId, :CreateTime, :Note, :PartitionNum, :EnableWhiteList, :IpWhiteList, :Config, :Partitions, :EnableAclRule, :AclRuleList, :QuotaConfig, :ReplicaNum
@@ -11586,7 +11041,6 @@ module TencentCloud
11586
11041
  # @param ReplicaNum: topic副本数 最小值 1,最大值 3
11587
11042
  # @type ReplicaNum: Integer
11588
11043
  # @param Note: 备注
11589
- # 注意:此字段可能返回 null,表示取不到有效值。
11590
11044
  # @type Note: String
11591
11045
  # @param CreateTime: 创建时间
11592
11046
  # @type CreateTime: Integer
@@ -11595,20 +11049,16 @@ module TencentCloud
11595
11049
  # @param IpWhiteListCount: ip白名单中ip个数
11596
11050
  # @type IpWhiteListCount: Integer
11597
11051
  # @param ForwardCosBucket: 数据备份cos bucket: 转存到cos 的bucket地址
11598
- # 注意:此字段可能返回 null,表示取不到有效值。
11599
11052
  # @type ForwardCosBucket: String
11600
11053
  # @param ForwardStatus: 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
11601
11054
  # @type ForwardStatus: Integer
11602
11055
  # @param ForwardInterval: 数据备份到cos的周期频率
11603
11056
  # @type ForwardInterval: Integer
11604
11057
  # @param Config: 高级配置
11605
- # 注意:此字段可能返回 null,表示取不到有效值。
11606
11058
  # @type Config: :class:`Tencentcloud::Ckafka.v20190819.models.Config`
11607
11059
  # @param RetentionTimeConfig: 消息保留时间配置(用于动态配置变更记录)
11608
- # 注意:此字段可能返回 null,表示取不到有效值。
11609
11060
  # @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.TopicRetentionTimeConfigRsp`
11610
11061
  # @param Status: 0:正常,1:已删除,2:删除中
11611
- # 注意:此字段可能返回 null,表示取不到有效值。
11612
11062
  # @type Status: Integer
11613
11063
  # @param Tags: 标签列表
11614
11064
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11669,7 +11119,6 @@ module TencentCloud
11669
11119
  # 主题详情返回实体
11670
11120
  class TopicDetailResponse < TencentCloud::Common::AbstractModel
11671
11121
  # @param TopicList: 返回的主题详情列表
11672
- # 注意:此字段可能返回 null,表示取不到有效值。
11673
11122
  # @type TopicList: Array
11674
11123
  # @param TotalCount: 符合条件的所有主题详情数量
11675
11124
  # @type TotalCount: Integer
@@ -11737,13 +11186,10 @@ module TencentCloud
11737
11186
  # @param ConsumeSpeed: 消费者组消费速度排行速度
11738
11187
  # @type ConsumeSpeed: Array
11739
11188
  # @param TopicMessageHeap: Topic 消息堆积/占用磁盘排行
11740
- # 注意:此字段可能返回 null,表示取不到有效值。
11741
11189
  # @type TopicMessageHeap: Array
11742
11190
  # @param BrokerIp: Broker Ip 列表
11743
- # 注意:此字段可能返回 null,表示取不到有效值。
11744
11191
  # @type BrokerIp: Array
11745
11192
  # @param BrokerTopicData: 单个broker 节点 Topic占用的数据大小
11746
- # 注意:此字段可能返回 null,表示取不到有效值。
11747
11193
  # @type BrokerTopicData: Array
11748
11194
  # @param BrokerTopicFlowData: 单个Broker 节点Topic 流量的大小(单位MB)
11749
11195
  # @type BrokerTopicFlowData: Array
@@ -11815,16 +11261,12 @@ module TencentCloud
11815
11261
  # @param InSyncReplica: ISR
11816
11262
  # @type InSyncReplica: String
11817
11263
  # @param BeginOffset: 起始Offset
11818
- # 注意:此字段可能返回 null,表示取不到有效值。
11819
11264
  # @type BeginOffset: Integer
11820
11265
  # @param EndOffset: 末端Offset
11821
- # 注意:此字段可能返回 null,表示取不到有效值。
11822
11266
  # @type EndOffset: Integer
11823
11267
  # @param MessageCount: 消息数
11824
- # 注意:此字段可能返回 null,表示取不到有效值。
11825
11268
  # @type MessageCount: Integer
11826
11269
  # @param OutOfSyncReplica: 未同步副本集
11827
- # 注意:此字段可能返回 null,表示取不到有效值。
11828
11270
  # @type OutOfSyncReplica: String
11829
11271
 
11830
11272
  attr_accessor :Partition, :Leader, :Replica, :InSyncReplica, :BeginOffset, :EndOffset, :MessageCount, :OutOfSyncReplica
@@ -11882,22 +11324,16 @@ module TencentCloud
11882
11324
  # topic消息堆积、占用磁盘排行
11883
11325
  class TopicMessageHeapRanking < TencentCloud::Common::AbstractModel
11884
11326
  # @param TopicId: 主题ID
11885
- # 注意:此字段可能返回 null,表示取不到有效值。
11886
11327
  # @type TopicId: String
11887
11328
  # @param TopicName: 主题名称
11888
- # 注意:此字段可能返回 null,表示取不到有效值。
11889
11329
  # @type TopicName: String
11890
11330
  # @param PartitionNum: 分区数
11891
- # 注意:此字段可能返回 null,表示取不到有效值。
11892
11331
  # @type PartitionNum: Integer
11893
11332
  # @param ReplicaNum: 副本数
11894
- # 注意:此字段可能返回 null,表示取不到有效值。
11895
11333
  # @type ReplicaNum: Integer
11896
11334
  # @param TopicTraffic: Topic 流量
11897
- # 注意:此字段可能返回 null,表示取不到有效值。
11898
11335
  # @type TopicTraffic: String
11899
11336
  # @param MessageHeap: topic消息堆积/占用磁盘
11900
- # 注意:此字段可能返回 null,表示取不到有效值。
11901
11337
  # @type MessageHeap: Integer
11902
11338
 
11903
11339
  attr_accessor :TopicId, :TopicName, :PartitionNum, :ReplicaNum, :TopicTraffic, :MessageHeap
@@ -11932,16 +11368,12 @@ module TencentCloud
11932
11368
  # 注意:此字段可能返回 null,表示取不到有效值。
11933
11369
  # @type StartTime: Integer
11934
11370
  # @param TopicId: Topic的TopicId【出参】
11935
- # 注意:此字段可能返回 null,表示取不到有效值。
11936
11371
  # @type TopicId: String
11937
11372
  # @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,可选择"gzip", "snappy", "lz4"中的一个进行填写。
11938
- # 注意:此字段可能返回 null,表示取不到有效值。
11939
11373
  # @type CompressionType: String
11940
11374
  # @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务)
11941
- # 注意:此字段可能返回 null,表示取不到有效值。
11942
11375
  # @type UseAutoCreateTopic: Boolean
11943
11376
  # @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
11944
- # 注意:此字段可能返回 null,表示取不到有效值。
11945
11377
  # @type MsgMultiple: Integer
11946
11378
 
11947
11379
  attr_accessor :Resource, :OffsetType, :StartTime, :TopicId, :CompressionType, :UseAutoCreateTopic, :MsgMultiple
@@ -11998,10 +11430,8 @@ module TencentCloud
11998
11430
  # 统一返回的TopicResponse
11999
11431
  class TopicResult < TencentCloud::Common::AbstractModel
12000
11432
  # @param TopicList: 返回的主题信息列表
12001
- # 注意:此字段可能返回 null,表示取不到有效值。
12002
11433
  # @type TopicList: Array
12003
11434
  # @param TotalCount: 符合条件的 topic 数量
12004
- # 注意:此字段可能返回 null,表示取不到有效值。
12005
11435
  # @type TotalCount: Integer
12006
11436
 
12007
11437
  attr_accessor :TopicList, :TotalCount
@@ -12027,13 +11457,10 @@ module TencentCloud
12027
11457
  # Topic消息保留时间配置返回信息
12028
11458
  class TopicRetentionTimeConfigRsp < TencentCloud::Common::AbstractModel
12029
11459
  # @param Expect: 期望值,即用户配置的Topic消息保留时间(单位分钟)
12030
- # 注意:此字段可能返回 null,表示取不到有效值。
12031
11460
  # @type Expect: Integer
12032
11461
  # @param Current: 当前值,即当前生效值(可能存在动态调整,单位分钟)
12033
- # 注意:此字段可能返回 null,表示取不到有效值。
12034
11462
  # @type Current: Integer
12035
11463
  # @param ModTimeStamp: 最近变更时间
12036
- # 注意:此字段可能返回 null,表示取不到有效值。
12037
11464
  # @type ModTimeStamp: Integer
12038
11465
 
12039
11466
  attr_accessor :Expect, :Current, :ModTimeStamp
@@ -12058,10 +11485,8 @@ module TencentCloud
12058
11485
  # @param StatusCountInfo: 消费分组状态数量信息
12059
11486
  # @type StatusCountInfo: String
12060
11487
  # @param GroupsInfo: 消费分组信息
12061
- # 注意:此字段可能返回 null,表示取不到有效值。
12062
11488
  # @type GroupsInfo: Array
12063
11489
  # @param Status: 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
12064
- # 注意:此字段可能返回 null,表示取不到有效值。
12065
11490
  # @type Status: Integer
12066
11491
 
12067
11492
  attr_accessor :TotalCount, :StatusCountInfo, :GroupsInfo, :Status
@@ -12107,13 +11532,10 @@ module TencentCloud
12107
11532
  # @param FilterParam: 过滤器
12108
11533
  # @type FilterParam: Array
12109
11534
  # @param Result: 测试结果
12110
- # 注意:此字段可能返回 null,表示取不到有效值。
12111
11535
  # @type Result: String
12112
11536
  # @param AnalyseResult: 解析结果
12113
- # 注意:此字段可能返回 null,表示取不到有效值。
12114
11537
  # @type AnalyseResult: Array
12115
11538
  # @param UseEventBus: 底层引擎是否使用eb
12116
- # 注意:此字段可能返回 null,表示取不到有效值。
12117
11539
  # @type UseEventBus: Boolean
12118
11540
 
12119
11541
  attr_accessor :AnalysisFormat, :OutputFormat, :FailureParam, :Content, :SourceType, :Regex, :MapParam, :FilterParam, :Result, :AnalyseResult, :UseEventBus
@@ -12178,28 +11600,20 @@ module TencentCloud
12178
11600
  # @param FieldChain: 处理链
12179
11601
  # @type FieldChain: Array
12180
11602
  # @param FilterParam: 过滤器
12181
- # 注意:此字段可能返回 null,表示取不到有效值。
12182
11603
  # @type FilterParam: Array
12183
11604
  # @param FailureParam: 失败处理
12184
- # 注意:此字段可能返回 null,表示取不到有效值。
12185
11605
  # @type FailureParam: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
12186
11606
  # @param Result: 测试结果
12187
- # 注意:此字段可能返回 null,表示取不到有效值。
12188
11607
  # @type Result: String
12189
11608
  # @param SourceType: 数据来源
12190
- # 注意:此字段可能返回 null,表示取不到有效值。
12191
11609
  # @type SourceType: String
12192
11610
  # @param OutputFormat: 输出格式,JSON,ROW,默认为JSON
12193
- # 注意:此字段可能返回 null,表示取不到有效值。
12194
11611
  # @type OutputFormat: String
12195
11612
  # @param RowParam: 输出格式为ROW必填
12196
- # 注意:此字段可能返回 null,表示取不到有效值。
12197
11613
  # @type RowParam: :class:`Tencentcloud::Ckafka.v20190819.models.RowParam`
12198
11614
  # @param KeepMetadata: 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
12199
- # 注意:此字段可能返回 null,表示取不到有效值。
12200
11615
  # @type KeepMetadata: Boolean
12201
11616
  # @param BatchAnalyse: 数组解析
12202
- # 注意:此字段可能返回 null,表示取不到有效值。
12203
11617
  # @type BatchAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.BatchAnalyseParam`
12204
11618
 
12205
11619
  attr_accessor :Content, :FieldChain, :FilterParam, :FailureParam, :Result, :SourceType, :OutputFormat, :RowParam, :KeepMetadata, :BatchAnalyse
@@ -12257,7 +11671,6 @@ module TencentCloud
12257
11671
  # Url解析
12258
11672
  class UrlDecodeParam < TencentCloud::Common::AbstractModel
12259
11673
  # @param CharsetName: 编码
12260
- # 注意:此字段可能返回 null,表示取不到有效值。
12261
11674
  # @type CharsetName: String
12262
11675
 
12263
11676
  attr_accessor :CharsetName
@@ -12302,7 +11715,6 @@ module TencentCloud
12302
11715
  # 用户返回实体
12303
11716
  class UserResponse < TencentCloud::Common::AbstractModel
12304
11717
  # @param Users: 符合条件的用户列表
12305
- # 注意:此字段可能返回 null,表示取不到有效值。
12306
11718
  # @type Users: Array
12307
11719
  # @param TotalCount: 符合条件的总用户数
12308
11720
  # @type TotalCount: Integer
@@ -12459,15 +11871,14 @@ module TencentCloud
12459
11871
  # @param SoldOut: true为售罄,false为未售罄
12460
11872
  # @type SoldOut: String
12461
11873
  # @param SalesInfo: 标准版售罄信息
12462
- # 注意:此字段可能返回 null,表示取不到有效值。
12463
11874
  # @type SalesInfo: Array
12464
11875
  # @param ExtraFlag: 额外标识
12465
11876
  # @type ExtraFlag: String
12466
11877
 
12467
11878
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12468
11879
  extend Gem::Deprecate
12469
- deprecate :Exflag, :none, 2025, 2
12470
- deprecate :Exflag=, :none, 2025, 2
11880
+ deprecate :Exflag, :none, 2025, 3
11881
+ deprecate :Exflag=, :none, 2025, 3
12471
11882
 
12472
11883
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12473
11884
  @ZoneId = zoneid
@@ -12516,40 +11927,28 @@ module TencentCloud
12516
11927
  # @param MessagePrice: 后付费消息单价
12517
11928
  # @type MessagePrice: :class:`Tencentcloud::Ckafka.v20190819.models.Price`
12518
11929
  # @param ClusterInfo: 用户独占集群信息
12519
- # 注意:此字段可能返回 null,表示取不到有效值。
12520
11930
  # @type ClusterInfo: Array
12521
11931
  # @param Standard: 购买标准版配置
12522
- # 注意:此字段可能返回 null,表示取不到有效值。
12523
11932
  # @type Standard: String
12524
11933
  # @param StandardS2: 购买标准版S2配置
12525
- # 注意:此字段可能返回 null,表示取不到有效值。
12526
11934
  # @type StandardS2: String
12527
11935
  # @param Profession: 购买专业版配置
12528
- # 注意:此字段可能返回 null,表示取不到有效值。
12529
11936
  # @type Profession: String
12530
11937
  # @param Physical: 购买物理独占版配置
12531
- # 注意:此字段可能返回 null,表示取不到有效值。
12532
11938
  # @type Physical: String
12533
11939
  # @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
12534
- # 注意:此字段可能返回 null,表示取不到有效值。
12535
11940
  # @type PublicNetwork: String
12536
11941
  # @param PublicNetworkLimit: 公网带宽配置
12537
- # 注意:此字段可能返回 null,表示取不到有效值。
12538
11942
  # @type PublicNetworkLimit: String
12539
11943
  # @param RequestId: 请求Id
12540
- # 注意:此字段可能返回 null,表示取不到有效值。
12541
11944
  # @type RequestId: String
12542
11945
  # @param Version: 版本
12543
- # 注意:此字段可能返回 null,表示取不到有效值。
12544
11946
  # @type Version: String
12545
11947
  # @param Offset: 分页offset
12546
- # 注意:此字段可能返回 null,表示取不到有效值。
12547
11948
  # @type Offset: Integer
12548
11949
  # @param Limit: 分页limit
12549
- # 注意:此字段可能返回 null,表示取不到有效值。
12550
11950
  # @type Limit: Integer
12551
11951
  # @param ForceCheckTag: 是否必须录入tag
12552
- # 注意:此字段可能返回 null,表示取不到有效值。
12553
11952
  # @type ForceCheckTag: Boolean
12554
11953
 
12555
11954
  attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Version, :Offset, :Limit, :ForceCheckTag