tencentcloud-sdk-ckafka 3.0.1024 → 3.0.1026

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 +13 -492
  4. metadata +2 -2
@@ -301,7 +301,6 @@ module TencentCloud
301
301
  # AuthorizeToken返回参数结构体
302
302
  class AuthorizeTokenResponse < TencentCloud::Common::AbstractModel
303
303
  # @param Result: 0 成功
304
- # 注意:此字段可能返回 null,表示取不到有效值。
305
304
  # @type Result: Integer
306
305
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
307
306
  # @type RequestId: String
@@ -685,7 +684,6 @@ module TencentCloud
685
684
  # CancelAuthorizationToken返回参数结构体
686
685
  class CancelAuthorizationTokenResponse < TencentCloud::Common::AbstractModel
687
686
  # @param Result: 0 成功 非0 失败
688
- # 注意:此字段可能返回 null,表示取不到有效值。
689
687
  # @type Result: Integer
690
688
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
691
689
  # @type RequestId: String
@@ -738,7 +736,6 @@ module TencentCloud
738
736
  # CheckCdcCluster返回参数结构体
739
737
  class CheckCdcClusterResponse < TencentCloud::Common::AbstractModel
740
738
  # @param Result: 返回结果状态Success
741
- # 注意:此字段可能返回 null,表示取不到有效值。
742
739
  # @type Result: String
743
740
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
744
741
  # @type RequestId: String
@@ -773,6 +770,7 @@ module TencentCloud
773
770
  # @param UniqVpcId: ClickHouse连接源的vpcId,当为腾讯云实例时,必填
774
771
  # @type UniqVpcId: String
775
772
  # @param IsUpdate: 是否更新到关联的Datahub任务
773
+ # 注意:此字段可能返回 null,表示取不到有效值。
776
774
  # @type IsUpdate: Boolean
777
775
 
778
776
  attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -1051,21 +1049,29 @@ module TencentCloud
1051
1049
  # @param Retention: 消息保留时间
1052
1050
  # @type Retention: Integer
1053
1051
  # @param MinInsyncReplicas: 最小同步复制数
1052
+ # 注意:此字段可能返回 null,表示取不到有效值。
1054
1053
  # @type MinInsyncReplicas: Integer
1055
1054
  # @param CleanUpPolicy: 日志清理模式,默认 delete。
1056
1055
  # delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
1056
+ # 注意:此字段可能返回 null,表示取不到有效值。
1057
1057
  # @type CleanUpPolicy: String
1058
1058
  # @param SegmentMs: Segment 分片滚动的时长
1059
+ # 注意:此字段可能返回 null,表示取不到有效值。
1059
1060
  # @type SegmentMs: Integer
1060
1061
  # @param UncleanLeaderElectionEnable: 0表示 false。 1表示 true。
1062
+ # 注意:此字段可能返回 null,表示取不到有效值。
1061
1063
  # @type UncleanLeaderElectionEnable: Integer
1062
1064
  # @param SegmentBytes: Segment 分片滚动的字节数
1065
+ # 注意:此字段可能返回 null,表示取不到有效值。
1063
1066
  # @type SegmentBytes: Integer
1064
1067
  # @param MaxMessageBytes: 最大消息字节数
1068
+ # 注意:此字段可能返回 null,表示取不到有效值。
1065
1069
  # @type MaxMessageBytes: Integer
1066
1070
  # @param RetentionBytes: 消息保留文件大小
1071
+ # 注意:此字段可能返回 null,表示取不到有效值。
1067
1072
  # @type RetentionBytes: Integer
1068
1073
  # @param LogMsgTimestampType: 消息保存的时间类型
1074
+ # 注意:此字段可能返回 null,表示取不到有效值。
1069
1075
  # @type LogMsgTimestampType: String
1070
1076
 
1071
1077
  attr_accessor :Retention, :MinInsyncReplicas, :CleanUpPolicy, :SegmentMs, :UncleanLeaderElectionEnable, :SegmentBytes, :MaxMessageBytes, :RetentionBytes, :LogMsgTimestampType
@@ -1290,12 +1296,15 @@ module TencentCloud
1290
1296
  # @param Offset: 位点
1291
1297
  # @type Offset: Integer
1292
1298
  # @param Key: 消息key
1299
+ # 注意:此字段可能返回 null,表示取不到有效值。
1293
1300
  # @type Key: String
1294
1301
  # @param Value: 消息value
1302
+ # 注意:此字段可能返回 null,表示取不到有效值。
1295
1303
  # @type Value: String
1296
1304
  # @param Timestamp: 消息时间戳
1297
1305
  # @type Timestamp: Integer
1298
1306
  # @param Headers: 消息headers
1307
+ # 注意:此字段可能返回 null,表示取不到有效值。
1299
1308
  # @type Headers: String
1300
1309
 
1301
1310
  attr_accessor :Topic, :Partition, :Offset, :Key, :Value, :Timestamp, :Headers
@@ -2111,16 +2120,12 @@ module TencentCloud
2111
2120
  # 创建预付费接口返回的Data
2112
2121
  class CreateInstancePreData < TencentCloud::Common::AbstractModel
2113
2122
  # @param FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
2114
- # 注意:此字段可能返回 null,表示取不到有效值。
2115
2123
  # @type FlowId: Integer
2116
2124
  # @param DealNames: 订单号列表
2117
- # 注意:此字段可能返回 null,表示取不到有效值。
2118
2125
  # @type DealNames: Array
2119
2126
  # @param InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
2120
- # 注意:此字段可能返回 null,表示取不到有效值。
2121
2127
  # @type InstanceId: String
2122
2128
  # @param DealNameInstanceIdMapping: 订单和购买实例对应映射列表
2123
- # 注意:此字段可能返回 null,表示取不到有效值。
2124
2129
  # @type DealNameInstanceIdMapping: Array
2125
2130
 
2126
2131
  attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
@@ -2151,7 +2156,7 @@ module TencentCloud
2151
2156
  class CreateInstancePreRequest < TencentCloud::Common::AbstractModel
2152
2157
  # @param InstanceName: ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
2153
2158
  # @type InstanceName: String
2154
- # @param ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。需要保证传入的参数和 SubnetId 所在子网属于同一个可用区
2159
+ # @param ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。 [查看可用区](https://cloud.tencent.com/document/product/597/55246)
2155
2160
  # @type ZoneId: Integer
2156
2161
  # @param Period: 预付费购买时长,例如 "1m",就是一个月
2157
2162
  # @type Period: String
@@ -2261,7 +2266,6 @@ module TencentCloud
2261
2266
  # @param ReturnMessage: 成功消息
2262
2267
  # @type ReturnMessage: String
2263
2268
  # @param Data: 操作型返回的Data数据
2264
- # 注意:此字段可能返回 null,表示取不到有效值。
2265
2269
  # @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.CreateInstancePreData`
2266
2270
  # @param DeleteRouteTimestamp: 删除时间。目前该参数字段已废弃,将会在未来被删除
2267
2271
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2623,7 +2627,6 @@ module TencentCloud
2623
2627
  # CreateToken返回参数结构体
2624
2628
  class CreateTokenResponse < TencentCloud::Common::AbstractModel
2625
2629
  # @param Result: token串
2626
- # 注意:此字段可能返回 null,表示取不到有效值。
2627
2630
  # @type Result: String
2628
2631
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2629
2632
  # @type RequestId: String
@@ -2936,10 +2939,8 @@ module TencentCloud
2936
2939
  # Ctsdb类型入参
2937
2940
  class CtsdbParam < TencentCloud::Common::AbstractModel
2938
2941
  # @param Resource: 连接管理实例资源
2939
- # 注意:此字段可能返回 null,表示取不到有效值。
2940
2942
  # @type Resource: String
2941
2943
  # @param CtsdbMetric: Ctsdb的metric
2942
- # 注意:此字段可能返回 null,表示取不到有效值。
2943
2944
  # @type CtsdbMetric: String
2944
2945
 
2945
2946
  attr_accessor :Resource, :CtsdbMetric
@@ -3134,28 +3135,20 @@ module TencentCloud
3134
3135
  # @param Status: 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
3135
3136
  # @type Status: Integer
3136
3137
  # @param SourceResource: 数据源
3137
- # 注意:此字段可能返回 null,表示取不到有效值。
3138
3138
  # @type SourceResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
3139
3139
  # @param TargetResource: 数据目标
3140
- # 注意:此字段可能返回 null,表示取不到有效值。
3141
3140
  # @type TargetResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
3142
3141
  # @param CreateTime: 任务创建时间
3143
- # 注意:此字段可能返回 null,表示取不到有效值。
3144
3142
  # @type CreateTime: String
3145
3143
  # @param ErrorMessage: 异常信息
3146
- # 注意:此字段可能返回 null,表示取不到有效值。
3147
3144
  # @type ErrorMessage: String
3148
3145
  # @param TaskProgress: 创建进度百分比
3149
- # 注意:此字段可能返回 null,表示取不到有效值。
3150
3146
  # @type TaskProgress: Float
3151
3147
  # @param TaskCurrentStep: 任务当前处于的步骤
3152
- # 注意:此字段可能返回 null,表示取不到有效值。
3153
3148
  # @type TaskCurrentStep: String
3154
3149
  # @param DatahubId: Datahub转储Id
3155
- # 注意:此字段可能返回 null,表示取不到有效值。
3156
3150
  # @type DatahubId: String
3157
3151
  # @param StepList: 步骤列表
3158
- # 注意:此字段可能返回 null,表示取不到有效值。
3159
3152
  # @type StepList: Array
3160
3153
 
3161
3154
  attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :CreateTime, :ErrorMessage, :TaskProgress, :TaskCurrentStep, :DatahubId, :StepList
@@ -3242,7 +3235,6 @@ module TencentCloud
3242
3235
  # @param TopicName: 主题名称
3243
3236
  # @type TopicName: String
3244
3237
  # @param TopicId: 主题Id
3245
- # 注意:此字段可能返回 null,表示取不到有效值。
3246
3238
  # @type TopicId: String
3247
3239
 
3248
3240
  attr_accessor :TopicName, :TopicId
@@ -3263,10 +3255,8 @@ module TencentCloud
3263
3255
  # @param Format: 时间格式
3264
3256
  # @type Format: String
3265
3257
  # @param TargetType: 输入类型,string,unix时间戳,默认string
3266
- # 注意:此字段可能返回 null,表示取不到有效值。
3267
3258
  # @type TargetType: String
3268
3259
  # @param TimeZone: 时区,默认GMT+8
3269
- # 注意:此字段可能返回 null,表示取不到有效值。
3270
3260
  # @type TimeZone: String
3271
3261
 
3272
3262
  attr_accessor :Format, :TargetType, :TimeZone
@@ -3287,10 +3277,8 @@ module TencentCloud
3287
3277
  # 预付费/后付费接口中,订单和 CKafka 实例映射数据结构
3288
3278
  class DealInstanceDTO < TencentCloud::Common::AbstractModel
3289
3279
  # @param DealName: 订单流水
3290
- # 注意:此字段可能返回 null,表示取不到有效值。
3291
3280
  # @type DealName: String
3292
3281
  # @param InstanceIdList: 订单流水对应购买的 CKafka 实例 id 列表
3293
- # 注意:此字段可能返回 null,表示取不到有效值。
3294
3282
  # @type InstanceIdList: Array
3295
3283
 
3296
3284
  attr_accessor :DealName, :InstanceIdList
@@ -3467,7 +3455,6 @@ module TencentCloud
3467
3455
  # DeleteDatahubTask返回参数结构体
3468
3456
  class DeleteDatahubTaskResponse < TencentCloud::Common::AbstractModel
3469
3457
  # @param Result: 操作结果
3470
- # 注意:此字段可能返回 null,表示取不到有效值。
3471
3458
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubTaskIdRes`
3472
3459
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3473
3460
  # @type RequestId: String
@@ -4069,7 +4056,6 @@ module TencentCloud
4069
4056
  # 注意:此字段可能返回 null,表示取不到有效值。
4070
4057
  # @type Time: String
4071
4058
  # @param IsUnSupportVersion: 是否支持的版本
4072
- # 注意:此字段可能返回 null,表示取不到有效值。
4073
4059
  # @type IsUnSupportVersion: Boolean
4074
4060
 
4075
4061
  attr_accessor :IpAddr, :Time, :IsUnSupportVersion
@@ -4090,37 +4076,26 @@ module TencentCloud
4090
4076
  # 查询连接源具体数据的返参
4091
4077
  class DescribeConnectResource < TencentCloud::Common::AbstractModel
4092
4078
  # @param ResourceId: 连接源的Id
4093
- # 注意:此字段可能返回 null,表示取不到有效值。
4094
4079
  # @type ResourceId: String
4095
4080
  # @param ResourceName: 连接源名称
4096
- # 注意:此字段可能返回 null,表示取不到有效值。
4097
4081
  # @type ResourceName: String
4098
4082
  # @param Description: 连接源描述
4099
- # 注意:此字段可能返回 null,表示取不到有效值。
4100
4083
  # @type Description: String
4101
4084
  # @param Type: 连接源类型
4102
- # 注意:此字段可能返回 null,表示取不到有效值。
4103
4085
  # @type Type: String
4104
4086
  # @param Status: 连接源的状态
4105
- # 注意:此字段可能返回 null,表示取不到有效值。
4106
4087
  # @type Status: Integer
4107
4088
  # @param CreateTime: 连接源的创建时间
4108
- # 注意:此字段可能返回 null,表示取不到有效值。
4109
4089
  # @type CreateTime: String
4110
4090
  # @param ErrorMessage: 连接源的异常信息
4111
- # 注意:此字段可能返回 null,表示取不到有效值。
4112
4091
  # @type ErrorMessage: String
4113
4092
  # @param DatahubTaskCount: 该连接源关联的Datahub任务数
4114
- # 注意:此字段可能返回 null,表示取不到有效值。
4115
4093
  # @type DatahubTaskCount: Integer
4116
4094
  # @param CurrentStep: 连接源的当前所处步骤
4117
- # 注意:此字段可能返回 null,表示取不到有效值。
4118
4095
  # @type CurrentStep: String
4119
4096
  # @param TaskProgress: 创建进度百分比
4120
- # 注意:此字段可能返回 null,表示取不到有效值。
4121
4097
  # @type TaskProgress: Float
4122
4098
  # @param StepList: 步骤列表
4123
- # 注意:此字段可能返回 null,表示取不到有效值。
4124
4099
  # @type StepList: Array
4125
4100
  # @param DtsConnectParam: Dts配置,Type为DTS时返回
4126
4101
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4269,28 +4244,20 @@ module TencentCloud
4269
4244
  # 查询连接源具体数据的返参
4270
4245
  class DescribeConnectResourceResp < TencentCloud::Common::AbstractModel
4271
4246
  # @param ResourceId: 连接源的Id
4272
- # 注意:此字段可能返回 null,表示取不到有效值。
4273
4247
  # @type ResourceId: String
4274
4248
  # @param ResourceName: 连接源名称
4275
- # 注意:此字段可能返回 null,表示取不到有效值。
4276
4249
  # @type ResourceName: String
4277
4250
  # @param Description: 连接源描述
4278
- # 注意:此字段可能返回 null,表示取不到有效值。
4279
4251
  # @type Description: String
4280
4252
  # @param Type: 连接源类型
4281
- # 注意:此字段可能返回 null,表示取不到有效值。
4282
4253
  # @type Type: String
4283
4254
  # @param Status: 连接源的状态
4284
- # 注意:此字段可能返回 null,表示取不到有效值。
4285
4255
  # @type Status: Integer
4286
4256
  # @param CreateTime: 连接源的创建时间
4287
- # 注意:此字段可能返回 null,表示取不到有效值。
4288
4257
  # @type CreateTime: String
4289
4258
  # @param ErrorMessage: 连接源的异常信息
4290
- # 注意:此字段可能返回 null,表示取不到有效值。
4291
4259
  # @type ErrorMessage: String
4292
4260
  # @param CurrentStep: 连接源的当前所处步骤
4293
- # 注意:此字段可能返回 null,表示取不到有效值。
4294
4261
  # @type CurrentStep: String
4295
4262
  # @param StepList: 步骤列表
4296
4263
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4422,7 +4389,6 @@ module TencentCloud
4422
4389
  # DescribeConnectResource返回参数结构体
4423
4390
  class DescribeConnectResourceResponse < TencentCloud::Common::AbstractModel
4424
4391
  # @param Result: 连接源的Id
4425
- # 注意:此字段可能返回 null,表示取不到有效值。
4426
4392
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.DescribeConnectResourceResp`
4427
4393
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4428
4394
  # @type RequestId: String
@@ -4480,7 +4446,6 @@ module TencentCloud
4480
4446
  # @param TotalCount: 连接源个数
4481
4447
  # @type TotalCount: Integer
4482
4448
  # @param ConnectResourceList: 连接源数据
4483
- # 注意:此字段可能返回 null,表示取不到有效值。
4484
4449
  # @type ConnectResourceList: Array
4485
4450
 
4486
4451
  attr_accessor :TotalCount, :ConnectResourceList
@@ -4663,37 +4628,28 @@ module TencentCloud
4663
4628
  # @param Status: 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
4664
4629
  # @type Status: Integer
4665
4630
  # @param SourceResource: 数据源
4666
- # 注意:此字段可能返回 null,表示取不到有效值。
4667
4631
  # @type SourceResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
4668
4632
  # @param TargetResource: 数据目标
4669
- # 注意:此字段可能返回 null,表示取不到有效值。
4670
4633
  # @type TargetResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
4671
4634
  # @param Connections: Connection列表
4672
- # 注意:此字段可能返回 null,表示取不到有效值。
4673
4635
  # @type Connections: Array
4674
4636
  # @param CreateTime: 任务创建时间
4675
- # 注意:此字段可能返回 null,表示取不到有效值。
4676
4637
  # @type CreateTime: String
4677
4638
  # @param TransformParam: 消息处理规则
4678
4639
  # 注意:此字段可能返回 null,表示取不到有效值。
4679
4640
  # @type TransformParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformParam`
4680
4641
  # @param DatahubId: 数据接入ID
4681
- # 注意:此字段可能返回 null,表示取不到有效值。
4682
4642
  # @type DatahubId: String
4683
4643
  # @param SchemaId: 绑定的SchemaId
4684
- # 注意:此字段可能返回 null,表示取不到有效值。
4685
4644
  # @type SchemaId: String
4686
4645
  # @param SchemaName: 绑定的Schema名称
4687
- # 注意:此字段可能返回 null,表示取不到有效值。
4688
4646
  # @type SchemaName: String
4689
4647
  # @param TransformsParam: 数据处理规则
4690
4648
  # 注意:此字段可能返回 null,表示取不到有效值。
4691
4649
  # @type TransformsParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformsParam`
4692
4650
  # @param ErrorMessage: 异常信息
4693
- # 注意:此字段可能返回 null,表示取不到有效值。
4694
4651
  # @type ErrorMessage: String
4695
4652
  # @param Tags: 任务标签列表
4696
- # 注意:此字段可能返回 null,表示取不到有效值。
4697
4653
  # @type Tags: Array
4698
4654
 
4699
4655
  attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
@@ -4829,7 +4785,6 @@ module TencentCloud
4829
4785
  # @param TotalCount: 任务总数
4830
4786
  # @type TotalCount: Integer
4831
4787
  # @param TaskList: Datahub任务信息列表
4832
- # 注意:此字段可能返回 null,表示取不到有效值。
4833
4788
  # @type TaskList: Array
4834
4789
 
4835
4790
  attr_accessor :TotalCount, :TaskList
@@ -4904,7 +4859,6 @@ module TencentCloud
4904
4859
  # @param RetentionMs: 过期时间
4905
4860
  # @type RetentionMs: Integer
4906
4861
  # @param Note: 备注
4907
- # 注意:此字段可能返回 null,表示取不到有效值。
4908
4862
  # @type Note: String
4909
4863
  # @param UserName: 用户名
4910
4864
  # @type UserName: String
@@ -4913,7 +4867,6 @@ module TencentCloud
4913
4867
  # @param Status: 状态,1使用中,2删除中
4914
4868
  # @type Status: Integer
4915
4869
  # @param Address: 服务路由地址
4916
- # 注意:此字段可能返回 null,表示取不到有效值。
4917
4870
  # @type Address: String
4918
4871
 
4919
4872
  attr_accessor :Name, :TopicName, :TopicId, :PartitionNum, :RetentionMs, :Note, :UserName, :Password, :Status, :Address
@@ -5009,7 +4962,6 @@ module TencentCloud
5009
4962
  # @param TotalCount: 总数
5010
4963
  # @type TotalCount: Integer
5011
4964
  # @param TopicList: Topic列表
5012
- # 注意:此字段可能返回 null,表示取不到有效值。
5013
4965
  # @type TopicList: Array
5014
4966
 
5015
4967
  attr_accessor :TotalCount, :TopicList
@@ -5035,7 +4987,6 @@ module TencentCloud
5035
4987
  # DescribeDatahubTopics返回参数结构体
5036
4988
  class DescribeDatahubTopicsResponse < TencentCloud::Common::AbstractModel
5037
4989
  # @param Result: 主题列表
5038
- # 注意:此字段可能返回 null,表示取不到有效值。
5039
4990
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.DescribeDatahubTopicsResp`
5040
4991
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5041
4992
  # @type RequestId: String
@@ -5099,7 +5050,6 @@ module TencentCloud
5099
5050
  # DescribeGroupInfo返回参数结构体
5100
5051
  class DescribeGroupInfoResponse < TencentCloud::Common::AbstractModel
5101
5052
  # @param Result: 返回的结果
5102
- # 注意:此字段可能返回 null,表示取不到有效值。
5103
5053
  # @type Result: Array
5104
5054
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5105
5055
  # @type RequestId: String
@@ -5510,7 +5460,6 @@ module TencentCloud
5510
5460
  # DescribeRegion返回参数结构体
5511
5461
  class DescribeRegionResponse < TencentCloud::Common::AbstractModel
5512
5462
  # @param Result: 返回地域枚举结果列表
5513
- # 注意:此字段可能返回 null,表示取不到有效值。
5514
5463
  # @type Result: Array
5515
5464
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5516
5465
  # @type RequestId: String
@@ -5871,7 +5820,6 @@ module TencentCloud
5871
5820
  # DescribeTopic返回参数结构体
5872
5821
  class DescribeTopicResponse < TencentCloud::Common::AbstractModel
5873
5822
  # @param Result: 返回的结果
5874
- # 注意:此字段可能返回 null,表示取不到有效值。
5875
5823
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.TopicResult`
5876
5824
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5877
5825
  # @type RequestId: String
@@ -6052,31 +6000,22 @@ module TencentCloud
6052
6000
  # Doris 连接源参数
6053
6001
  class DorisConnectParam < TencentCloud::Common::AbstractModel
6054
6002
  # @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
6055
- # 注意:此字段可能返回 null,表示取不到有效值。
6056
6003
  # @type Port: Integer
6057
6004
  # @param UserName: Doris 连接源的用户名
6058
- # 注意:此字段可能返回 null,表示取不到有效值。
6059
6005
  # @type UserName: String
6060
6006
  # @param Password: Doris 连接源的密码
6061
- # 注意:此字段可能返回 null,表示取不到有效值。
6062
6007
  # @type Password: String
6063
6008
  # @param Resource: Doris 连接源的实例资源
6064
- # 注意:此字段可能返回 null,表示取不到有效值。
6065
6009
  # @type Resource: String
6066
6010
  # @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
6067
- # 注意:此字段可能返回 null,表示取不到有效值。
6068
6011
  # @type ServiceVip: String
6069
6012
  # @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
6070
- # 注意:此字段可能返回 null,表示取不到有效值。
6071
6013
  # @type UniqVpcId: String
6072
6014
  # @param IsUpdate: 是否更新到关联的Datahub任务
6073
- # 注意:此字段可能返回 null,表示取不到有效值。
6074
6015
  # @type IsUpdate: Boolean
6075
6016
  # @param SelfBuilt: Doris 连接源是否为自建集群
6076
- # 注意:此字段可能返回 null,表示取不到有效值。
6077
6017
  # @type SelfBuilt: Boolean
6078
6018
  # @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
6079
- # 注意:此字段可能返回 null,表示取不到有效值。
6080
6019
  # @type BePort: Integer
6081
6020
 
6082
6021
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :SelfBuilt, :BePort
@@ -6109,31 +6048,22 @@ module TencentCloud
6109
6048
  # Doris 连接源修改参数
6110
6049
  class DorisModifyConnectParam < TencentCloud::Common::AbstractModel
6111
6050
  # @param Resource: Doris 连接源的实例资源
6112
- # 注意:此字段可能返回 null,表示取不到有效值。
6113
6051
  # @type Resource: String
6114
6052
  # @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
6115
- # 注意:此字段可能返回 null,表示取不到有效值。
6116
6053
  # @type Port: Integer
6117
6054
  # @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
6118
- # 注意:此字段可能返回 null,表示取不到有效值。
6119
6055
  # @type ServiceVip: String
6120
6056
  # @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
6121
- # 注意:此字段可能返回 null,表示取不到有效值。
6122
6057
  # @type UniqVpcId: String
6123
6058
  # @param UserName: Doris 连接源的用户名
6124
- # 注意:此字段可能返回 null,表示取不到有效值。
6125
6059
  # @type UserName: String
6126
6060
  # @param Password: Doris 连接源的密码
6127
- # 注意:此字段可能返回 null,表示取不到有效值。
6128
6061
  # @type Password: String
6129
6062
  # @param IsUpdate: 是否更新到关联的Datahub任务
6130
- # 注意:此字段可能返回 null,表示取不到有效值。
6131
6063
  # @type IsUpdate: Boolean
6132
6064
  # @param SelfBuilt: Doris 连接源是否为自建集群
6133
- # 注意:此字段可能返回 null,表示取不到有效值。
6134
6065
  # @type SelfBuilt: Boolean
6135
6066
  # @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
6136
- # 注意:此字段可能返回 null,表示取不到有效值。
6137
6067
  # @type BePort: Integer
6138
6068
 
6139
6069
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :SelfBuilt, :BePort
@@ -6166,19 +6096,14 @@ module TencentCloud
6166
6096
  # dip失败消息写入cls的配置
6167
6097
  class DropCls < TencentCloud::Common::AbstractModel
6168
6098
  # @param DropInvalidMessageToCls: 是否投递到cls
6169
- # 注意:此字段可能返回 null,表示取不到有效值。
6170
6099
  # @type DropInvalidMessageToCls: Boolean
6171
6100
  # @param DropClsRegion: 投递cls的地域
6172
- # 注意:此字段可能返回 null,表示取不到有效值。
6173
6101
  # @type DropClsRegion: String
6174
6102
  # @param DropClsOwneruin: 投递cls的账号
6175
- # 注意:此字段可能返回 null,表示取不到有效值。
6176
6103
  # @type DropClsOwneruin: String
6177
6104
  # @param DropClsTopicId: 投递cls的主题
6178
- # 注意:此字段可能返回 null,表示取不到有效值。
6179
6105
  # @type DropClsTopicId: String
6180
6106
  # @param DropClsLogSet: 投递cls的日志集id
6181
- # 注意:此字段可能返回 null,表示取不到有效值。
6182
6107
  # @type DropClsLogSet: String
6183
6108
 
6184
6109
  attr_accessor :DropInvalidMessageToCls, :DropClsRegion, :DropClsOwneruin, :DropClsTopicId, :DropClsLogSet
@@ -6203,25 +6128,18 @@ module TencentCloud
6203
6128
  # Dts连接源参数
6204
6129
  class DtsConnectParam < TencentCloud::Common::AbstractModel
6205
6130
  # @param Port: Dts的连接port
6206
- # 注意:此字段可能返回 null,表示取不到有效值。
6207
6131
  # @type Port: Integer
6208
6132
  # @param GroupId: Dts消费分组的Id
6209
- # 注意:此字段可能返回 null,表示取不到有效值。
6210
6133
  # @type GroupId: String
6211
6134
  # @param UserName: Dts消费分组的账号
6212
- # 注意:此字段可能返回 null,表示取不到有效值。
6213
6135
  # @type UserName: String
6214
6136
  # @param Password: Dts消费分组的密码
6215
- # 注意:此字段可能返回 null,表示取不到有效值。
6216
6137
  # @type Password: String
6217
6138
  # @param Resource: Dts实例Id
6218
- # 注意:此字段可能返回 null,表示取不到有效值。
6219
6139
  # @type Resource: String
6220
6140
  # @param Topic: Dts订阅的topic
6221
- # 注意:此字段可能返回 null,表示取不到有效值。
6222
6141
  # @type Topic: String
6223
6142
  # @param IsUpdate: 是否更新到关联的Datahub任务
6224
- # 注意:此字段可能返回 null,表示取不到有效值。
6225
6143
  # @type IsUpdate: Boolean
6226
6144
 
6227
6145
  attr_accessor :Port, :GroupId, :UserName, :Password, :Resource, :Topic, :IsUpdate
@@ -6290,28 +6208,20 @@ module TencentCloud
6290
6208
  # Dts类型入参
6291
6209
  class DtsParam < TencentCloud::Common::AbstractModel
6292
6210
  # @param Resource: Dts实例Id
6293
- # 注意:此字段可能返回 null,表示取不到有效值。
6294
6211
  # @type Resource: String
6295
6212
  # @param Ip: Dts的连接ip
6296
- # 注意:此字段可能返回 null,表示取不到有效值。
6297
6213
  # @type Ip: String
6298
6214
  # @param Port: Dts的连接port
6299
- # 注意:此字段可能返回 null,表示取不到有效值。
6300
6215
  # @type Port: Integer
6301
6216
  # @param Topic: Dts订阅的topic
6302
- # 注意:此字段可能返回 null,表示取不到有效值。
6303
6217
  # @type Topic: String
6304
6218
  # @param GroupId: Dts消费分组的Id
6305
- # 注意:此字段可能返回 null,表示取不到有效值。
6306
6219
  # @type GroupId: String
6307
6220
  # @param GroupUser: Dts消费分组的账号
6308
- # 注意:此字段可能返回 null,表示取不到有效值。
6309
6221
  # @type GroupUser: String
6310
6222
  # @param GroupPassword: Dts消费分组的密码
6311
- # 注意:此字段可能返回 null,表示取不到有效值。
6312
6223
  # @type GroupPassword: String
6313
6224
  # @param TranSql: false同步原始数据,true同步解析后的json格式数据,默认true
6314
- # 注意:此字段可能返回 null,表示取不到有效值。
6315
6225
  # @type TranSql: Boolean
6316
6226
 
6317
6227
  attr_accessor :Resource, :Ip, :Port, :Topic, :GroupId, :GroupUser, :GroupPassword, :TranSql
@@ -6406,25 +6316,18 @@ module TencentCloud
6406
6316
  # Es连接源参数
6407
6317
  class EsConnectParam < TencentCloud::Common::AbstractModel
6408
6318
  # @param Port: Es的连接port
6409
- # 注意:此字段可能返回 null,表示取不到有效值。
6410
6319
  # @type Port: Integer
6411
6320
  # @param UserName: Es连接源的用户名
6412
- # 注意:此字段可能返回 null,表示取不到有效值。
6413
6321
  # @type UserName: String
6414
6322
  # @param Password: Es连接源的密码
6415
- # 注意:此字段可能返回 null,表示取不到有效值。
6416
6323
  # @type Password: String
6417
6324
  # @param Resource: Es连接源的实例资源
6418
- # 注意:此字段可能返回 null,表示取不到有效值。
6419
6325
  # @type Resource: String
6420
6326
  # @param SelfBuilt: Es连接源是否为自建集群
6421
- # 注意:此字段可能返回 null,表示取不到有效值。
6422
6327
  # @type SelfBuilt: Boolean
6423
6328
  # @param ServiceVip: Es连接源的实例vip,当为腾讯云实例时,必填
6424
- # 注意:此字段可能返回 null,表示取不到有效值。
6425
6329
  # @type ServiceVip: String
6426
6330
  # @param UniqVpcId: Es连接源的vpcId,当为腾讯云实例时,必填
6427
- # 注意:此字段可能返回 null,表示取不到有效值。
6428
6331
  # @type UniqVpcId: String
6429
6332
  # @param IsUpdate: 是否更新到关联的Datahub任务
6430
6333
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6458,28 +6361,20 @@ module TencentCloud
6458
6361
  # Es修改连接源参数
6459
6362
  class EsModifyConnectParam < TencentCloud::Common::AbstractModel
6460
6363
  # @param Resource: Es连接源的实例资源【不支持修改】
6461
- # 注意:此字段可能返回 null,表示取不到有效值。
6462
6364
  # @type Resource: String
6463
6365
  # @param Port: Es的连接port【不支持修改】
6464
- # 注意:此字段可能返回 null,表示取不到有效值。
6465
6366
  # @type Port: Integer
6466
6367
  # @param ServiceVip: Es连接源的实例vip【不支持修改】
6467
- # 注意:此字段可能返回 null,表示取不到有效值。
6468
6368
  # @type ServiceVip: String
6469
6369
  # @param UniqVpcId: Es连接源的vpcId【不支持修改】
6470
- # 注意:此字段可能返回 null,表示取不到有效值。
6471
6370
  # @type UniqVpcId: String
6472
6371
  # @param UserName: Es连接源的用户名
6473
- # 注意:此字段可能返回 null,表示取不到有效值。
6474
6372
  # @type UserName: String
6475
6373
  # @param Password: Es连接源的密码
6476
- # 注意:此字段可能返回 null,表示取不到有效值。
6477
6374
  # @type Password: String
6478
6375
  # @param SelfBuilt: Es连接源是否为自建集群【不支持修改】
6479
- # 注意:此字段可能返回 null,表示取不到有效值。
6480
6376
  # @type SelfBuilt: Boolean
6481
6377
  # @param IsUpdate: 是否更新到关联的Datahub任务
6482
- # 注意:此字段可能返回 null,表示取不到有效值。
6483
6378
  # @type IsUpdate: Boolean
6484
6379
 
6485
6380
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
@@ -6510,64 +6405,44 @@ module TencentCloud
6510
6405
  # Es类型入参
6511
6406
  class EsParam < TencentCloud::Common::AbstractModel
6512
6407
  # @param Resource: Es实例资源Id
6513
- # 注意:此字段可能返回 null,表示取不到有效值。
6514
6408
  # @type Resource: String
6515
6409
  # @param Port: Es的连接port
6516
- # 注意:此字段可能返回 null,表示取不到有效值。
6517
6410
  # @type Port: Integer
6518
6411
  # @param UserName: Es用户名
6519
- # 注意:此字段可能返回 null,表示取不到有效值。
6520
6412
  # @type UserName: String
6521
6413
  # @param Password: Es密码
6522
- # 注意:此字段可能返回 null,表示取不到有效值。
6523
6414
  # @type Password: String
6524
6415
  # @param SelfBuilt: 是否为自建集群
6525
- # 注意:此字段可能返回 null,表示取不到有效值。
6526
6416
  # @type SelfBuilt: Boolean
6527
6417
  # @param ServiceVip: 实例vip
6528
- # 注意:此字段可能返回 null,表示取不到有效值。
6529
6418
  # @type ServiceVip: String
6530
6419
  # @param UniqVpcId: 实例的vpcId
6531
- # 注意:此字段可能返回 null,表示取不到有效值。
6532
6420
  # @type UniqVpcId: String
6533
6421
  # @param DropInvalidMessage: Es是否抛弃解析失败的消息
6534
- # 注意:此字段可能返回 null,表示取不到有效值。
6535
6422
  # @type DropInvalidMessage: Boolean
6536
6423
  # @param Index: Es自定义index名称
6537
- # 注意:此字段可能返回 null,表示取不到有效值。
6538
6424
  # @type Index: String
6539
6425
  # @param DateFormat: Es自定义日期后缀
6540
- # 注意:此字段可能返回 null,表示取不到有效值。
6541
6426
  # @type DateFormat: String
6542
6427
  # @param ContentKey: 非json格式数据的自定义key
6543
- # 注意:此字段可能返回 null,表示取不到有效值。
6544
6428
  # @type ContentKey: String
6545
6429
  # @param DropInvalidJsonMessage: Es是否抛弃非json格式的消息
6546
- # 注意:此字段可能返回 null,表示取不到有效值。
6547
6430
  # @type DropInvalidJsonMessage: Boolean
6548
6431
  # @param DocumentIdField: 转储到Es中的文档ID取值字段名
6549
- # 注意:此字段可能返回 null,表示取不到有效值。
6550
6432
  # @type DocumentIdField: String
6551
6433
  # @param IndexType: Es自定义index名称的类型,STRING,JSONPATH,默认为STRING
6552
- # 注意:此字段可能返回 null,表示取不到有效值。
6553
6434
  # @type IndexType: String
6554
6435
  # @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
6555
- # 注意:此字段可能返回 null,表示取不到有效值。
6556
6436
  # @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
6557
6437
  # @param DatabasePrimaryKey: 转储到ES的消息为Database的binlog时,如果需要同步数据库操作,即增删改的操作到ES时填写数据库表主键
6558
- # 注意:此字段可能返回 null,表示取不到有效值。
6559
6438
  # @type DatabasePrimaryKey: String
6560
6439
  # @param DropDlq: 死信队列
6561
- # 注意:此字段可能返回 null,表示取不到有效值。
6562
6440
  # @type DropDlq: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
6563
6441
  # @param RecordMappingList: 使用数据订阅格式导入 es 时,消息与 es 索引字段映射关系。不填默认为默认字段匹配
6564
- # 注意:此字段可能返回 null,表示取不到有效值。
6565
6442
  # @type RecordMappingList: Array
6566
6443
  # @param DateField: 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
6567
- # 注意:此字段可能返回 null,表示取不到有效值。
6568
6444
  # @type DateField: String
6569
6445
  # @param RecordMappingMode: 用来区分当前索引映射,属于新建索引还是存量索引。"EXIST_MAPPING":从存量索引中选择;"NEW_MAPPING":新建索引
6570
- # 注意:此字段可能返回 null,表示取不到有效值。
6571
6446
  # @type RecordMappingMode: String
6572
6447
 
6573
6448
  attr_accessor :Resource, :Port, :UserName, :Password, :SelfBuilt, :ServiceVip, :UniqVpcId, :DropInvalidMessage, :Index, :DateFormat, :ContentKey, :DropInvalidJsonMessage, :DocumentIdField, :IndexType, :DropCls, :DatabasePrimaryKey, :DropDlq, :RecordMappingList, :DateField, :RecordMappingMode
@@ -6635,10 +6510,8 @@ module TencentCloud
6635
6510
  # 消息字段与 es 索引的映射关系
6636
6511
  class EsRecordMapping < TencentCloud::Common::AbstractModel
6637
6512
  # @param ColumnName: es 索引成员名称
6638
- # 注意:此字段可能返回 null,表示取不到有效值。
6639
6513
  # @type ColumnName: String
6640
6514
  # @param JsonKey: 消息字段名称
6641
- # 注意:此字段可能返回 null,表示取不到有效值。
6642
6515
  # @type JsonKey: String
6643
6516
 
6644
6517
  attr_accessor :ColumnName, :JsonKey
@@ -6701,10 +6574,8 @@ module TencentCloud
6701
6574
  # @param MaxRetryAttempts: 重试次数
6702
6575
  # @type MaxRetryAttempts: Integer
6703
6576
  # @param TopicParam: DIP Topic类型死信队列
6704
- # 注意:此字段可能返回 null,表示取不到有效值。
6705
6577
  # @type TopicParam: :class:`Tencentcloud::Ckafka.v20190819.models.TopicParam`
6706
6578
  # @param DlqType: 死信队列类型,CKAFKA,TOPIC
6707
- # 注意:此字段可能返回 null,表示取不到有效值。
6708
6579
  # @type DlqType: String
6709
6580
 
6710
6581
  attr_accessor :Type, :KafkaParam, :RetryInterval, :MaxRetryAttempts, :TopicParam, :DlqType
@@ -7010,25 +6881,18 @@ module TencentCloud
7010
6881
  # @param Analyse: 解析
7011
6882
  # @type Analyse: :class:`Tencentcloud::Ckafka.v20190819.models.AnalyseParam`
7012
6883
  # @param SecondaryAnalyse: 二次解析
7013
- # 注意:此字段可能返回 null,表示取不到有效值。
7014
6884
  # @type SecondaryAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.SecondaryAnalyseParam`
7015
6885
  # @param SMT: 数据处理
7016
- # 注意:此字段可能返回 null,表示取不到有效值。
7017
6886
  # @type SMT: Array
7018
6887
  # @param Result: 测试结果
7019
- # 注意:此字段可能返回 null,表示取不到有效值。
7020
6888
  # @type Result: String
7021
6889
  # @param AnalyseResult: 解析结果
7022
- # 注意:此字段可能返回 null,表示取不到有效值。
7023
6890
  # @type AnalyseResult: Array
7024
6891
  # @param SecondaryAnalyseResult: 二次解析结果
7025
- # 注意:此字段可能返回 null,表示取不到有效值。
7026
6892
  # @type SecondaryAnalyseResult: Array
7027
6893
  # @param AnalyseJsonResult: JSON格式解析结果
7028
- # 注意:此字段可能返回 null,表示取不到有效值。
7029
6894
  # @type AnalyseJsonResult: String
7030
6895
  # @param SecondaryAnalyseJsonResult: JSON格式二次解析结果
7031
- # 注意:此字段可能返回 null,表示取不到有效值。
7032
6896
  # @type SecondaryAnalyseJsonResult: String
7033
6897
 
7034
6898
  attr_accessor :Analyse, :SecondaryAnalyse, :SMT, :Result, :AnalyseResult, :SecondaryAnalyseResult, :AnalyseJsonResult, :SecondaryAnalyseJsonResult
@@ -7235,7 +7099,6 @@ module TencentCloud
7235
7099
  # @param Topic: 分配的 topic 名称
7236
7100
  # @type Topic: String
7237
7101
  # @param Partitions: 分配的 partition 信息
7238
- # 注意:此字段可能返回 null,表示取不到有效值。
7239
7102
  # @type Partitions: Array
7240
7103
 
7241
7104
  attr_accessor :Topic, :Partitions
@@ -7258,7 +7121,6 @@ module TencentCloud
7258
7121
  # @param Offset: consumer 提交的 offset 位置
7259
7122
  # @type Offset: Integer
7260
7123
  # @param Metadata: 支持消费者提交消息时,传入 metadata 作为它用,当前一般为空字符串
7261
- # 注意:此字段可能返回 null,表示取不到有效值。
7262
7124
  # @type Metadata: String
7263
7125
  # @param ErrorCode: 错误码
7264
7126
  # @type ErrorCode: Integer
@@ -7293,7 +7155,6 @@ module TencentCloud
7293
7155
  # @param TotalCount: 符合调节的总结果数
7294
7156
  # @type TotalCount: Integer
7295
7157
  # @param TopicList: 该主题分区数组,其中每个元素为一个 json object
7296
- # 注意:此字段可能返回 null,表示取不到有效值。
7297
7158
  # @type TopicList: Array
7298
7159
 
7299
7160
  attr_accessor :TotalCount, :TopicList
@@ -7321,7 +7182,6 @@ module TencentCloud
7321
7182
  # @param Topic: 主题名称
7322
7183
  # @type Topic: String
7323
7184
  # @param Partitions: 该主题分区数组,其中每个元素为一个 json object
7324
- # 注意:此字段可能返回 null,表示取不到有效值。
7325
7185
  # @type Partitions: Array
7326
7186
 
7327
7187
  attr_accessor :Topic, :Partitions
@@ -7347,13 +7207,10 @@ module TencentCloud
7347
7207
  # DescribeGroup的返回
7348
7208
  class GroupResponse < TencentCloud::Common::AbstractModel
7349
7209
  # @param TotalCount: 计数
7350
- # 注意:此字段可能返回 null,表示取不到有效值。
7351
7210
  # @type TotalCount: Integer
7352
7211
  # @param GroupList: GroupList
7353
- # 注意:此字段可能返回 null,表示取不到有效值。
7354
7212
  # @type GroupList: Array
7355
7213
  # @param GroupCountQuota: 消费分组配额
7356
- # 注意:此字段可能返回 null,表示取不到有效值。
7357
7214
  # @type GroupCountQuota: Integer
7358
7215
 
7359
7216
  attr_accessor :TotalCount, :GroupList, :GroupCountQuota
@@ -7454,7 +7311,6 @@ module TencentCloud
7454
7311
  # InquireCkafkaPrice接口询价返回值
7455
7312
  class InquireCkafkaPriceResp < TencentCloud::Common::AbstractModel
7456
7313
  # @param InstancePrice: 实例价格
7457
- # 注意:此字段可能返回 null,表示取不到有效值。
7458
7314
  # @type InstancePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryPrice`
7459
7315
  # @param PublicNetworkBandwidthPrice: 公网带宽价格
7460
7316
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7505,19 +7361,14 @@ module TencentCloud
7505
7361
  # 询价返回参数
7506
7362
  class InquiryBasePrice < TencentCloud::Common::AbstractModel
7507
7363
  # @param UnitPrice: 单位原价
7508
- # 注意:此字段可能返回 null,表示取不到有效值。
7509
7364
  # @type UnitPrice: Float
7510
7365
  # @param UnitPriceDiscount: 折扣单位价格
7511
- # 注意:此字段可能返回 null,表示取不到有效值。
7512
7366
  # @type UnitPriceDiscount: Float
7513
7367
  # @param OriginalPrice: 合计原价
7514
- # 注意:此字段可能返回 null,表示取不到有效值。
7515
7368
  # @type OriginalPrice: Float
7516
7369
  # @param DiscountPrice: 折扣合计价格
7517
- # 注意:此字段可能返回 null,表示取不到有效值。
7518
7370
  # @type DiscountPrice: Float
7519
7371
  # @param Discount: 折扣(单位是%)
7520
- # 注意:此字段可能返回 null,表示取不到有效值。
7521
7372
  # @type Discount: Float
7522
7373
  # @param GoodsNum: 商品数量
7523
7374
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7535,7 +7386,6 @@ module TencentCloud
7535
7386
  # 注意:此字段可能返回 null,表示取不到有效值。
7536
7387
  # @type TimeUnit: String
7537
7388
  # @param Value: 购买数量
7538
- # 注意:此字段可能返回 null,表示取不到有效值。
7539
7389
  # @type Value: Integer
7540
7390
 
7541
7391
  attr_accessor :UnitPrice, :UnitPriceDiscount, :OriginalPrice, :DiscountPrice, :Discount, :GoodsNum, :Currency, :DiskType, :TimeSpan, :TimeUnit, :Value
@@ -7584,7 +7434,6 @@ module TencentCloud
7584
7434
  # 注意:此字段可能返回 null,表示取不到有效值。
7585
7435
  # @type TopicPrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
7586
7436
  # @param InstanceTypePrice: 实例套餐价格
7587
- # 注意:此字段可能返回 null,表示取不到有效值。
7588
7437
  # @type InstanceTypePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
7589
7438
 
7590
7439
  attr_accessor :BandwidthPrice, :DiskPrice, :PartitionPrice, :TopicPrice, :InstanceTypePrice
@@ -7644,34 +7493,25 @@ module TencentCloud
7644
7493
  # 询价返回参数
7645
7494
  class InquiryPrice < TencentCloud::Common::AbstractModel
7646
7495
  # @param UnitPrice: 单位原价
7647
- # 注意:此字段可能返回 null,表示取不到有效值。
7648
7496
  # @type UnitPrice: Float
7649
7497
  # @param UnitPriceDiscount: 折扣单位价格
7650
- # 注意:此字段可能返回 null,表示取不到有效值。
7651
7498
  # @type UnitPriceDiscount: Float
7652
7499
  # @param OriginalPrice: 合计原价
7653
- # 注意:此字段可能返回 null,表示取不到有效值。
7654
7500
  # @type OriginalPrice: Float
7655
7501
  # @param DiscountPrice: 折扣合计价格
7656
- # 注意:此字段可能返回 null,表示取不到有效值。
7657
7502
  # @type DiscountPrice: Float
7658
7503
  # @param Discount: 折扣(单位是%)
7659
- # 注意:此字段可能返回 null,表示取不到有效值。
7660
7504
  # @type Discount: Float
7661
7505
  # @param GoodsNum: 商品数量
7662
- # 注意:此字段可能返回 null,表示取不到有效值。
7663
7506
  # @type GoodsNum: Integer
7664
7507
  # @param Currency: 付费货币
7665
- # 注意:此字段可能返回 null,表示取不到有效值。
7666
7508
  # @type Currency: String
7667
7509
  # @param DiskType: 硬盘专用返回参数
7668
7510
  # 注意:此字段可能返回 null,表示取不到有效值。
7669
7511
  # @type DiskType: String
7670
7512
  # @param TimeSpan: 购买时长
7671
- # 注意:此字段可能返回 null,表示取不到有效值。
7672
7513
  # @type TimeSpan: Integer
7673
7514
  # @param TimeUnit: 购买时长单位("m"按月, "h"按小时)
7674
- # 注意:此字段可能返回 null,表示取不到有效值。
7675
7515
  # @type TimeUnit: String
7676
7516
  # @param Value: 购买数量
7677
7517
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -7745,7 +7585,6 @@ module TencentCloud
7745
7585
  # @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
7746
7586
  # @type Status: Integer
7747
7587
  # @param IfCommunity: 是否开源实例。开源:true,不开源:false
7748
- # 注意:此字段可能返回 null,表示取不到有效值。
7749
7588
  # @type IfCommunity: Boolean
7750
7589
 
7751
7590
  attr_accessor :InstanceId, :InstanceName, :Status, :IfCommunity
@@ -7808,60 +7647,42 @@ module TencentCloud
7808
7647
  # @param CreatedTopics: 当前创建主题数
7809
7648
  # @type CreatedTopics: Integer
7810
7649
  # @param Tags: 标签数组
7811
- # 注意:此字段可能返回 null,表示取不到有效值。
7812
7650
  # @type Tags: Array
7813
7651
  # @param ExpireTime: 过期时间
7814
- # 注意:此字段可能返回 null,表示取不到有效值。
7815
7652
  # @type ExpireTime: Integer
7816
7653
  # @param ZoneIds: 可用区列表
7817
- # 注意:此字段可能返回 null,表示取不到有效值。
7818
7654
  # @type ZoneIds: Array
7819
7655
  # @param Version: ckafka集群实例版本
7820
- # 注意:此字段可能返回 null,表示取不到有效值。
7821
7656
  # @type Version: String
7822
7657
  # @param MaxGroupNum: 最大分组数
7823
- # 注意:此字段可能返回 null,表示取不到有效值。
7824
7658
  # @type MaxGroupNum: Integer
7825
7659
  # @param Cvm: 售卖类型,0:标准版,1:专业版
7826
- # 注意:此字段可能返回 null,表示取不到有效值。
7827
7660
  # @type Cvm: Integer
7828
7661
  # @param InstanceType: 类型
7829
- # 注意:此字段可能返回 null,表示取不到有效值。
7830
7662
  # @type InstanceType: String
7831
7663
  # @param Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
7832
- # 注意:此字段可能返回 null,表示取不到有效值。
7833
7664
  # @type Features: Array
7834
7665
  # @param RetentionTimeConfig: 动态消息保留策略
7835
- # 注意:此字段可能返回 null,表示取不到有效值。
7836
7666
  # @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicRetentionTime`
7837
7667
  # @param MaxConnection: 最大连接数
7838
- # 注意:此字段可能返回 null,表示取不到有效值。
7839
7668
  # @type MaxConnection: Integer
7840
7669
  # @param PublicNetwork: 公网带宽
7841
- # 注意:此字段可能返回 null,表示取不到有效值。
7842
7670
  # @type PublicNetwork: Integer
7843
7671
  # @param DeleteRouteTimestamp: 时间
7844
- # 注意:此字段可能返回 null,表示取不到有效值。
7845
7672
  # @type DeleteRouteTimestamp: String
7846
7673
  # @param RemainingPartitions: 剩余创建分区数
7847
- # 注意:此字段可能返回 null,表示取不到有效值。
7848
7674
  # @type RemainingPartitions: Integer
7849
7675
  # @param RemainingTopics: 剩余创建主题数
7850
- # 注意:此字段可能返回 null,表示取不到有效值。
7851
7676
  # @type RemainingTopics: Integer
7852
7677
  # @param DynamicDiskConfig: 动态硬盘扩容策略
7853
- # 注意:此字段可能返回 null,表示取不到有效值。
7854
7678
  # @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
7855
7679
  # @param InstanceChargeType: 实例计费类型
7856
- # 注意:此字段可能返回 null,表示取不到有效值。
7857
7680
  # @type InstanceChargeType: String
7858
7681
  # @param ClusterType: 集群类型
7859
- # 注意:此字段可能返回 null,表示取不到有效值。
7860
7682
  # @type ClusterType: String
7861
7683
  # @param FreePartitionNumber: 免费分区数量
7862
7684
  # @type FreePartitionNumber: Integer
7863
7685
  # @param ElasticFloatBandwidth: 弹性带宽上浮值
7864
- # 注意:此字段可能返回 null,表示取不到有效值。
7865
7686
  # @type ElasticFloatBandwidth: Integer
7866
7687
  # @param CustomCertId: ssl自定义证书id
7867
7688
  # @type CustomCertId: String
@@ -8029,7 +7850,6 @@ module TencentCloud
8029
7850
  # 删除实例返回任务
8030
7851
  class InstanceDeleteResponse < TencentCloud::Common::AbstractModel
8031
7852
  # @param FlowId: 删除实例返回的任务Id
8032
- # 注意:此字段可能返回 null,表示取不到有效值。
8033
7853
  # @type FlowId: Integer
8034
7854
 
8035
7855
  attr_accessor :FlowId
@@ -8084,43 +7904,30 @@ module TencentCloud
8084
7904
  # @param Tags: 标识tag
8085
7905
  # @type Tags: Array
8086
7906
  # @param Version: kafka版本信息
8087
- # 注意:此字段可能返回 null,表示取不到有效值。
8088
7907
  # @type Version: String
8089
7908
  # @param ZoneIds: 跨可用区
8090
- # 注意:此字段可能返回 null,表示取不到有效值。
8091
7909
  # @type ZoneIds: Array
8092
7910
  # @param Cvm: ckafka售卖类型
8093
- # 注意:此字段可能返回 null,表示取不到有效值。
8094
7911
  # @type Cvm: Integer
8095
7912
  # @param InstanceType: ckafka集群实例类型
8096
- # 注意:此字段可能返回 null,表示取不到有效值。
8097
7913
  # @type InstanceType: String
8098
7914
  # @param DiskType: ckafka集群实例磁盘类型
8099
- # 注意:此字段可能返回 null,表示取不到有效值。
8100
7915
  # @type DiskType: String
8101
7916
  # @param MaxTopicNumber: 当前规格最大Topic数
8102
- # 注意:此字段可能返回 null,表示取不到有效值。
8103
7917
  # @type MaxTopicNumber: Integer
8104
7918
  # @param MaxPartitionNumber: 当前规格最大Partition数
8105
- # 注意:此字段可能返回 null,表示取不到有效值。
8106
7919
  # @type MaxPartitionNumber: Integer
8107
7920
  # @param RebalanceTime: 计划升级配置时间
8108
- # 注意:此字段可能返回 null,表示取不到有效值。
8109
7921
  # @type RebalanceTime: String
8110
7922
  # @param PartitionNumber: 实例当前partition数量
8111
- # 注意:此字段可能返回 null,表示取不到有效值。
8112
7923
  # @type PartitionNumber: Integer
8113
7924
  # @param PublicNetworkChargeType: ckafka集群实例公网带宽类型
8114
- # 注意:此字段可能返回 null,表示取不到有效值。
8115
7925
  # @type PublicNetworkChargeType: String
8116
7926
  # @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
8117
- # 注意:此字段可能返回 null,表示取不到有效值。
8118
7927
  # @type PublicNetwork: Integer
8119
7928
  # @param ClusterType: ckafka集群实例底层集群类型
8120
- # 注意:此字段可能返回 null,表示取不到有效值。
8121
7929
  # @type ClusterType: String
8122
7930
  # @param Features: 实例功能列表
8123
- # 注意:此字段可能返回 null,表示取不到有效值。
8124
7931
  # @type Features: Array
8125
7932
 
8126
7933
  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
@@ -8262,10 +8069,8 @@ module TencentCloud
8262
8069
  # 聚合的实例状态返回结果
8263
8070
  class InstanceResponse < TencentCloud::Common::AbstractModel
8264
8071
  # @param InstanceList: 符合条件的实例列表
8265
- # 注意:此字段可能返回 null,表示取不到有效值。
8266
8072
  # @type InstanceList: Array
8267
8073
  # @param TotalCount: 符合条件的结果总数
8268
- # 注意:此字段可能返回 null,表示取不到有效值。
8269
8074
  # @type TotalCount: Integer
8270
8075
 
8271
8076
  attr_accessor :InstanceList, :TotalCount
@@ -8324,7 +8129,6 @@ module TencentCloud
8324
8129
  # InstanceScalingDown返回参数结构体
8325
8130
  class InstanceScalingDownResponse < TencentCloud::Common::AbstractModel
8326
8131
  # @param Result: 返回结果
8327
- # 注意:此字段可能返回 null,表示取不到有效值。
8328
8132
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.ScalingDownResp`
8329
8133
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8330
8134
  # @type RequestId: String
@@ -8400,7 +8204,6 @@ module TencentCloud
8400
8204
  # @param Regex: key-value二次解析分隔符
8401
8205
  # @type Regex: String
8402
8206
  # @param KeepOriginalKey: 保留源Key,默认为false不保留
8403
- # 注意:此字段可能返回 null,表示取不到有效值。
8404
8207
  # @type KeepOriginalKey: String
8405
8208
 
8406
8209
  attr_accessor :Delimiter, :Regex, :KeepOriginalKey
@@ -8421,19 +8224,15 @@ module TencentCloud
8421
8224
  # Kafka连接源参数
8422
8225
  class KafkaConnectParam < TencentCloud::Common::AbstractModel
8423
8226
  # @param Resource: Kafka连接源的实例资源, 非自建时必填,NetworkType=VPC时传clb实例id
8424
- # 注意:此字段可能返回 null,表示取不到有效值。
8425
8227
  # @type Resource: String
8426
8228
  # @param SelfBuilt: 是否为自建集群
8427
- # 注意:此字段可能返回 null,表示取不到有效值。
8428
8229
  # @type SelfBuilt: Boolean
8429
8230
  # @param IsUpdate: 是否更新到关联的Dip任务
8430
8231
  # 注意:此字段可能返回 null,表示取不到有效值。
8431
8232
  # @type IsUpdate: Boolean
8432
8233
  # @param BrokerAddress: Kafka连接的broker地址, NetworkType=PUBLIC公网时必填
8433
- # 注意:此字段可能返回 null,表示取不到有效值。
8434
8234
  # @type BrokerAddress: String
8435
8235
  # @param Region: CKafka连接源的实例资源地域, 跨地域时必填
8436
- # 注意:此字段可能返回 null,表示取不到有效值。
8437
8236
  # @type Region: String
8438
8237
 
8439
8238
  attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
@@ -8485,31 +8284,23 @@ module TencentCloud
8485
8284
  # 注意:此字段可能返回 null,表示取不到有效值。
8486
8285
  # @type EnableToleration: Boolean
8487
8286
  # @param QpsLimit: Qps 限制
8488
- # 注意:此字段可能返回 null,表示取不到有效值。
8489
8287
  # @type QpsLimit: Integer
8490
8288
  # @param TableMappings: Table到Topic的路由,「分发到多个topic」开关打开时必传
8491
8289
  # 注意:此字段可能返回 null,表示取不到有效值。
8492
8290
  # @type TableMappings: Array
8493
8291
  # @param UseTableMapping: 「分发到多个topic」开关,默认为false
8494
- # 注意:此字段可能返回 null,表示取不到有效值。
8495
8292
  # @type UseTableMapping: Boolean
8496
8293
  # @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务,如果不使用分发到多个topic,需要在Topic字段填写需要自动创建的topic名)
8497
- # 注意:此字段可能返回 null,表示取不到有效值。
8498
8294
  # @type UseAutoCreateTopic: Boolean
8499
8295
  # @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,填写"open"。
8500
- # 注意:此字段可能返回 null,表示取不到有效值。
8501
8296
  # @type CompressionType: String
8502
8297
  # @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
8503
- # 注意:此字段可能返回 null,表示取不到有效值。
8504
8298
  # @type MsgMultiple: Integer
8505
8299
  # @param ConnectorSyncType: 数据同步专用参数, 正常数据处理可为空, 实例级别同步: 仅同步元数据填写"META_SYNC_INSTANCE_TYPE", 同步元数据及全部topic内消息的填写"META_AND_DATA_SYNC_INSTANCE_TYPE"; topic级别同步: 选中的源和目标topic中的消息(需要目标实例也包含该topic)填写"DATA_SYNC_TYPE"
8506
- # 注意:此字段可能返回 null,表示取不到有效值。
8507
8300
  # @type ConnectorSyncType: String
8508
8301
  # @param KeepPartition: 数据同步专用参数, 当通过时,希望下游的消息写入分区与上游的一致,则填true,但下游分区小于上游时,会报错; 不需要一致则为false, 默认为false
8509
- # 注意:此字段可能返回 null,表示取不到有效值。
8510
8302
  # @type KeepPartition: Boolean
8511
8303
  # @param TopicRegularExpression: 正则匹配Topic列表
8512
- # 注意:此字段可能返回 null,表示取不到有效值。
8513
8304
  # @type TopicRegularExpression: String
8514
8305
 
8515
8306
  attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition, :TopicRegularExpression
@@ -8604,25 +8395,18 @@ module TencentCloud
8604
8395
  # MariaDB连接源参数
8605
8396
  class MariaDBConnectParam < TencentCloud::Common::AbstractModel
8606
8397
  # @param Port: MariaDB的连接port
8607
- # 注意:此字段可能返回 null,表示取不到有效值。
8608
8398
  # @type Port: Integer
8609
8399
  # @param UserName: MariaDB连接源的用户名
8610
- # 注意:此字段可能返回 null,表示取不到有效值。
8611
8400
  # @type UserName: String
8612
8401
  # @param Password: MariaDB连接源的密码
8613
- # 注意:此字段可能返回 null,表示取不到有效值。
8614
8402
  # @type Password: String
8615
8403
  # @param Resource: MariaDB连接源的实例资源
8616
- # 注意:此字段可能返回 null,表示取不到有效值。
8617
8404
  # @type Resource: String
8618
8405
  # @param ServiceVip: MariaDB连接源的实例vip,当为腾讯云实例时,必填
8619
- # 注意:此字段可能返回 null,表示取不到有效值。
8620
8406
  # @type ServiceVip: String
8621
8407
  # @param UniqVpcId: MariaDB连接源的vpcId,当为腾讯云实例时,必填
8622
- # 注意:此字段可能返回 null,表示取不到有效值。
8623
8408
  # @type UniqVpcId: String
8624
8409
  # @param IsUpdate: 是否更新到关联的Datahub任务
8625
- # 注意:此字段可能返回 null,表示取不到有效值。
8626
8410
  # @type IsUpdate: Boolean
8627
8411
 
8628
8412
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -8651,25 +8435,18 @@ module TencentCloud
8651
8435
  # MariaDB连接源参数
8652
8436
  class MariaDBModifyConnectParam < TencentCloud::Common::AbstractModel
8653
8437
  # @param Resource: MariaDB连接源的实例资源【不支持修改】
8654
- # 注意:此字段可能返回 null,表示取不到有效值。
8655
8438
  # @type Resource: String
8656
8439
  # @param Port: MariaDB的连接port【不支持修改】
8657
- # 注意:此字段可能返回 null,表示取不到有效值。
8658
8440
  # @type Port: Integer
8659
8441
  # @param ServiceVip: MariaDB连接源的实例vip【不支持修改】
8660
- # 注意:此字段可能返回 null,表示取不到有效值。
8661
8442
  # @type ServiceVip: String
8662
8443
  # @param UniqVpcId: MariaDB连接源的vpcId【不支持修改】
8663
- # 注意:此字段可能返回 null,表示取不到有效值。
8664
8444
  # @type UniqVpcId: String
8665
8445
  # @param UserName: MariaDB连接源的用户名
8666
- # 注意:此字段可能返回 null,表示取不到有效值。
8667
8446
  # @type UserName: String
8668
8447
  # @param Password: MariaDB连接源的密码
8669
- # 注意:此字段可能返回 null,表示取不到有效值。
8670
8448
  # @type Password: String
8671
8449
  # @param IsUpdate: 是否更新到关联的Datahub任务
8672
- # 注意:此字段可能返回 null,表示取不到有效值。
8673
8450
  # @type IsUpdate: Boolean
8674
8451
 
8675
8452
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
@@ -8698,34 +8475,24 @@ module TencentCloud
8698
8475
  # MariaDB类型入参
8699
8476
  class MariaDBParam < TencentCloud::Common::AbstractModel
8700
8477
  # @param Database: MariaDB的数据库名称,"*"为全数据库
8701
- # 注意:此字段可能返回 null,表示取不到有效值。
8702
8478
  # @type Database: String
8703
8479
  # @param Table: MariaDB的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
8704
- # 注意:此字段可能返回 null,表示取不到有效值。
8705
8480
  # @type Table: String
8706
8481
  # @param Resource: 该MariaDB在连接管理内的Id
8707
- # 注意:此字段可能返回 null,表示取不到有效值。
8708
8482
  # @type Resource: String
8709
8483
  # @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
8710
- # 注意:此字段可能返回 null,表示取不到有效值。
8711
8484
  # @type SnapshotMode: String
8712
8485
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
8713
- # 注意:此字段可能返回 null,表示取不到有效值。
8714
8486
  # @type KeyColumns: String
8715
8487
  # @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
8716
- # 注意:此字段可能返回 null,表示取不到有效值。
8717
8488
  # @type IsTablePrefix: Boolean
8718
8489
  # @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
8719
- # 注意:此字段可能返回 null,表示取不到有效值。
8720
8490
  # @type OutputFormat: String
8721
8491
  # @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
8722
- # 注意:此字段可能返回 null,表示取不到有效值。
8723
8492
  # @type IncludeContentChanges: String
8724
8493
  # @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
8725
- # 注意:此字段可能返回 null,表示取不到有效值。
8726
8494
  # @type IncludeQuery: Boolean
8727
8495
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
8728
- # 注意:此字段可能返回 null,表示取不到有效值。
8729
8496
  # @type RecordWithSchema: Boolean
8730
8497
 
8731
8498
  attr_accessor :Database, :Table, :Resource, :SnapshotMode, :KeyColumns, :IsTablePrefix, :OutputFormat, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema
@@ -8959,7 +8726,6 @@ module TencentCloud
8959
8726
  # ModifyDatahubTask返回参数结构体
8960
8727
  class ModifyDatahubTaskResponse < TencentCloud::Common::AbstractModel
8961
8728
  # @param Result: 任务id
8962
- # 注意:此字段可能返回 null,表示取不到有效值。
8963
8729
  # @type Result: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubTaskIdRes`
8964
8730
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8965
8731
  # @type RequestId: String
@@ -9514,28 +9280,20 @@ module TencentCloud
9514
9280
  # MongoDB连接源参数
9515
9281
  class MongoDBConnectParam < TencentCloud::Common::AbstractModel
9516
9282
  # @param Port: MongoDB的连接port
9517
- # 注意:此字段可能返回 null,表示取不到有效值。
9518
9283
  # @type Port: Integer
9519
9284
  # @param UserName: MongoDB连接源的用户名
9520
- # 注意:此字段可能返回 null,表示取不到有效值。
9521
9285
  # @type UserName: String
9522
9286
  # @param Password: MongoDB连接源的密码
9523
- # 注意:此字段可能返回 null,表示取不到有效值。
9524
9287
  # @type Password: String
9525
9288
  # @param Resource: MongoDB连接源的实例资源
9526
- # 注意:此字段可能返回 null,表示取不到有效值。
9527
9289
  # @type Resource: String
9528
9290
  # @param SelfBuilt: MongoDB连接源是否为自建集群
9529
- # 注意:此字段可能返回 null,表示取不到有效值。
9530
9291
  # @type SelfBuilt: Boolean
9531
9292
  # @param ServiceVip: MongoDB连接源的实例vip,当为腾讯云实例时,必填
9532
- # 注意:此字段可能返回 null,表示取不到有效值。
9533
9293
  # @type ServiceVip: String
9534
9294
  # @param UniqVpcId: MongoDB连接源的vpcId,当为腾讯云实例时,必填
9535
- # 注意:此字段可能返回 null,表示取不到有效值。
9536
9295
  # @type UniqVpcId: String
9537
9296
  # @param IsUpdate: 是否更新到关联的Datahub任务
9538
- # 注意:此字段可能返回 null,表示取不到有效值。
9539
9297
  # @type IsUpdate: Boolean
9540
9298
 
9541
9299
  attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -9566,28 +9324,20 @@ module TencentCloud
9566
9324
  # MongoDB修改连接源参数
9567
9325
  class MongoDBModifyConnectParam < TencentCloud::Common::AbstractModel
9568
9326
  # @param Resource: MongoDB连接源的实例资源【不支持修改】
9569
- # 注意:此字段可能返回 null,表示取不到有效值。
9570
9327
  # @type Resource: String
9571
9328
  # @param Port: MongoDB的连接port【不支持修改】
9572
- # 注意:此字段可能返回 null,表示取不到有效值。
9573
9329
  # @type Port: Integer
9574
9330
  # @param ServiceVip: MongoDB连接源的实例vip【不支持修改】
9575
- # 注意:此字段可能返回 null,表示取不到有效值。
9576
9331
  # @type ServiceVip: String
9577
9332
  # @param UniqVpcId: MongoDB连接源的vpcId【不支持修改】
9578
- # 注意:此字段可能返回 null,表示取不到有效值。
9579
9333
  # @type UniqVpcId: String
9580
9334
  # @param UserName: MongoDB连接源的用户名
9581
- # 注意:此字段可能返回 null,表示取不到有效值。
9582
9335
  # @type UserName: String
9583
9336
  # @param Password: MongoDB连接源的密码
9584
- # 注意:此字段可能返回 null,表示取不到有效值。
9585
9337
  # @type Password: String
9586
9338
  # @param SelfBuilt: MongoDB连接源是否为自建集群【不支持修改】
9587
- # 注意:此字段可能返回 null,表示取不到有效值。
9588
9339
  # @type SelfBuilt: Boolean
9589
9340
  # @param IsUpdate: 是否更新到关联的Datahub任务
9590
- # 注意:此字段可能返回 null,表示取不到有效值。
9591
9341
  # @type IsUpdate: Boolean
9592
9342
 
9593
9343
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
@@ -9618,40 +9368,28 @@ module TencentCloud
9618
9368
  # MongoDB类型入参
9619
9369
  class MongoDBParam < TencentCloud::Common::AbstractModel
9620
9370
  # @param Database: MongoDB的数据库名称
9621
- # 注意:此字段可能返回 null,表示取不到有效值。
9622
9371
  # @type Database: String
9623
9372
  # @param Collection: MongoDB的集群
9624
- # 注意:此字段可能返回 null,表示取不到有效值。
9625
9373
  # @type Collection: String
9626
9374
  # @param CopyExisting: 是否复制存量数据,默认传参true
9627
- # 注意:此字段可能返回 null,表示取不到有效值。
9628
9375
  # @type CopyExisting: Boolean
9629
9376
  # @param Resource: 实例资源
9630
- # 注意:此字段可能返回 null,表示取不到有效值。
9631
9377
  # @type Resource: String
9632
9378
  # @param Ip: MongoDB的连接ip
9633
- # 注意:此字段可能返回 null,表示取不到有效值。
9634
9379
  # @type Ip: String
9635
9380
  # @param Port: MongoDB的连接port
9636
- # 注意:此字段可能返回 null,表示取不到有效值。
9637
9381
  # @type Port: Integer
9638
9382
  # @param UserName: MongoDB数据库用户名
9639
- # 注意:此字段可能返回 null,表示取不到有效值。
9640
9383
  # @type UserName: String
9641
9384
  # @param Password: MongoDB数据库密码
9642
- # 注意:此字段可能返回 null,表示取不到有效值。
9643
9385
  # @type Password: String
9644
9386
  # @param ListeningEvent: 监听事件类型,为空时表示全选。取值包括insert,update,replace,delete,invalidate,drop,dropdatabase,rename,多个类型间使用,逗号分隔
9645
- # 注意:此字段可能返回 null,表示取不到有效值。
9646
9387
  # @type ListeningEvent: String
9647
9388
  # @param ReadPreference: 主从优先级,默认主节点
9648
- # 注意:此字段可能返回 null,表示取不到有效值。
9649
9389
  # @type ReadPreference: String
9650
9390
  # @param Pipeline: 聚合管道
9651
- # 注意:此字段可能返回 null,表示取不到有效值。
9652
9391
  # @type Pipeline: String
9653
9392
  # @param SelfBuilt: 是否为自建集群
9654
- # 注意:此字段可能返回 null,表示取不到有效值。
9655
9393
  # @type SelfBuilt: Boolean
9656
9394
 
9657
9395
  attr_accessor :Database, :Collection, :CopyExisting, :Resource, :Ip, :Port, :UserName, :Password, :ListeningEvent, :ReadPreference, :Pipeline, :SelfBuilt
@@ -9690,25 +9428,18 @@ module TencentCloud
9690
9428
  # MQTT连接源参数
9691
9429
  class MqttConnectParam < TencentCloud::Common::AbstractModel
9692
9430
  # @param UserName: MQTT连接源的用户名
9693
- # 注意:此字段可能返回 null,表示取不到有效值。
9694
9431
  # @type UserName: String
9695
9432
  # @param Password: MQTT连接源的密码
9696
- # 注意:此字段可能返回 null,表示取不到有效值。
9697
9433
  # @type Password: String
9698
9434
  # @param Resource: MQTT连接源的实例资源
9699
- # 注意:此字段可能返回 null,表示取不到有效值。
9700
9435
  # @type Resource: String
9701
9436
  # @param UniqVpcId: MQTT Instance vpc-id
9702
- # 注意:此字段可能返回 null,表示取不到有效值。
9703
9437
  # @type UniqVpcId: String
9704
9438
  # @param SelfBuilt: 是否为自建集群
9705
- # 注意:此字段可能返回 null,表示取不到有效值。
9706
9439
  # @type SelfBuilt: Boolean
9707
9440
  # @param IsUpdate: 是否更新到关联的Dip任务
9708
- # 注意:此字段可能返回 null,表示取不到有效值。
9709
9441
  # @type IsUpdate: Boolean
9710
9442
  # @param Region: MQTT连接源的实例资源地域, 跨地域时必填
9711
- # 注意:此字段可能返回 null,表示取不到有效值。
9712
9443
  # @type Region: String
9713
9444
 
9714
9445
  attr_accessor :UserName, :Password, :Resource, :UniqVpcId, :SelfBuilt, :IsUpdate, :Region
@@ -9737,40 +9468,28 @@ module TencentCloud
9737
9468
  # 创建MQTT 为Source的Data Hub Task参数
9738
9469
  class MqttParam < TencentCloud::Common::AbstractModel
9739
9470
  # @param Topics: 需要同步的MQTT Topic列表, CSV格式
9740
- # 注意:此字段可能返回 null,表示取不到有效值。
9741
9471
  # @type Topics: String
9742
9472
  # @param CleanSession: MQTT clean-session
9743
- # 注意:此字段可能返回 null,表示取不到有效值。
9744
9473
  # @type CleanSession: Boolean
9745
9474
  # @param Resource: MQTT instance-id
9746
- # 注意:此字段可能返回 null,表示取不到有效值。
9747
9475
  # @type Resource: String
9748
9476
  # @param Ip: MQTT实例VIP
9749
- # 注意:此字段可能返回 null,表示取不到有效值。
9750
9477
  # @type Ip: String
9751
9478
  # @param Port: MQTT VIP 端口
9752
- # 注意:此字段可能返回 null,表示取不到有效值。
9753
9479
  # @type Port: Integer
9754
9480
  # @param UserName: MQTT实例用户名
9755
- # 注意:此字段可能返回 null,表示取不到有效值。
9756
9481
  # @type UserName: String
9757
9482
  # @param Password: MQTT实例内账户密码
9758
- # 注意:此字段可能返回 null,表示取不到有效值。
9759
9483
  # @type Password: String
9760
9484
  # @param Qos: QoS
9761
- # 注意:此字段可能返回 null,表示取不到有效值。
9762
9485
  # @type Qos: Integer
9763
9486
  # @param MaxTasks: tasks.max 订阅Topic的并发Task个数, 默认为1; 当设置大于1时, 使用Shared Subscription
9764
- # 注意:此字段可能返回 null,表示取不到有效值。
9765
9487
  # @type MaxTasks: Integer
9766
9488
  # @param ServiceVip: MQTT 实例的Service VIP
9767
- # 注意:此字段可能返回 null,表示取不到有效值。
9768
9489
  # @type ServiceVip: String
9769
9490
  # @param UniqVpcId: MQTT实例的VPC ID
9770
- # 注意:此字段可能返回 null,表示取不到有效值。
9771
9491
  # @type UniqVpcId: String
9772
9492
  # @param SelfBuilt: 是否为自建集群, MQTT只支持非自建集群
9773
- # 注意:此字段可能返回 null,表示取不到有效值。
9774
9493
  # @type SelfBuilt: Boolean
9775
9494
 
9776
9495
  attr_accessor :Topics, :CleanSession, :Resource, :Ip, :Port, :UserName, :Password, :Qos, :MaxTasks, :ServiceVip, :UniqVpcId, :SelfBuilt
@@ -9809,31 +9528,23 @@ module TencentCloud
9809
9528
  # MySQL连接源参数
9810
9529
  class MySQLConnectParam < TencentCloud::Common::AbstractModel
9811
9530
  # @param Port: MySQL的连接port
9812
- # 注意:此字段可能返回 null,表示取不到有效值。
9813
9531
  # @type Port: Integer
9814
9532
  # @param UserName: MySQL连接源的用户名
9815
- # 注意:此字段可能返回 null,表示取不到有效值。
9816
9533
  # @type UserName: String
9817
9534
  # @param Password: MySQL连接源的密码
9818
- # 注意:此字段可能返回 null,表示取不到有效值。
9819
9535
  # @type Password: String
9820
9536
  # @param Resource: MySQL连接源的实例资源
9821
- # 注意:此字段可能返回 null,表示取不到有效值。
9822
9537
  # @type Resource: String
9823
9538
  # @param ServiceVip: MySQL连接源的实例vip,当为腾讯云实例时,必填
9824
- # 注意:此字段可能返回 null,表示取不到有效值。
9825
9539
  # @type ServiceVip: String
9826
9540
  # @param UniqVpcId: MySQL连接源的vpcId,当为腾讯云实例时,必填
9827
- # 注意:此字段可能返回 null,表示取不到有效值。
9828
9541
  # @type UniqVpcId: String
9829
9542
  # @param IsUpdate: 是否更新到关联的Datahub任务
9830
9543
  # 注意:此字段可能返回 null,表示取不到有效值。
9831
9544
  # @type IsUpdate: Boolean
9832
9545
  # @param ClusterId: 当type为TDSQL_C_MYSQL时,必填
9833
- # 注意:此字段可能返回 null,表示取不到有效值。
9834
9546
  # @type ClusterId: String
9835
9547
  # @param SelfBuilt: Mysql 连接源是否为自建集群
9836
- # 注意:此字段可能返回 null,表示取不到有效值。
9837
9548
  # @type SelfBuilt: Boolean
9838
9549
 
9839
9550
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :ClusterId, :SelfBuilt
@@ -9866,31 +9577,22 @@ module TencentCloud
9866
9577
  # MySQL修改连接源参数
9867
9578
  class MySQLModifyConnectParam < TencentCloud::Common::AbstractModel
9868
9579
  # @param Resource: MySQL连接源的实例资源【不支持修改】
9869
- # 注意:此字段可能返回 null,表示取不到有效值。
9870
9580
  # @type Resource: String
9871
9581
  # @param Port: MySQL的连接port【不支持修改】
9872
- # 注意:此字段可能返回 null,表示取不到有效值。
9873
9582
  # @type Port: Integer
9874
9583
  # @param ServiceVip: MySQL连接源的实例vip【不支持修改】
9875
- # 注意:此字段可能返回 null,表示取不到有效值。
9876
9584
  # @type ServiceVip: String
9877
9585
  # @param UniqVpcId: MySQL连接源的vpcId【不支持修改】
9878
- # 注意:此字段可能返回 null,表示取不到有效值。
9879
9586
  # @type UniqVpcId: String
9880
9587
  # @param UserName: MySQL连接源的用户名
9881
- # 注意:此字段可能返回 null,表示取不到有效值。
9882
9588
  # @type UserName: String
9883
9589
  # @param Password: MySQL连接源的密码
9884
- # 注意:此字段可能返回 null,表示取不到有效值。
9885
9590
  # @type Password: String
9886
9591
  # @param IsUpdate: 是否更新到关联的Datahub任务
9887
- # 注意:此字段可能返回 null,表示取不到有效值。
9888
9592
  # @type IsUpdate: Boolean
9889
9593
  # @param ClusterId: 当type为TDSQL_C_MYSQL时
9890
- # 注意:此字段可能返回 null,表示取不到有效值。
9891
9594
  # @type ClusterId: String
9892
9595
  # @param SelfBuilt: 是否是自建的集群
9893
- # 注意:此字段可能返回 null,表示取不到有效值。
9894
9596
  # @type SelfBuilt: Boolean
9895
9597
 
9896
9598
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :ClusterId, :SelfBuilt
@@ -9923,88 +9625,61 @@ module TencentCloud
9923
9625
  # MySQL类型入参
9924
9626
  class MySQLParam < TencentCloud::Common::AbstractModel
9925
9627
  # @param Database: MySQL的数据库名称,"*"为全数据库
9926
- # 注意:此字段可能返回 null,表示取不到有效值。
9927
9628
  # @type Database: String
9928
9629
  # @param Table: MySQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"数据库名\\.数据表名"
9929
- # 注意:此字段可能返回 null,表示取不到有效值。
9930
9630
  # @type Table: String
9931
9631
  # @param Resource: 该MySQL在连接管理内的Id
9932
- # 注意:此字段可能返回 null,表示取不到有效值。
9933
9632
  # @type Resource: String
9934
9633
  # @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
9935
- # 注意:此字段可能返回 null,表示取不到有效值。
9936
9634
  # @type SnapshotMode: String
9937
9635
  # @param DdlTopic: 存放MySQL的Ddl信息的Topic,为空则默认不存放
9938
- # 注意:此字段可能返回 null,表示取不到有效值。
9939
9636
  # @type DdlTopic: String
9940
9637
  # @param DataSourceMonitorMode: "TABLE" 表示读取项为 table,"QUERY" 表示读取项为 query
9941
- # 注意:此字段可能返回 null,表示取不到有效值。
9942
9638
  # @type DataSourceMonitorMode: String
9943
9639
  # @param DataSourceMonitorResource: 当 "DataMonitorMode"="TABLE" 时,传入需要读取的 Table;当 "DataMonitorMode"="QUERY" 时,传入需要读取的查询 sql 语句
9944
- # 注意:此字段可能返回 null,表示取不到有效值。
9945
9640
  # @type DataSourceMonitorResource: String
9946
9641
  # @param DataSourceIncrementMode: "TIMESTAMP" 表示增量列为时间戳类型,"INCREMENT" 表示增量列为自增 id 类型
9947
- # 注意:此字段可能返回 null,表示取不到有效值。
9948
9642
  # @type DataSourceIncrementMode: String
9949
9643
  # @param DataSourceIncrementColumn: 传入需要监听的列名称
9950
- # 注意:此字段可能返回 null,表示取不到有效值。
9951
9644
  # @type DataSourceIncrementColumn: String
9952
9645
  # @param DataSourceStartFrom: "HEAD" 表示复制存量 + 增量数据,"TAIL" 表示只复制增量数据
9953
- # 注意:此字段可能返回 null,表示取不到有效值。
9954
9646
  # @type DataSourceStartFrom: String
9955
9647
  # @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
9956
- # 注意:此字段可能返回 null,表示取不到有效值。
9957
9648
  # @type DataTargetInsertMode: String
9958
9649
  # @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
9959
- # 注意:此字段可能返回 null,表示取不到有效值。
9960
9650
  # @type DataTargetPrimaryKeyField: String
9961
9651
  # @param DataTargetRecordMapping: 表与消息间的映射关系
9962
- # 注意:此字段可能返回 null,表示取不到有效值。
9963
9652
  # @type DataTargetRecordMapping: Array
9964
9653
  # @param TopicRegex: 事件路由到特定主题的正则表达式,默认为(.*)
9965
- # 注意:此字段可能返回 null,表示取不到有效值。
9966
9654
  # @type TopicRegex: String
9967
9655
  # @param TopicReplacement: TopicRegex的引用组,指定$1、$2等
9968
- # 注意:此字段可能返回 null,表示取不到有效值。
9969
9656
  # @type TopicReplacement: String
9970
9657
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
9971
- # 注意:此字段可能返回 null,表示取不到有效值。
9972
9658
  # @type KeyColumns: String
9973
9659
  # @param DropInvalidMessage: Mysql 是否抛弃解析失败的消息,默认为true
9974
- # 注意:此字段可能返回 null,表示取不到有效值。
9975
9660
  # @type DropInvalidMessage: Boolean
9976
9661
  # @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
9977
- # 注意:此字段可能返回 null,表示取不到有效值。
9978
9662
  # @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
9979
9663
  # @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
9980
- # 注意:此字段可能返回 null,表示取不到有效值。
9981
9664
  # @type OutputFormat: String
9982
9665
  # @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
9983
- # 注意:此字段可能返回 null,表示取不到有效值。
9984
9666
  # @type IsTablePrefix: Boolean
9985
9667
  # @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
9986
- # 注意:此字段可能返回 null,表示取不到有效值。
9987
9668
  # @type IncludeContentChanges: String
9988
9669
  # @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
9989
- # 注意:此字段可能返回 null,表示取不到有效值。
9990
9670
  # @type IncludeQuery: Boolean
9991
9671
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
9992
- # 注意:此字段可能返回 null,表示取不到有效值。
9993
9672
  # @type RecordWithSchema: Boolean
9994
9673
  # @param SignalDatabase: 存放信令表的数据库名称
9995
- # 注意:此字段可能返回 null,表示取不到有效值。
9996
9674
  # @type SignalDatabase: String
9997
9675
  # @param IsTableRegular: 输入的table是否为正则表达式,如果该选项以及IsTablePrefix同时为true,该选项的判断优先级高于IsTablePrefix
9998
- # 注意:此字段可能返回 null,表示取不到有效值。
9999
9676
  # @type IsTableRegular: Boolean
10000
9677
  # @param SignalTable: 信号表
10001
9678
  # 注意:此字段可能返回 null,表示取不到有效值。
10002
9679
  # @type SignalTable: String
10003
9680
  # @param DateTimeZone: datetime 类型字段转换为时间戳的时区
10004
- # 注意:此字段可能返回 null,表示取不到有效值。
10005
9681
  # @type DateTimeZone: String
10006
9682
  # @param SelfBuilt: 自建
10007
- # 注意:此字段可能返回 null,表示取不到有效值。
10008
9683
  # @type SelfBuilt: Boolean
10009
9684
 
10010
9685
  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
@@ -10085,10 +9760,8 @@ module TencentCloud
10085
9760
  # 操作类型返回的Data结构
10086
9761
  class OperateResponseData < TencentCloud::Common::AbstractModel
10087
9762
  # @param FlowId: 流程Id
10088
- # 注意:此字段可能返回 null,表示取不到有效值。
10089
9763
  # @type FlowId: Integer
10090
9764
  # @param RouteDTO: RouteIdDto
10091
- # 注意:此字段可能返回 null,表示取不到有效值。
10092
9765
  # @type RouteDTO: :class:`Tencentcloud::Ckafka.v20190819.models.RouteDTO`
10093
9766
 
10094
9767
  attr_accessor :FlowId, :RouteDTO
@@ -10126,10 +9799,8 @@ module TencentCloud
10126
9799
  # 分区和位移
10127
9800
  class PartitionOffset < TencentCloud::Common::AbstractModel
10128
9801
  # @param Partition: 分区
10129
- # 注意:此字段可能返回 null,表示取不到有效值。
10130
9802
  # @type Partition: String
10131
9803
  # @param Offset: 位点偏移量
10132
- # 注意:此字段可能返回 null,表示取不到有效值。
10133
9804
  # @type Offset: Integer
10134
9805
 
10135
9806
  attr_accessor :Partition, :Offset
@@ -10168,31 +9839,22 @@ module TencentCloud
10168
9839
  # PostgreSQL连接源参数
10169
9840
  class PostgreSQLConnectParam < TencentCloud::Common::AbstractModel
10170
9841
  # @param Port: PostgreSQL的连接port
10171
- # 注意:此字段可能返回 null,表示取不到有效值。
10172
9842
  # @type Port: Integer
10173
9843
  # @param UserName: PostgreSQL连接源的用户名
10174
- # 注意:此字段可能返回 null,表示取不到有效值。
10175
9844
  # @type UserName: String
10176
9845
  # @param Password: PostgreSQL连接源的密码
10177
- # 注意:此字段可能返回 null,表示取不到有效值。
10178
9846
  # @type Password: String
10179
9847
  # @param Resource: PostgreSQL连接源的实例资源
10180
- # 注意:此字段可能返回 null,表示取不到有效值。
10181
9848
  # @type Resource: String
10182
9849
  # @param ServiceVip: PostgreSQL连接源的实例vip,当为腾讯云实例时,必填
10183
- # 注意:此字段可能返回 null,表示取不到有效值。
10184
9850
  # @type ServiceVip: String
10185
9851
  # @param UniqVpcId: PostgreSQL连接源的vpcId,当为腾讯云实例时,必填
10186
- # 注意:此字段可能返回 null,表示取不到有效值。
10187
9852
  # @type UniqVpcId: String
10188
9853
  # @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,必填
10189
- # 注意:此字段可能返回 null,表示取不到有效值。
10190
9854
  # @type ClusterId: String
10191
9855
  # @param IsUpdate: 是否更新到关联的Datahub任务
10192
- # 注意:此字段可能返回 null,表示取不到有效值。
10193
9856
  # @type IsUpdate: Boolean
10194
9857
  # @param SelfBuilt: PostgreSQL连接源是否为自建集群
10195
- # 注意:此字段可能返回 null,表示取不到有效值。
10196
9858
  # @type SelfBuilt: Boolean
10197
9859
 
10198
9860
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :ClusterId, :IsUpdate, :SelfBuilt
@@ -10225,31 +9887,22 @@ module TencentCloud
10225
9887
  # PostgreSQL修改连接源参数
10226
9888
  class PostgreSQLModifyConnectParam < TencentCloud::Common::AbstractModel
10227
9889
  # @param Resource: PostgreSQL连接源的实例资源【不支持修改】
10228
- # 注意:此字段可能返回 null,表示取不到有效值。
10229
9890
  # @type Resource: String
10230
9891
  # @param Port: PostgreSQL的连接port【不支持修改】
10231
- # 注意:此字段可能返回 null,表示取不到有效值。
10232
9892
  # @type Port: Integer
10233
9893
  # @param ServiceVip: PostgreSQL连接源的实例vip【不支持修改】
10234
- # 注意:此字段可能返回 null,表示取不到有效值。
10235
9894
  # @type ServiceVip: String
10236
9895
  # @param UniqVpcId: PostgreSQL连接源的vpcId【不支持修改】
10237
- # 注意:此字段可能返回 null,表示取不到有效值。
10238
9896
  # @type UniqVpcId: String
10239
9897
  # @param UserName: PostgreSQL连接源的用户名
10240
- # 注意:此字段可能返回 null,表示取不到有效值。
10241
9898
  # @type UserName: String
10242
9899
  # @param Password: PostgreSQL连接源的密码
10243
- # 注意:此字段可能返回 null,表示取不到有效值。
10244
9900
  # @type Password: String
10245
9901
  # @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,该参数才有值【不支持修改】
10246
- # 注意:此字段可能返回 null,表示取不到有效值。
10247
9902
  # @type ClusterId: String
10248
9903
  # @param IsUpdate: 是否更新到关联的Datahub任务
10249
- # 注意:此字段可能返回 null,表示取不到有效值。
10250
9904
  # @type IsUpdate: Boolean
10251
9905
  # @param SelfBuilt: 是否为自建集群
10252
- # 注意:此字段可能返回 null,表示取不到有效值。
10253
9906
  # @type SelfBuilt: Boolean
10254
9907
 
10255
9908
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :ClusterId, :IsUpdate, :SelfBuilt
@@ -10282,43 +9935,30 @@ module TencentCloud
10282
9935
  # PostgreSQL类型入参
10283
9936
  class PostgreSQLParam < TencentCloud::Common::AbstractModel
10284
9937
  # @param Database: PostgreSQL的数据库名称
10285
- # 注意:此字段可能返回 null,表示取不到有效值。
10286
9938
  # @type Database: String
10287
9939
  # @param Table: PostgreSQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"Schema名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"Schema名\\.数据表名"
10288
- # 注意:此字段可能返回 null,表示取不到有效值。
10289
9940
  # @type Table: String
10290
9941
  # @param Resource: 该PostgreSQL在连接管理内的Id
10291
- # 注意:此字段可能返回 null,表示取不到有效值。
10292
9942
  # @type Resource: String
10293
9943
  # @param PluginName: 插件名(decoderbufs/pgoutput),默认为decoderbufs
10294
- # 注意:此字段可能返回 null,表示取不到有效值。
10295
9944
  # @type PluginName: String
10296
9945
  # @param SnapshotMode: 复制存量信息(never增量, initial全量),默认为initial
10297
- # 注意:此字段可能返回 null,表示取不到有效值。
10298
9946
  # @type SnapshotMode: String
10299
9947
  # @param DataFormat: 上游数据格式(JSON/Debezium), 当数据库同步模式为默认字段匹配时,必填
10300
- # 注意:此字段可能返回 null,表示取不到有效值。
10301
9948
  # @type DataFormat: String
10302
9949
  # @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
10303
- # 注意:此字段可能返回 null,表示取不到有效值。
10304
9950
  # @type DataTargetInsertMode: String
10305
9951
  # @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
10306
- # 注意:此字段可能返回 null,表示取不到有效值。
10307
9952
  # @type DataTargetPrimaryKeyField: String
10308
9953
  # @param DataTargetRecordMapping: 表与消息间的映射关系
10309
- # 注意:此字段可能返回 null,表示取不到有效值。
10310
9954
  # @type DataTargetRecordMapping: Array
10311
9955
  # @param DropInvalidMessage: 是否抛弃解析失败的消息,默认为true
10312
- # 注意:此字段可能返回 null,表示取不到有效值。
10313
9956
  # @type DropInvalidMessage: Boolean
10314
9957
  # @param IsTableRegular: 输入的table是否为正则表达式
10315
- # 注意:此字段可能返回 null,表示取不到有效值。
10316
9958
  # @type IsTableRegular: Boolean
10317
9959
  # @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
10318
- # 注意:此字段可能返回 null,表示取不到有效值。
10319
9960
  # @type KeyColumns: String
10320
9961
  # @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
10321
- # 注意:此字段可能返回 null,表示取不到有效值。
10322
9962
  # @type RecordWithSchema: Boolean
10323
9963
 
10324
9964
  attr_accessor :Database, :Table, :Resource, :PluginName, :SnapshotMode, :DataFormat, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :DropInvalidMessage, :IsTableRegular, :KeyColumns, :RecordWithSchema
@@ -10412,13 +10052,10 @@ module TencentCloud
10412
10052
  # @param SourcePort: vport
10413
10053
  # @type SourcePort: Integer
10414
10054
  # @param BrokerIp: broker地址
10415
- # 注意:此字段可能返回 null,表示取不到有效值。
10416
10055
  # @type BrokerIp: String
10417
10056
  # @param VpcId: VPC ID信息
10418
- # 注意:此字段可能返回 null,表示取不到有效值。
10419
10057
  # @type VpcId: String
10420
10058
  # @param SubnetId: 子网ID信息
10421
- # 注意:此字段可能返回 null,表示取不到有效值。
10422
10059
  # @type SubnetId: String
10423
10060
 
10424
10061
  attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp, :VpcId, :SubnetId
@@ -10475,7 +10112,6 @@ module TencentCloud
10475
10112
  # 注意:此字段可能返回 null,表示取不到有效值。
10476
10113
  # @type JsonKey: String
10477
10114
  # @param Type: 消息类型
10478
- # 注意:此字段可能返回 null,表示取不到有效值。
10479
10115
  # @type Type: String
10480
10116
  # @param AllowNull: 消息是否允许为空
10481
10117
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10555,19 +10191,14 @@ module TencentCloud
10555
10191
  # @param AreaName: 区域名称
10556
10192
  # @type AreaName: String
10557
10193
  # @param RegionCode: 地域代码
10558
- # 注意:此字段可能返回 null,表示取不到有效值。
10559
10194
  # @type RegionCode: String
10560
10195
  # @param RegionCodeV3: 地域代码(V3版本)
10561
- # 注意:此字段可能返回 null,表示取不到有效值。
10562
10196
  # @type RegionCodeV3: String
10563
10197
  # @param Support: NONE:默认值不支持任何特殊类型 实例类型
10564
- # 注意:此字段可能返回 null,表示取不到有效值。
10565
10198
  # @type Support: String
10566
10199
  # @param Ipv6: 是否支持ipv6, 0:表示不支持,1:表示支持
10567
- # 注意:此字段可能返回 null,表示取不到有效值。
10568
10200
  # @type Ipv6: Integer
10569
10201
  # @param MultiZone: 是否支持跨可用区, 0:表示不支持,1:表示支持
10570
- # 注意:此字段可能返回 null,表示取不到有效值。
10571
10202
  # @type MultiZone: Integer
10572
10203
 
10573
10204
  attr_accessor :RegionId, :RegionName, :AreaName, :RegionCode, :RegionCodeV3, :Support, :Ipv6, :MultiZone
@@ -10618,10 +10249,8 @@ module TencentCloud
10618
10249
  # RenewCkafkaInstance接口出参bigDealIds
10619
10250
  class RenewCkafkaInstanceResp < TencentCloud::Common::AbstractModel
10620
10251
  # @param BigDealId: 订单号
10621
- # 注意:此字段可能返回 null,表示取不到有效值。
10622
10252
  # @type BigDealId: String
10623
10253
  # @param DealName: 子订单号
10624
- # 注意:此字段可能返回 null,表示取不到有效值。
10625
10254
  # @type DealName: String
10626
10255
 
10627
10256
  attr_accessor :BigDealId, :DealName
@@ -10701,13 +10330,11 @@ module TencentCloud
10701
10330
  # 注意:此字段可能返回 null,表示取不到有效值。
10702
10331
  # @type DomainPort: Integer
10703
10332
  # @param DeleteTimestamp: 时间戳
10704
- # 注意:此字段可能返回 null,表示取不到有效值。
10705
10333
  # @type DeleteTimestamp: String
10706
10334
  # @param Subnet: 子网Id
10707
10335
  # 注意:此字段可能返回 null,表示取不到有效值。
10708
10336
  # @type Subnet: String
10709
10337
  # @param BrokerVipList: 虚拟IP列表(1对1 broker节点)
10710
- # 注意:此字段可能返回 null,表示取不到有效值。
10711
10338
  # @type BrokerVipList: Array
10712
10339
  # @param VpcId: 私有网络Id
10713
10340
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10759,7 +10386,6 @@ module TencentCloud
10759
10386
  # RouteDTO
10760
10387
  class RouteDTO < TencentCloud::Common::AbstractModel
10761
10388
  # @param RouteId: 路由Id
10762
- # 注意:此字段可能返回 null,表示取不到有效值。
10763
10389
  # @type RouteId: Integer
10764
10390
 
10765
10391
  attr_accessor :RouteId
@@ -10776,7 +10402,6 @@ module TencentCloud
10776
10402
  # 路由信息返回对象
10777
10403
  class RouteResponse < TencentCloud::Common::AbstractModel
10778
10404
  # @param Routers: 路由信息列表
10779
- # 注意:此字段可能返回 null,表示取不到有效值。
10780
10405
  # @type Routers: Array
10781
10406
 
10782
10407
  attr_accessor :Routers
@@ -10802,10 +10427,8 @@ module TencentCloud
10802
10427
  # @param RowContent: 行内容,KEY_VALUE,VALUE
10803
10428
  # @type RowContent: String
10804
10429
  # @param KeyValueDelimiter: key和value间的分隔符
10805
- # 注意:此字段可能返回 null,表示取不到有效值。
10806
10430
  # @type KeyValueDelimiter: String
10807
10431
  # @param EntryDelimiter: 元素建的分隔符
10808
- # 注意:此字段可能返回 null,表示取不到有效值。
10809
10432
  # @type EntryDelimiter: String
10810
10433
 
10811
10434
  attr_accessor :RowContent, :KeyValueDelimiter, :EntryDelimiter
@@ -10832,16 +10455,12 @@ module TencentCloud
10832
10455
  # @param SchemeType: 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY
10833
10456
  # @type SchemeType: String
10834
10457
  # @param Value: 数据处理VALUE
10835
- # 注意:此字段可能返回 null,表示取不到有效值。
10836
10458
  # @type Value: String
10837
10459
  # @param ValueOperate: VALUE处理
10838
- # 注意:此字段可能返回 null,表示取不到有效值。
10839
10460
  # @type ValueOperate: :class:`Tencentcloud::Ckafka.v20190819.models.ValueParam`
10840
10461
  # @param OriginalValue: 原始VALUE
10841
- # 注意:此字段可能返回 null,表示取不到有效值。
10842
10462
  # @type OriginalValue: String
10843
10463
  # @param ValueOperates: VALUE处理链
10844
- # 注意:此字段可能返回 null,表示取不到有效值。
10845
10464
  # @type ValueOperates: Array
10846
10465
 
10847
10466
  attr_accessor :Key, :Operate, :SchemeType, :Value, :ValueOperate, :OriginalValue, :ValueOperates
@@ -10880,25 +10499,18 @@ module TencentCloud
10880
10499
  # SQLServer连接源参数
10881
10500
  class SQLServerConnectParam < TencentCloud::Common::AbstractModel
10882
10501
  # @param Port: SQLServer的连接port
10883
- # 注意:此字段可能返回 null,表示取不到有效值。
10884
10502
  # @type Port: Integer
10885
10503
  # @param UserName: SQLServer连接源的用户名
10886
- # 注意:此字段可能返回 null,表示取不到有效值。
10887
10504
  # @type UserName: String
10888
10505
  # @param Password: SQLServer连接源的密码
10889
- # 注意:此字段可能返回 null,表示取不到有效值。
10890
10506
  # @type Password: String
10891
10507
  # @param Resource: SQLServer连接源的实例资源
10892
- # 注意:此字段可能返回 null,表示取不到有效值。
10893
10508
  # @type Resource: String
10894
10509
  # @param ServiceVip: SQLServer连接源的实例vip,当为腾讯云实例时,必填
10895
- # 注意:此字段可能返回 null,表示取不到有效值。
10896
10510
  # @type ServiceVip: String
10897
10511
  # @param UniqVpcId: SQLServer连接源的vpcId,当为腾讯云实例时,必填
10898
- # 注意:此字段可能返回 null,表示取不到有效值。
10899
10512
  # @type UniqVpcId: String
10900
10513
  # @param IsUpdate: 是否更新到关联的Dip任务
10901
- # 注意:此字段可能返回 null,表示取不到有效值。
10902
10514
  # @type IsUpdate: Boolean
10903
10515
 
10904
10516
  attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
@@ -10927,25 +10539,18 @@ module TencentCloud
10927
10539
  # SQLServer修改连接源参数
10928
10540
  class SQLServerModifyConnectParam < TencentCloud::Common::AbstractModel
10929
10541
  # @param Resource: SQLServer连接源的实例资源【不支持修改】
10930
- # 注意:此字段可能返回 null,表示取不到有效值。
10931
10542
  # @type Resource: String
10932
10543
  # @param Port: SQLServer的连接port【不支持修改】
10933
- # 注意:此字段可能返回 null,表示取不到有效值。
10934
10544
  # @type Port: Integer
10935
10545
  # @param ServiceVip: SQLServer连接源的实例vip【不支持修改】
10936
- # 注意:此字段可能返回 null,表示取不到有效值。
10937
10546
  # @type ServiceVip: String
10938
10547
  # @param UniqVpcId: SQLServer连接源的vpcId【不支持修改】
10939
- # 注意:此字段可能返回 null,表示取不到有效值。
10940
10548
  # @type UniqVpcId: String
10941
10549
  # @param UserName: SQLServer连接源的用户名
10942
- # 注意:此字段可能返回 null,表示取不到有效值。
10943
10550
  # @type UserName: String
10944
10551
  # @param Password: SQLServer连接源的密码
10945
- # 注意:此字段可能返回 null,表示取不到有效值。
10946
10552
  # @type Password: String
10947
10553
  # @param IsUpdate: 是否更新到关联的Dip任务
10948
- # 注意:此字段可能返回 null,表示取不到有效值。
10949
10554
  # @type IsUpdate: Boolean
10950
10555
 
10951
10556
  attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
@@ -10974,16 +10579,12 @@ module TencentCloud
10974
10579
  # SQLServer类型入参
10975
10580
  class SQLServerParam < TencentCloud::Common::AbstractModel
10976
10581
  # @param Database: SQLServer的数据库名称
10977
- # 注意:此字段可能返回 null,表示取不到有效值。
10978
10582
  # @type Database: String
10979
10583
  # @param Table: SQLServer的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
10980
- # 注意:此字段可能返回 null,表示取不到有效值。
10981
10584
  # @type Table: String
10982
10585
  # @param Resource: 该SQLServer在连接管理内的Id
10983
- # 注意:此字段可能返回 null,表示取不到有效值。
10984
10586
  # @type Resource: String
10985
10587
  # @param SnapshotMode: 复制存量信息(schema_only增量, initial全量),默认为initial
10986
- # 注意:此字段可能返回 null,表示取不到有效值。
10987
10588
  # @type SnapshotMode: String
10988
10589
 
10989
10590
  attr_accessor :Database, :Table, :Resource, :SnapshotMode
@@ -11006,16 +10607,12 @@ module TencentCloud
11006
10607
  # 标准版销售信息
11007
10608
  class SaleInfo < TencentCloud::Common::AbstractModel
11008
10609
  # @param Flag: 手动设置的flag标志
11009
- # 注意:此字段可能返回 null,表示取不到有效值。
11010
10610
  # @type Flag: Boolean
11011
10611
  # @param Version: ckakfa版本号(1.1.1/2.4.2/0.10.2)
11012
- # 注意:此字段可能返回 null,表示取不到有效值。
11013
10612
  # @type Version: String
11014
10613
  # @param Platform: 专业版、标准版标志
11015
- # 注意:此字段可能返回 null,表示取不到有效值。
11016
10614
  # @type Platform: String
11017
10615
  # @param SoldOut: 售罄标志:true售罄
11018
- # 注意:此字段可能返回 null,表示取不到有效值。
11019
10616
  # @type SoldOut: Boolean
11020
10617
 
11021
10618
  attr_accessor :Flag, :Version, :Platform, :SoldOut
@@ -11038,7 +10635,6 @@ module TencentCloud
11038
10635
  # 实例缩容应答
11039
10636
  class ScalingDownResp < TencentCloud::Common::AbstractModel
11040
10637
  # @param DealNames: 订单号列表
11041
- # 注意:此字段可能返回 null,表示取不到有效值。
11042
10638
  # @type DealNames: Array
11043
10639
 
11044
10640
  attr_accessor :DealNames
@@ -11055,19 +10651,14 @@ module TencentCloud
11055
10651
  # Scf类型入参
11056
10652
  class ScfParam < TencentCloud::Common::AbstractModel
11057
10653
  # @param FunctionName: SCF云函数函数名
11058
- # 注意:此字段可能返回 null,表示取不到有效值。
11059
10654
  # @type FunctionName: String
11060
10655
  # @param Namespace: SCF云函数命名空间, 默认为default
11061
- # 注意:此字段可能返回 null,表示取不到有效值。
11062
10656
  # @type Namespace: String
11063
10657
  # @param Qualifier: SCF云函数版本及别名, 默认为$DEFAULT
11064
- # 注意:此字段可能返回 null,表示取不到有效值。
11065
10658
  # @type Qualifier: String
11066
10659
  # @param BatchSize: 每批最大发送消息数, 默认为1000
11067
- # 注意:此字段可能返回 null,表示取不到有效值。
11068
10660
  # @type BatchSize: Integer
11069
10661
  # @param MaxRetries: SCF调用失败后重试次数, 默认为5
11070
- # 注意:此字段可能返回 null,表示取不到有效值。
11071
10662
  # @type MaxRetries: Integer
11072
10663
 
11073
10664
  attr_accessor :FunctionName, :Namespace, :Qualifier, :BatchSize, :MaxRetries
@@ -11173,13 +10764,10 @@ module TencentCloud
11173
10764
  # @param TopicName: 订阅的主题名
11174
10765
  # @type TopicName: String
11175
10766
  # @param Partition: 订阅的分区
11176
- # 注意:此字段可能返回 null,表示取不到有效值。
11177
10767
  # @type Partition: Array
11178
10768
  # @param PartitionOffset: 分区offset信息
11179
- # 注意:此字段可能返回 null,表示取不到有效值。
11180
10769
  # @type PartitionOffset: Array
11181
10770
  # @param TopicId: 订阅的主题ID
11182
- # 注意:此字段可能返回 null,表示取不到有效值。
11183
10771
  # @type TopicId: String
11184
10772
 
11185
10773
  attr_accessor :TopicName, :Partition, :PartitionOffset, :TopicId
@@ -11282,7 +10870,6 @@ module TencentCloud
11282
10870
  # 2 进行中
11283
10871
  # @type Status: Integer
11284
10872
  # @param Output: 输出信息
11285
- # 注意:此字段可能返回 null,表示取不到有效值。
11286
10873
  # @type Output: String
11287
10874
 
11288
10875
  attr_accessor :Status, :Output
@@ -11301,19 +10888,14 @@ module TencentCloud
11301
10888
  # Tdw类型入参
11302
10889
  class TdwParam < TencentCloud::Common::AbstractModel
11303
10890
  # @param Bid: Tdw的bid
11304
- # 注意:此字段可能返回 null,表示取不到有效值。
11305
10891
  # @type Bid: String
11306
10892
  # @param Tid: Tdw的tid
11307
- # 注意:此字段可能返回 null,表示取不到有效值。
11308
10893
  # @type Tid: String
11309
10894
  # @param IsDomestic: 默认true
11310
- # 注意:此字段可能返回 null,表示取不到有效值。
11311
10895
  # @type IsDomestic: Boolean
11312
10896
  # @param TdwHost: TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
11313
- # 注意:此字段可能返回 null,表示取不到有效值。
11314
10897
  # @type TdwHost: String
11315
10898
  # @param TdwPort: TDW端口,默认8099
11316
- # 注意:此字段可能返回 null,表示取不到有效值。
11317
10899
  # @type TdwPort: Integer
11318
10900
 
11319
10901
  attr_accessor :Bid, :Tid, :IsDomestic, :TdwHost, :TdwPort
@@ -11367,7 +10949,6 @@ module TencentCloud
11367
10949
  # @param CreateTime: 创建时间
11368
10950
  # @type CreateTime: Integer
11369
10951
  # @param Note: 主题备注
11370
- # 注意:此字段可能返回 null,表示取不到有效值。
11371
10952
  # @type Note: String
11372
10953
  # @param PartitionNum: 分区个数
11373
10954
  # @type PartitionNum: Integer
@@ -11380,16 +10961,12 @@ module TencentCloud
11380
10961
  # @param Partitions: 分区详情
11381
10962
  # @type Partitions: Array
11382
10963
  # @param EnableAclRule: ACL预设策略开关,1:打开; 0:关闭
11383
- # 注意:此字段可能返回 null,表示取不到有效值。
11384
10964
  # @type EnableAclRule: Integer
11385
10965
  # @param AclRuleList: 预设策略列表
11386
- # 注意:此字段可能返回 null,表示取不到有效值。
11387
10966
  # @type AclRuleList: Array
11388
10967
  # @param QuotaConfig: topic 限流策略
11389
- # 注意:此字段可能返回 null,表示取不到有效值。
11390
10968
  # @type QuotaConfig: :class:`Tencentcloud::Ckafka.v20190819.models.InstanceQuotaConfigResp`
11391
10969
  # @param ReplicaNum: 副本数
11392
- # 注意:此字段可能返回 null,表示取不到有效值。
11393
10970
  # @type ReplicaNum: Integer
11394
10971
 
11395
10972
  attr_accessor :TopicId, :CreateTime, :Note, :PartitionNum, :EnableWhiteList, :IpWhiteList, :Config, :Partitions, :EnableAclRule, :AclRuleList, :QuotaConfig, :ReplicaNum
@@ -11456,7 +11033,6 @@ module TencentCloud
11456
11033
  # @param ReplicaNum: topic副本数 最小值 1,最大值 3
11457
11034
  # @type ReplicaNum: Integer
11458
11035
  # @param Note: 备注
11459
- # 注意:此字段可能返回 null,表示取不到有效值。
11460
11036
  # @type Note: String
11461
11037
  # @param CreateTime: 创建时间
11462
11038
  # @type CreateTime: Integer
@@ -11465,20 +11041,16 @@ module TencentCloud
11465
11041
  # @param IpWhiteListCount: ip白名单中ip个数
11466
11042
  # @type IpWhiteListCount: Integer
11467
11043
  # @param ForwardCosBucket: 数据备份cos bucket: 转存到cos 的bucket地址
11468
- # 注意:此字段可能返回 null,表示取不到有效值。
11469
11044
  # @type ForwardCosBucket: String
11470
11045
  # @param ForwardStatus: 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
11471
11046
  # @type ForwardStatus: Integer
11472
11047
  # @param ForwardInterval: 数据备份到cos的周期频率
11473
11048
  # @type ForwardInterval: Integer
11474
11049
  # @param Config: 高级配置
11475
- # 注意:此字段可能返回 null,表示取不到有效值。
11476
11050
  # @type Config: :class:`Tencentcloud::Ckafka.v20190819.models.Config`
11477
11051
  # @param RetentionTimeConfig: 消息保留时间配置(用于动态配置变更记录)
11478
- # 注意:此字段可能返回 null,表示取不到有效值。
11479
11052
  # @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.TopicRetentionTimeConfigRsp`
11480
11053
  # @param Status: 0:正常,1:已删除,2:删除中
11481
- # 注意:此字段可能返回 null,表示取不到有效值。
11482
11054
  # @type Status: Integer
11483
11055
  # @param Tags: 标签列表
11484
11056
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11539,7 +11111,6 @@ module TencentCloud
11539
11111
  # 主题详情返回实体
11540
11112
  class TopicDetailResponse < TencentCloud::Common::AbstractModel
11541
11113
  # @param TopicList: 返回的主题详情列表
11542
- # 注意:此字段可能返回 null,表示取不到有效值。
11543
11114
  # @type TopicList: Array
11544
11115
  # @param TotalCount: 符合条件的所有主题详情数量
11545
11116
  # @type TotalCount: Integer
@@ -11607,13 +11178,10 @@ module TencentCloud
11607
11178
  # @param ConsumeSpeed: 消费者组消费速度排行速度
11608
11179
  # @type ConsumeSpeed: Array
11609
11180
  # @param TopicMessageHeap: Topic 消息堆积/占用磁盘排行
11610
- # 注意:此字段可能返回 null,表示取不到有效值。
11611
11181
  # @type TopicMessageHeap: Array
11612
11182
  # @param BrokerIp: Broker Ip 列表
11613
- # 注意:此字段可能返回 null,表示取不到有效值。
11614
11183
  # @type BrokerIp: Array
11615
11184
  # @param BrokerTopicData: 单个broker 节点 Topic占用的数据大小
11616
- # 注意:此字段可能返回 null,表示取不到有效值。
11617
11185
  # @type BrokerTopicData: Array
11618
11186
  # @param BrokerTopicFlowData: 单个Broker 节点Topic 流量的大小(单位MB)
11619
11187
  # @type BrokerTopicFlowData: Array
@@ -11685,16 +11253,12 @@ module TencentCloud
11685
11253
  # @param InSyncReplica: ISR
11686
11254
  # @type InSyncReplica: String
11687
11255
  # @param BeginOffset: 起始Offset
11688
- # 注意:此字段可能返回 null,表示取不到有效值。
11689
11256
  # @type BeginOffset: Integer
11690
11257
  # @param EndOffset: 末端Offset
11691
- # 注意:此字段可能返回 null,表示取不到有效值。
11692
11258
  # @type EndOffset: Integer
11693
11259
  # @param MessageCount: 消息数
11694
- # 注意:此字段可能返回 null,表示取不到有效值。
11695
11260
  # @type MessageCount: Integer
11696
11261
  # @param OutOfSyncReplica: 未同步副本集
11697
- # 注意:此字段可能返回 null,表示取不到有效值。
11698
11262
  # @type OutOfSyncReplica: String
11699
11263
 
11700
11264
  attr_accessor :Partition, :Leader, :Replica, :InSyncReplica, :BeginOffset, :EndOffset, :MessageCount, :OutOfSyncReplica
@@ -11752,22 +11316,16 @@ module TencentCloud
11752
11316
  # topic消息堆积、占用磁盘排行
11753
11317
  class TopicMessageHeapRanking < TencentCloud::Common::AbstractModel
11754
11318
  # @param TopicId: 主题ID
11755
- # 注意:此字段可能返回 null,表示取不到有效值。
11756
11319
  # @type TopicId: String
11757
11320
  # @param TopicName: 主题名称
11758
- # 注意:此字段可能返回 null,表示取不到有效值。
11759
11321
  # @type TopicName: String
11760
11322
  # @param PartitionNum: 分区数
11761
- # 注意:此字段可能返回 null,表示取不到有效值。
11762
11323
  # @type PartitionNum: Integer
11763
11324
  # @param ReplicaNum: 副本数
11764
- # 注意:此字段可能返回 null,表示取不到有效值。
11765
11325
  # @type ReplicaNum: Integer
11766
11326
  # @param TopicTraffic: Topic 流量
11767
- # 注意:此字段可能返回 null,表示取不到有效值。
11768
11327
  # @type TopicTraffic: String
11769
11328
  # @param MessageHeap: topic消息堆积/占用磁盘
11770
- # 注意:此字段可能返回 null,表示取不到有效值。
11771
11329
  # @type MessageHeap: Integer
11772
11330
 
11773
11331
  attr_accessor :TopicId, :TopicName, :PartitionNum, :ReplicaNum, :TopicTraffic, :MessageHeap
@@ -11802,16 +11360,12 @@ module TencentCloud
11802
11360
  # 注意:此字段可能返回 null,表示取不到有效值。
11803
11361
  # @type StartTime: Integer
11804
11362
  # @param TopicId: Topic的TopicId【出参】
11805
- # 注意:此字段可能返回 null,表示取不到有效值。
11806
11363
  # @type TopicId: String
11807
11364
  # @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,可选择"gzip", "snappy", "lz4"中的一个进行填写。
11808
- # 注意:此字段可能返回 null,表示取不到有效值。
11809
11365
  # @type CompressionType: String
11810
11366
  # @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务)
11811
- # 注意:此字段可能返回 null,表示取不到有效值。
11812
11367
  # @type UseAutoCreateTopic: Boolean
11813
11368
  # @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
11814
- # 注意:此字段可能返回 null,表示取不到有效值。
11815
11369
  # @type MsgMultiple: Integer
11816
11370
 
11817
11371
  attr_accessor :Resource, :OffsetType, :StartTime, :TopicId, :CompressionType, :UseAutoCreateTopic, :MsgMultiple
@@ -11868,10 +11422,8 @@ module TencentCloud
11868
11422
  # 统一返回的TopicResponse
11869
11423
  class TopicResult < TencentCloud::Common::AbstractModel
11870
11424
  # @param TopicList: 返回的主题信息列表
11871
- # 注意:此字段可能返回 null,表示取不到有效值。
11872
11425
  # @type TopicList: Array
11873
11426
  # @param TotalCount: 符合条件的 topic 数量
11874
- # 注意:此字段可能返回 null,表示取不到有效值。
11875
11427
  # @type TotalCount: Integer
11876
11428
 
11877
11429
  attr_accessor :TopicList, :TotalCount
@@ -11897,13 +11449,10 @@ module TencentCloud
11897
11449
  # Topic消息保留时间配置返回信息
11898
11450
  class TopicRetentionTimeConfigRsp < TencentCloud::Common::AbstractModel
11899
11451
  # @param Expect: 期望值,即用户配置的Topic消息保留时间(单位分钟)
11900
- # 注意:此字段可能返回 null,表示取不到有效值。
11901
11452
  # @type Expect: Integer
11902
11453
  # @param Current: 当前值,即当前生效值(可能存在动态调整,单位分钟)
11903
- # 注意:此字段可能返回 null,表示取不到有效值。
11904
11454
  # @type Current: Integer
11905
11455
  # @param ModTimeStamp: 最近变更时间
11906
- # 注意:此字段可能返回 null,表示取不到有效值。
11907
11456
  # @type ModTimeStamp: Integer
11908
11457
 
11909
11458
  attr_accessor :Expect, :Current, :ModTimeStamp
@@ -11928,10 +11477,8 @@ module TencentCloud
11928
11477
  # @param StatusCountInfo: 消费分组状态数量信息
11929
11478
  # @type StatusCountInfo: String
11930
11479
  # @param GroupsInfo: 消费分组信息
11931
- # 注意:此字段可能返回 null,表示取不到有效值。
11932
11480
  # @type GroupsInfo: Array
11933
11481
  # @param Status: 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
11934
- # 注意:此字段可能返回 null,表示取不到有效值。
11935
11482
  # @type Status: Integer
11936
11483
 
11937
11484
  attr_accessor :TotalCount, :StatusCountInfo, :GroupsInfo, :Status
@@ -11977,13 +11524,10 @@ module TencentCloud
11977
11524
  # @param FilterParam: 过滤器
11978
11525
  # @type FilterParam: Array
11979
11526
  # @param Result: 测试结果
11980
- # 注意:此字段可能返回 null,表示取不到有效值。
11981
11527
  # @type Result: String
11982
11528
  # @param AnalyseResult: 解析结果
11983
- # 注意:此字段可能返回 null,表示取不到有效值。
11984
11529
  # @type AnalyseResult: Array
11985
11530
  # @param UseEventBus: 底层引擎是否使用eb
11986
- # 注意:此字段可能返回 null,表示取不到有效值。
11987
11531
  # @type UseEventBus: Boolean
11988
11532
 
11989
11533
  attr_accessor :AnalysisFormat, :OutputFormat, :FailureParam, :Content, :SourceType, :Regex, :MapParam, :FilterParam, :Result, :AnalyseResult, :UseEventBus
@@ -12048,28 +11592,20 @@ module TencentCloud
12048
11592
  # @param FieldChain: 处理链
12049
11593
  # @type FieldChain: Array
12050
11594
  # @param FilterParam: 过滤器
12051
- # 注意:此字段可能返回 null,表示取不到有效值。
12052
11595
  # @type FilterParam: Array
12053
11596
  # @param FailureParam: 失败处理
12054
- # 注意:此字段可能返回 null,表示取不到有效值。
12055
11597
  # @type FailureParam: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
12056
11598
  # @param Result: 测试结果
12057
- # 注意:此字段可能返回 null,表示取不到有效值。
12058
11599
  # @type Result: String
12059
11600
  # @param SourceType: 数据来源
12060
- # 注意:此字段可能返回 null,表示取不到有效值。
12061
11601
  # @type SourceType: String
12062
11602
  # @param OutputFormat: 输出格式,JSON,ROW,默认为JSON
12063
- # 注意:此字段可能返回 null,表示取不到有效值。
12064
11603
  # @type OutputFormat: String
12065
11604
  # @param RowParam: 输出格式为ROW必填
12066
- # 注意:此字段可能返回 null,表示取不到有效值。
12067
11605
  # @type RowParam: :class:`Tencentcloud::Ckafka.v20190819.models.RowParam`
12068
11606
  # @param KeepMetadata: 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
12069
- # 注意:此字段可能返回 null,表示取不到有效值。
12070
11607
  # @type KeepMetadata: Boolean
12071
11608
  # @param BatchAnalyse: 数组解析
12072
- # 注意:此字段可能返回 null,表示取不到有效值。
12073
11609
  # @type BatchAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.BatchAnalyseParam`
12074
11610
 
12075
11611
  attr_accessor :Content, :FieldChain, :FilterParam, :FailureParam, :Result, :SourceType, :OutputFormat, :RowParam, :KeepMetadata, :BatchAnalyse
@@ -12127,7 +11663,6 @@ module TencentCloud
12127
11663
  # Url解析
12128
11664
  class UrlDecodeParam < TencentCloud::Common::AbstractModel
12129
11665
  # @param CharsetName: 编码
12130
- # 注意:此字段可能返回 null,表示取不到有效值。
12131
11666
  # @type CharsetName: String
12132
11667
 
12133
11668
  attr_accessor :CharsetName
@@ -12172,7 +11707,6 @@ module TencentCloud
12172
11707
  # 用户返回实体
12173
11708
  class UserResponse < TencentCloud::Common::AbstractModel
12174
11709
  # @param Users: 符合条件的用户列表
12175
- # 注意:此字段可能返回 null,表示取不到有效值。
12176
11710
  # @type Users: Array
12177
11711
  # @param TotalCount: 符合条件的总用户数
12178
11712
  # @type TotalCount: Integer
@@ -12329,7 +11863,6 @@ module TencentCloud
12329
11863
  # @param SoldOut: true为售罄,false为未售罄
12330
11864
  # @type SoldOut: String
12331
11865
  # @param SalesInfo: 标准版售罄信息
12332
- # 注意:此字段可能返回 null,表示取不到有效值。
12333
11866
  # @type SalesInfo: Array
12334
11867
  # @param ExtraFlag: 额外标识
12335
11868
  # @type ExtraFlag: String
@@ -12386,40 +11919,28 @@ module TencentCloud
12386
11919
  # @param MessagePrice: 后付费消息单价
12387
11920
  # @type MessagePrice: :class:`Tencentcloud::Ckafka.v20190819.models.Price`
12388
11921
  # @param ClusterInfo: 用户独占集群信息
12389
- # 注意:此字段可能返回 null,表示取不到有效值。
12390
11922
  # @type ClusterInfo: Array
12391
11923
  # @param Standard: 购买标准版配置
12392
- # 注意:此字段可能返回 null,表示取不到有效值。
12393
11924
  # @type Standard: String
12394
11925
  # @param StandardS2: 购买标准版S2配置
12395
- # 注意:此字段可能返回 null,表示取不到有效值。
12396
11926
  # @type StandardS2: String
12397
11927
  # @param Profession: 购买专业版配置
12398
- # 注意:此字段可能返回 null,表示取不到有效值。
12399
11928
  # @type Profession: String
12400
11929
  # @param Physical: 购买物理独占版配置
12401
- # 注意:此字段可能返回 null,表示取不到有效值。
12402
11930
  # @type Physical: String
12403
11931
  # @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
12404
- # 注意:此字段可能返回 null,表示取不到有效值。
12405
11932
  # @type PublicNetwork: String
12406
11933
  # @param PublicNetworkLimit: 公网带宽配置
12407
- # 注意:此字段可能返回 null,表示取不到有效值。
12408
11934
  # @type PublicNetworkLimit: String
12409
11935
  # @param RequestId: 请求Id
12410
- # 注意:此字段可能返回 null,表示取不到有效值。
12411
11936
  # @type RequestId: String
12412
11937
  # @param Version: 版本
12413
- # 注意:此字段可能返回 null,表示取不到有效值。
12414
11938
  # @type Version: String
12415
11939
  # @param Offset: 分页offset
12416
- # 注意:此字段可能返回 null,表示取不到有效值。
12417
11940
  # @type Offset: Integer
12418
11941
  # @param Limit: 分页limit
12419
- # 注意:此字段可能返回 null,表示取不到有效值。
12420
11942
  # @type Limit: Integer
12421
11943
  # @param ForceCheckTag: 是否必须录入tag
12422
- # 注意:此字段可能返回 null,表示取不到有效值。
12423
11944
  # @type ForceCheckTag: Boolean
12424
11945
 
12425
11946
  attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Version, :Offset, :Limit, :ForceCheckTag