tencentcloud-sdk-ckafka 3.0.1024 → 3.0.1025
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +9 -480
- metadata +2 -2
data/lib/v20190819/models.rb
CHANGED
@@ -1051,21 +1051,29 @@ module TencentCloud
|
|
1051
1051
|
# @param Retention: 消息保留时间
|
1052
1052
|
# @type Retention: Integer
|
1053
1053
|
# @param MinInsyncReplicas: 最小同步复制数
|
1054
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1054
1055
|
# @type MinInsyncReplicas: Integer
|
1055
1056
|
# @param CleanUpPolicy: 日志清理模式,默认 delete。
|
1056
1057
|
# delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
|
1058
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1057
1059
|
# @type CleanUpPolicy: String
|
1058
1060
|
# @param SegmentMs: Segment 分片滚动的时长
|
1061
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1059
1062
|
# @type SegmentMs: Integer
|
1060
1063
|
# @param UncleanLeaderElectionEnable: 0表示 false。 1表示 true。
|
1064
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1061
1065
|
# @type UncleanLeaderElectionEnable: Integer
|
1062
1066
|
# @param SegmentBytes: Segment 分片滚动的字节数
|
1067
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1063
1068
|
# @type SegmentBytes: Integer
|
1064
1069
|
# @param MaxMessageBytes: 最大消息字节数
|
1070
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1065
1071
|
# @type MaxMessageBytes: Integer
|
1066
1072
|
# @param RetentionBytes: 消息保留文件大小
|
1073
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1067
1074
|
# @type RetentionBytes: Integer
|
1068
1075
|
# @param LogMsgTimestampType: 消息保存的时间类型
|
1076
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1069
1077
|
# @type LogMsgTimestampType: String
|
1070
1078
|
|
1071
1079
|
attr_accessor :Retention, :MinInsyncReplicas, :CleanUpPolicy, :SegmentMs, :UncleanLeaderElectionEnable, :SegmentBytes, :MaxMessageBytes, :RetentionBytes, :LogMsgTimestampType
|
@@ -2111,16 +2119,12 @@ module TencentCloud
|
|
2111
2119
|
# 创建预付费接口返回的Data
|
2112
2120
|
class CreateInstancePreData < TencentCloud::Common::AbstractModel
|
2113
2121
|
# @param FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
|
2114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2115
2122
|
# @type FlowId: Integer
|
2116
2123
|
# @param DealNames: 订单号列表
|
2117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2118
2124
|
# @type DealNames: Array
|
2119
2125
|
# @param InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
|
2120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2121
2126
|
# @type InstanceId: String
|
2122
2127
|
# @param DealNameInstanceIdMapping: 订单和购买实例对应映射列表
|
2123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2124
2128
|
# @type DealNameInstanceIdMapping: Array
|
2125
2129
|
|
2126
2130
|
attr_accessor :FlowId, :DealNames, :InstanceId, :DealNameInstanceIdMapping
|
@@ -2151,7 +2155,7 @@ module TencentCloud
|
|
2151
2155
|
class CreateInstancePreRequest < TencentCloud::Common::AbstractModel
|
2152
2156
|
# @param InstanceName: ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
2153
2157
|
# @type InstanceName: String
|
2154
|
-
# @param ZoneId:
|
2158
|
+
# @param ZoneId: 可用区。当购买多可用区实例时,当前参数为主可用区。 [查看可用区](https://cloud.tencent.com/document/product/597/55246)
|
2155
2159
|
# @type ZoneId: Integer
|
2156
2160
|
# @param Period: 预付费购买时长,例如 "1m",就是一个月
|
2157
2161
|
# @type Period: String
|
@@ -2261,7 +2265,6 @@ module TencentCloud
|
|
2261
2265
|
# @param ReturnMessage: 成功消息
|
2262
2266
|
# @type ReturnMessage: String
|
2263
2267
|
# @param Data: 操作型返回的Data数据
|
2264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2265
2268
|
# @type Data: :class:`Tencentcloud::Ckafka.v20190819.models.CreateInstancePreData`
|
2266
2269
|
# @param DeleteRouteTimestamp: 删除时间。目前该参数字段已废弃,将会在未来被删除
|
2267
2270
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -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
|
@@ -4069,7 +4057,6 @@ module TencentCloud
|
|
4069
4057
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4070
4058
|
# @type Time: String
|
4071
4059
|
# @param IsUnSupportVersion: 是否支持的版本
|
4072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4073
4060
|
# @type IsUnSupportVersion: Boolean
|
4074
4061
|
|
4075
4062
|
attr_accessor :IpAddr, :Time, :IsUnSupportVersion
|
@@ -4090,37 +4077,26 @@ module TencentCloud
|
|
4090
4077
|
# 查询连接源具体数据的返参
|
4091
4078
|
class DescribeConnectResource < TencentCloud::Common::AbstractModel
|
4092
4079
|
# @param ResourceId: 连接源的Id
|
4093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4094
4080
|
# @type ResourceId: String
|
4095
4081
|
# @param ResourceName: 连接源名称
|
4096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4097
4082
|
# @type ResourceName: String
|
4098
4083
|
# @param Description: 连接源描述
|
4099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4100
4084
|
# @type Description: String
|
4101
4085
|
# @param Type: 连接源类型
|
4102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4103
4086
|
# @type Type: String
|
4104
4087
|
# @param Status: 连接源的状态
|
4105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4106
4088
|
# @type Status: Integer
|
4107
4089
|
# @param CreateTime: 连接源的创建时间
|
4108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4109
4090
|
# @type CreateTime: String
|
4110
4091
|
# @param ErrorMessage: 连接源的异常信息
|
4111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4112
4092
|
# @type ErrorMessage: String
|
4113
4093
|
# @param DatahubTaskCount: 该连接源关联的Datahub任务数
|
4114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4115
4094
|
# @type DatahubTaskCount: Integer
|
4116
4095
|
# @param CurrentStep: 连接源的当前所处步骤
|
4117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4118
4096
|
# @type CurrentStep: String
|
4119
4097
|
# @param TaskProgress: 创建进度百分比
|
4120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4121
4098
|
# @type TaskProgress: Float
|
4122
4099
|
# @param StepList: 步骤列表
|
4123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4124
4100
|
# @type StepList: Array
|
4125
4101
|
# @param DtsConnectParam: Dts配置,Type为DTS时返回
|
4126
4102
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4269,28 +4245,20 @@ module TencentCloud
|
|
4269
4245
|
# 查询连接源具体数据的返参
|
4270
4246
|
class DescribeConnectResourceResp < TencentCloud::Common::AbstractModel
|
4271
4247
|
# @param ResourceId: 连接源的Id
|
4272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4273
4248
|
# @type ResourceId: String
|
4274
4249
|
# @param ResourceName: 连接源名称
|
4275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4276
4250
|
# @type ResourceName: String
|
4277
4251
|
# @param Description: 连接源描述
|
4278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4279
4252
|
# @type Description: String
|
4280
4253
|
# @param Type: 连接源类型
|
4281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4282
4254
|
# @type Type: String
|
4283
4255
|
# @param Status: 连接源的状态
|
4284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4285
4256
|
# @type Status: Integer
|
4286
4257
|
# @param CreateTime: 连接源的创建时间
|
4287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4288
4258
|
# @type CreateTime: String
|
4289
4259
|
# @param ErrorMessage: 连接源的异常信息
|
4290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4291
4260
|
# @type ErrorMessage: String
|
4292
4261
|
# @param CurrentStep: 连接源的当前所处步骤
|
4293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4294
4262
|
# @type CurrentStep: String
|
4295
4263
|
# @param StepList: 步骤列表
|
4296
4264
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4480,7 +4448,6 @@ module TencentCloud
|
|
4480
4448
|
# @param TotalCount: 连接源个数
|
4481
4449
|
# @type TotalCount: Integer
|
4482
4450
|
# @param ConnectResourceList: 连接源数据
|
4483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4484
4451
|
# @type ConnectResourceList: Array
|
4485
4452
|
|
4486
4453
|
attr_accessor :TotalCount, :ConnectResourceList
|
@@ -4663,37 +4630,28 @@ module TencentCloud
|
|
4663
4630
|
# @param Status: 状态,-1创建失败,0创建中,1运行中,2删除中,3已删除,4删除失败,5暂停中,6已暂停,7暂停失败,8恢复中,9恢复失败
|
4664
4631
|
# @type Status: Integer
|
4665
4632
|
# @param SourceResource: 数据源
|
4666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4667
4633
|
# @type SourceResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
|
4668
4634
|
# @param TargetResource: 数据目标
|
4669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4670
4635
|
# @type TargetResource: :class:`Tencentcloud::Ckafka.v20190819.models.DatahubResource`
|
4671
4636
|
# @param Connections: Connection列表
|
4672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4673
4637
|
# @type Connections: Array
|
4674
4638
|
# @param CreateTime: 任务创建时间
|
4675
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4676
4639
|
# @type CreateTime: String
|
4677
4640
|
# @param TransformParam: 消息处理规则
|
4678
4641
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4679
4642
|
# @type TransformParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformParam`
|
4680
4643
|
# @param DatahubId: 数据接入ID
|
4681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4682
4644
|
# @type DatahubId: String
|
4683
4645
|
# @param SchemaId: 绑定的SchemaId
|
4684
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4685
4646
|
# @type SchemaId: String
|
4686
4647
|
# @param SchemaName: 绑定的Schema名称
|
4687
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4688
4648
|
# @type SchemaName: String
|
4689
4649
|
# @param TransformsParam: 数据处理规则
|
4690
4650
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4691
4651
|
# @type TransformsParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformsParam`
|
4692
4652
|
# @param ErrorMessage: 异常信息
|
4693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4694
4653
|
# @type ErrorMessage: String
|
4695
4654
|
# @param Tags: 任务标签列表
|
4696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4697
4655
|
# @type Tags: Array
|
4698
4656
|
|
4699
4657
|
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
|
@@ -4829,7 +4787,6 @@ module TencentCloud
|
|
4829
4787
|
# @param TotalCount: 任务总数
|
4830
4788
|
# @type TotalCount: Integer
|
4831
4789
|
# @param TaskList: Datahub任务信息列表
|
4832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4833
4790
|
# @type TaskList: Array
|
4834
4791
|
|
4835
4792
|
attr_accessor :TotalCount, :TaskList
|
@@ -4904,7 +4861,6 @@ module TencentCloud
|
|
4904
4861
|
# @param RetentionMs: 过期时间
|
4905
4862
|
# @type RetentionMs: Integer
|
4906
4863
|
# @param Note: 备注
|
4907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4908
4864
|
# @type Note: String
|
4909
4865
|
# @param UserName: 用户名
|
4910
4866
|
# @type UserName: String
|
@@ -4913,7 +4869,6 @@ module TencentCloud
|
|
4913
4869
|
# @param Status: 状态,1使用中,2删除中
|
4914
4870
|
# @type Status: Integer
|
4915
4871
|
# @param Address: 服务路由地址
|
4916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4917
4872
|
# @type Address: String
|
4918
4873
|
|
4919
4874
|
attr_accessor :Name, :TopicName, :TopicId, :PartitionNum, :RetentionMs, :Note, :UserName, :Password, :Status, :Address
|
@@ -5009,7 +4964,6 @@ module TencentCloud
|
|
5009
4964
|
# @param TotalCount: 总数
|
5010
4965
|
# @type TotalCount: Integer
|
5011
4966
|
# @param TopicList: Topic列表
|
5012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5013
4967
|
# @type TopicList: Array
|
5014
4968
|
|
5015
4969
|
attr_accessor :TotalCount, :TopicList
|
@@ -6052,31 +6006,22 @@ module TencentCloud
|
|
6052
6006
|
# Doris 连接源参数
|
6053
6007
|
class DorisConnectParam < TencentCloud::Common::AbstractModel
|
6054
6008
|
# @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
|
6055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6056
6009
|
# @type Port: Integer
|
6057
6010
|
# @param UserName: Doris 连接源的用户名
|
6058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6059
6011
|
# @type UserName: String
|
6060
6012
|
# @param Password: Doris 连接源的密码
|
6061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6062
6013
|
# @type Password: String
|
6063
6014
|
# @param Resource: Doris 连接源的实例资源
|
6064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6065
6015
|
# @type Resource: String
|
6066
6016
|
# @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
|
6067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6068
6017
|
# @type ServiceVip: String
|
6069
6018
|
# @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
|
6070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6071
6019
|
# @type UniqVpcId: String
|
6072
6020
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
6073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6074
6021
|
# @type IsUpdate: Boolean
|
6075
6022
|
# @param SelfBuilt: Doris 连接源是否为自建集群
|
6076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6077
6023
|
# @type SelfBuilt: Boolean
|
6078
6024
|
# @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
|
6079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6080
6025
|
# @type BePort: Integer
|
6081
6026
|
|
6082
6027
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :SelfBuilt, :BePort
|
@@ -6109,31 +6054,22 @@ module TencentCloud
|
|
6109
6054
|
# Doris 连接源修改参数
|
6110
6055
|
class DorisModifyConnectParam < TencentCloud::Common::AbstractModel
|
6111
6056
|
# @param Resource: Doris 连接源的实例资源
|
6112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6113
6057
|
# @type Resource: String
|
6114
6058
|
# @param Port: Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
|
6115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6116
6059
|
# @type Port: Integer
|
6117
6060
|
# @param ServiceVip: Doris 连接源的实例vip,当为腾讯云实例时,必填
|
6118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6119
6061
|
# @type ServiceVip: String
|
6120
6062
|
# @param UniqVpcId: Doris 连接源的vpcId,当为腾讯云实例时,必填
|
6121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6122
6063
|
# @type UniqVpcId: String
|
6123
6064
|
# @param UserName: Doris 连接源的用户名
|
6124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6125
6065
|
# @type UserName: String
|
6126
6066
|
# @param Password: Doris 连接源的密码
|
6127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6128
6067
|
# @type Password: String
|
6129
6068
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
6130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6131
6069
|
# @type IsUpdate: Boolean
|
6132
6070
|
# @param SelfBuilt: Doris 连接源是否为自建集群
|
6133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6134
6071
|
# @type SelfBuilt: Boolean
|
6135
6072
|
# @param BePort: Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
|
6136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6137
6073
|
# @type BePort: Integer
|
6138
6074
|
|
6139
6075
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :SelfBuilt, :BePort
|
@@ -6166,19 +6102,14 @@ module TencentCloud
|
|
6166
6102
|
# dip失败消息写入cls的配置
|
6167
6103
|
class DropCls < TencentCloud::Common::AbstractModel
|
6168
6104
|
# @param DropInvalidMessageToCls: 是否投递到cls
|
6169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6170
6105
|
# @type DropInvalidMessageToCls: Boolean
|
6171
6106
|
# @param DropClsRegion: 投递cls的地域
|
6172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6173
6107
|
# @type DropClsRegion: String
|
6174
6108
|
# @param DropClsOwneruin: 投递cls的账号
|
6175
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6176
6109
|
# @type DropClsOwneruin: String
|
6177
6110
|
# @param DropClsTopicId: 投递cls的主题
|
6178
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6179
6111
|
# @type DropClsTopicId: String
|
6180
6112
|
# @param DropClsLogSet: 投递cls的日志集id
|
6181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6182
6113
|
# @type DropClsLogSet: String
|
6183
6114
|
|
6184
6115
|
attr_accessor :DropInvalidMessageToCls, :DropClsRegion, :DropClsOwneruin, :DropClsTopicId, :DropClsLogSet
|
@@ -6203,25 +6134,18 @@ module TencentCloud
|
|
6203
6134
|
# Dts连接源参数
|
6204
6135
|
class DtsConnectParam < TencentCloud::Common::AbstractModel
|
6205
6136
|
# @param Port: Dts的连接port
|
6206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6207
6137
|
# @type Port: Integer
|
6208
6138
|
# @param GroupId: Dts消费分组的Id
|
6209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6210
6139
|
# @type GroupId: String
|
6211
6140
|
# @param UserName: Dts消费分组的账号
|
6212
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6213
6141
|
# @type UserName: String
|
6214
6142
|
# @param Password: Dts消费分组的密码
|
6215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6216
6143
|
# @type Password: String
|
6217
6144
|
# @param Resource: Dts实例Id
|
6218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6219
6145
|
# @type Resource: String
|
6220
6146
|
# @param Topic: Dts订阅的topic
|
6221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6222
6147
|
# @type Topic: String
|
6223
6148
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
6224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6225
6149
|
# @type IsUpdate: Boolean
|
6226
6150
|
|
6227
6151
|
attr_accessor :Port, :GroupId, :UserName, :Password, :Resource, :Topic, :IsUpdate
|
@@ -6290,28 +6214,20 @@ module TencentCloud
|
|
6290
6214
|
# Dts类型入参
|
6291
6215
|
class DtsParam < TencentCloud::Common::AbstractModel
|
6292
6216
|
# @param Resource: Dts实例Id
|
6293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6294
6217
|
# @type Resource: String
|
6295
6218
|
# @param Ip: Dts的连接ip
|
6296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6297
6219
|
# @type Ip: String
|
6298
6220
|
# @param Port: Dts的连接port
|
6299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6300
6221
|
# @type Port: Integer
|
6301
6222
|
# @param Topic: Dts订阅的topic
|
6302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6303
6223
|
# @type Topic: String
|
6304
6224
|
# @param GroupId: Dts消费分组的Id
|
6305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6306
6225
|
# @type GroupId: String
|
6307
6226
|
# @param GroupUser: Dts消费分组的账号
|
6308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6309
6227
|
# @type GroupUser: String
|
6310
6228
|
# @param GroupPassword: Dts消费分组的密码
|
6311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6312
6229
|
# @type GroupPassword: String
|
6313
6230
|
# @param TranSql: false同步原始数据,true同步解析后的json格式数据,默认true
|
6314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6315
6231
|
# @type TranSql: Boolean
|
6316
6232
|
|
6317
6233
|
attr_accessor :Resource, :Ip, :Port, :Topic, :GroupId, :GroupUser, :GroupPassword, :TranSql
|
@@ -6406,25 +6322,18 @@ module TencentCloud
|
|
6406
6322
|
# Es连接源参数
|
6407
6323
|
class EsConnectParam < TencentCloud::Common::AbstractModel
|
6408
6324
|
# @param Port: Es的连接port
|
6409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6410
6325
|
# @type Port: Integer
|
6411
6326
|
# @param UserName: Es连接源的用户名
|
6412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6413
6327
|
# @type UserName: String
|
6414
6328
|
# @param Password: Es连接源的密码
|
6415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6416
6329
|
# @type Password: String
|
6417
6330
|
# @param Resource: Es连接源的实例资源
|
6418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6419
6331
|
# @type Resource: String
|
6420
6332
|
# @param SelfBuilt: Es连接源是否为自建集群
|
6421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6422
6333
|
# @type SelfBuilt: Boolean
|
6423
6334
|
# @param ServiceVip: Es连接源的实例vip,当为腾讯云实例时,必填
|
6424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6425
6335
|
# @type ServiceVip: String
|
6426
6336
|
# @param UniqVpcId: Es连接源的vpcId,当为腾讯云实例时,必填
|
6427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6428
6337
|
# @type UniqVpcId: String
|
6429
6338
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
6430
6339
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6458,28 +6367,20 @@ module TencentCloud
|
|
6458
6367
|
# Es修改连接源参数
|
6459
6368
|
class EsModifyConnectParam < TencentCloud::Common::AbstractModel
|
6460
6369
|
# @param Resource: Es连接源的实例资源【不支持修改】
|
6461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6462
6370
|
# @type Resource: String
|
6463
6371
|
# @param Port: Es的连接port【不支持修改】
|
6464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6465
6372
|
# @type Port: Integer
|
6466
6373
|
# @param ServiceVip: Es连接源的实例vip【不支持修改】
|
6467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6468
6374
|
# @type ServiceVip: String
|
6469
6375
|
# @param UniqVpcId: Es连接源的vpcId【不支持修改】
|
6470
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6471
6376
|
# @type UniqVpcId: String
|
6472
6377
|
# @param UserName: Es连接源的用户名
|
6473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6474
6378
|
# @type UserName: String
|
6475
6379
|
# @param Password: Es连接源的密码
|
6476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6477
6380
|
# @type Password: String
|
6478
6381
|
# @param SelfBuilt: Es连接源是否为自建集群【不支持修改】
|
6479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6480
6382
|
# @type SelfBuilt: Boolean
|
6481
6383
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
6482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6483
6384
|
# @type IsUpdate: Boolean
|
6484
6385
|
|
6485
6386
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
@@ -6510,64 +6411,44 @@ module TencentCloud
|
|
6510
6411
|
# Es类型入参
|
6511
6412
|
class EsParam < TencentCloud::Common::AbstractModel
|
6512
6413
|
# @param Resource: Es实例资源Id
|
6513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6514
6414
|
# @type Resource: String
|
6515
6415
|
# @param Port: Es的连接port
|
6516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6517
6416
|
# @type Port: Integer
|
6518
6417
|
# @param UserName: Es用户名
|
6519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6520
6418
|
# @type UserName: String
|
6521
6419
|
# @param Password: Es密码
|
6522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6523
6420
|
# @type Password: String
|
6524
6421
|
# @param SelfBuilt: 是否为自建集群
|
6525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6526
6422
|
# @type SelfBuilt: Boolean
|
6527
6423
|
# @param ServiceVip: 实例vip
|
6528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6529
6424
|
# @type ServiceVip: String
|
6530
6425
|
# @param UniqVpcId: 实例的vpcId
|
6531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6532
6426
|
# @type UniqVpcId: String
|
6533
6427
|
# @param DropInvalidMessage: Es是否抛弃解析失败的消息
|
6534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6535
6428
|
# @type DropInvalidMessage: Boolean
|
6536
6429
|
# @param Index: Es自定义index名称
|
6537
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6538
6430
|
# @type Index: String
|
6539
6431
|
# @param DateFormat: Es自定义日期后缀
|
6540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6541
6432
|
# @type DateFormat: String
|
6542
6433
|
# @param ContentKey: 非json格式数据的自定义key
|
6543
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6544
6434
|
# @type ContentKey: String
|
6545
6435
|
# @param DropInvalidJsonMessage: Es是否抛弃非json格式的消息
|
6546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6547
6436
|
# @type DropInvalidJsonMessage: Boolean
|
6548
6437
|
# @param DocumentIdField: 转储到Es中的文档ID取值字段名
|
6549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6550
6438
|
# @type DocumentIdField: String
|
6551
6439
|
# @param IndexType: Es自定义index名称的类型,STRING,JSONPATH,默认为STRING
|
6552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6553
6440
|
# @type IndexType: String
|
6554
6441
|
# @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
6555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6556
6442
|
# @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
|
6557
6443
|
# @param DatabasePrimaryKey: 转储到ES的消息为Database的binlog时,如果需要同步数据库操作,即增删改的操作到ES时填写数据库表主键
|
6558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6559
6444
|
# @type DatabasePrimaryKey: String
|
6560
6445
|
# @param DropDlq: 死信队列
|
6561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6562
6446
|
# @type DropDlq: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
|
6563
6447
|
# @param RecordMappingList: 使用数据订阅格式导入 es 时,消息与 es 索引字段映射关系。不填默认为默认字段匹配
|
6564
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6565
6448
|
# @type RecordMappingList: Array
|
6566
6449
|
# @param DateField: 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
|
6567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6568
6450
|
# @type DateField: String
|
6569
6451
|
# @param RecordMappingMode: 用来区分当前索引映射,属于新建索引还是存量索引。"EXIST_MAPPING":从存量索引中选择;"NEW_MAPPING":新建索引
|
6570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6571
6452
|
# @type RecordMappingMode: String
|
6572
6453
|
|
6573
6454
|
attr_accessor :Resource, :Port, :UserName, :Password, :SelfBuilt, :ServiceVip, :UniqVpcId, :DropInvalidMessage, :Index, :DateFormat, :ContentKey, :DropInvalidJsonMessage, :DocumentIdField, :IndexType, :DropCls, :DatabasePrimaryKey, :DropDlq, :RecordMappingList, :DateField, :RecordMappingMode
|
@@ -6635,10 +6516,8 @@ module TencentCloud
|
|
6635
6516
|
# 消息字段与 es 索引的映射关系
|
6636
6517
|
class EsRecordMapping < TencentCloud::Common::AbstractModel
|
6637
6518
|
# @param ColumnName: es 索引成员名称
|
6638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6639
6519
|
# @type ColumnName: String
|
6640
6520
|
# @param JsonKey: 消息字段名称
|
6641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6642
6521
|
# @type JsonKey: String
|
6643
6522
|
|
6644
6523
|
attr_accessor :ColumnName, :JsonKey
|
@@ -6701,10 +6580,8 @@ module TencentCloud
|
|
6701
6580
|
# @param MaxRetryAttempts: 重试次数
|
6702
6581
|
# @type MaxRetryAttempts: Integer
|
6703
6582
|
# @param TopicParam: DIP Topic类型死信队列
|
6704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6705
6583
|
# @type TopicParam: :class:`Tencentcloud::Ckafka.v20190819.models.TopicParam`
|
6706
6584
|
# @param DlqType: 死信队列类型,CKAFKA,TOPIC
|
6707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6708
6585
|
# @type DlqType: String
|
6709
6586
|
|
6710
6587
|
attr_accessor :Type, :KafkaParam, :RetryInterval, :MaxRetryAttempts, :TopicParam, :DlqType
|
@@ -7010,25 +6887,18 @@ module TencentCloud
|
|
7010
6887
|
# @param Analyse: 解析
|
7011
6888
|
# @type Analyse: :class:`Tencentcloud::Ckafka.v20190819.models.AnalyseParam`
|
7012
6889
|
# @param SecondaryAnalyse: 二次解析
|
7013
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7014
6890
|
# @type SecondaryAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.SecondaryAnalyseParam`
|
7015
6891
|
# @param SMT: 数据处理
|
7016
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7017
6892
|
# @type SMT: Array
|
7018
6893
|
# @param Result: 测试结果
|
7019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7020
6894
|
# @type Result: String
|
7021
6895
|
# @param AnalyseResult: 解析结果
|
7022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7023
6896
|
# @type AnalyseResult: Array
|
7024
6897
|
# @param SecondaryAnalyseResult: 二次解析结果
|
7025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7026
6898
|
# @type SecondaryAnalyseResult: Array
|
7027
6899
|
# @param AnalyseJsonResult: JSON格式解析结果
|
7028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7029
6900
|
# @type AnalyseJsonResult: String
|
7030
6901
|
# @param SecondaryAnalyseJsonResult: JSON格式二次解析结果
|
7031
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7032
6902
|
# @type SecondaryAnalyseJsonResult: String
|
7033
6903
|
|
7034
6904
|
attr_accessor :Analyse, :SecondaryAnalyse, :SMT, :Result, :AnalyseResult, :SecondaryAnalyseResult, :AnalyseJsonResult, :SecondaryAnalyseJsonResult
|
@@ -7235,7 +7105,6 @@ module TencentCloud
|
|
7235
7105
|
# @param Topic: 分配的 topic 名称
|
7236
7106
|
# @type Topic: String
|
7237
7107
|
# @param Partitions: 分配的 partition 信息
|
7238
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7239
7108
|
# @type Partitions: Array
|
7240
7109
|
|
7241
7110
|
attr_accessor :Topic, :Partitions
|
@@ -7258,7 +7127,6 @@ module TencentCloud
|
|
7258
7127
|
# @param Offset: consumer 提交的 offset 位置
|
7259
7128
|
# @type Offset: Integer
|
7260
7129
|
# @param Metadata: 支持消费者提交消息时,传入 metadata 作为它用,当前一般为空字符串
|
7261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7262
7130
|
# @type Metadata: String
|
7263
7131
|
# @param ErrorCode: 错误码
|
7264
7132
|
# @type ErrorCode: Integer
|
@@ -7293,7 +7161,6 @@ module TencentCloud
|
|
7293
7161
|
# @param TotalCount: 符合调节的总结果数
|
7294
7162
|
# @type TotalCount: Integer
|
7295
7163
|
# @param TopicList: 该主题分区数组,其中每个元素为一个 json object
|
7296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7297
7164
|
# @type TopicList: Array
|
7298
7165
|
|
7299
7166
|
attr_accessor :TotalCount, :TopicList
|
@@ -7321,7 +7188,6 @@ module TencentCloud
|
|
7321
7188
|
# @param Topic: 主题名称
|
7322
7189
|
# @type Topic: String
|
7323
7190
|
# @param Partitions: 该主题分区数组,其中每个元素为一个 json object
|
7324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7325
7191
|
# @type Partitions: Array
|
7326
7192
|
|
7327
7193
|
attr_accessor :Topic, :Partitions
|
@@ -7347,13 +7213,10 @@ module TencentCloud
|
|
7347
7213
|
# DescribeGroup的返回
|
7348
7214
|
class GroupResponse < TencentCloud::Common::AbstractModel
|
7349
7215
|
# @param TotalCount: 计数
|
7350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7351
7216
|
# @type TotalCount: Integer
|
7352
7217
|
# @param GroupList: GroupList
|
7353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7354
7218
|
# @type GroupList: Array
|
7355
7219
|
# @param GroupCountQuota: 消费分组配额
|
7356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7357
7220
|
# @type GroupCountQuota: Integer
|
7358
7221
|
|
7359
7222
|
attr_accessor :TotalCount, :GroupList, :GroupCountQuota
|
@@ -7454,7 +7317,6 @@ module TencentCloud
|
|
7454
7317
|
# InquireCkafkaPrice接口询价返回值
|
7455
7318
|
class InquireCkafkaPriceResp < TencentCloud::Common::AbstractModel
|
7456
7319
|
# @param InstancePrice: 实例价格
|
7457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7458
7320
|
# @type InstancePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryPrice`
|
7459
7321
|
# @param PublicNetworkBandwidthPrice: 公网带宽价格
|
7460
7322
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7505,19 +7367,14 @@ module TencentCloud
|
|
7505
7367
|
# 询价返回参数
|
7506
7368
|
class InquiryBasePrice < TencentCloud::Common::AbstractModel
|
7507
7369
|
# @param UnitPrice: 单位原价
|
7508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7509
7370
|
# @type UnitPrice: Float
|
7510
7371
|
# @param UnitPriceDiscount: 折扣单位价格
|
7511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7512
7372
|
# @type UnitPriceDiscount: Float
|
7513
7373
|
# @param OriginalPrice: 合计原价
|
7514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7515
7374
|
# @type OriginalPrice: Float
|
7516
7375
|
# @param DiscountPrice: 折扣合计价格
|
7517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7518
7376
|
# @type DiscountPrice: Float
|
7519
7377
|
# @param Discount: 折扣(单位是%)
|
7520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7521
7378
|
# @type Discount: Float
|
7522
7379
|
# @param GoodsNum: 商品数量
|
7523
7380
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7535,7 +7392,6 @@ module TencentCloud
|
|
7535
7392
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7536
7393
|
# @type TimeUnit: String
|
7537
7394
|
# @param Value: 购买数量
|
7538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7539
7395
|
# @type Value: Integer
|
7540
7396
|
|
7541
7397
|
attr_accessor :UnitPrice, :UnitPriceDiscount, :OriginalPrice, :DiscountPrice, :Discount, :GoodsNum, :Currency, :DiskType, :TimeSpan, :TimeUnit, :Value
|
@@ -7584,7 +7440,6 @@ module TencentCloud
|
|
7584
7440
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7585
7441
|
# @type TopicPrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
|
7586
7442
|
# @param InstanceTypePrice: 实例套餐价格
|
7587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7588
7443
|
# @type InstanceTypePrice: :class:`Tencentcloud::Ckafka.v20190819.models.InquiryBasePrice`
|
7589
7444
|
|
7590
7445
|
attr_accessor :BandwidthPrice, :DiskPrice, :PartitionPrice, :TopicPrice, :InstanceTypePrice
|
@@ -7644,34 +7499,25 @@ module TencentCloud
|
|
7644
7499
|
# 询价返回参数
|
7645
7500
|
class InquiryPrice < TencentCloud::Common::AbstractModel
|
7646
7501
|
# @param UnitPrice: 单位原价
|
7647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7648
7502
|
# @type UnitPrice: Float
|
7649
7503
|
# @param UnitPriceDiscount: 折扣单位价格
|
7650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7651
7504
|
# @type UnitPriceDiscount: Float
|
7652
7505
|
# @param OriginalPrice: 合计原价
|
7653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7654
7506
|
# @type OriginalPrice: Float
|
7655
7507
|
# @param DiscountPrice: 折扣合计价格
|
7656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7657
7508
|
# @type DiscountPrice: Float
|
7658
7509
|
# @param Discount: 折扣(单位是%)
|
7659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7660
7510
|
# @type Discount: Float
|
7661
7511
|
# @param GoodsNum: 商品数量
|
7662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7663
7512
|
# @type GoodsNum: Integer
|
7664
7513
|
# @param Currency: 付费货币
|
7665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7666
7514
|
# @type Currency: String
|
7667
7515
|
# @param DiskType: 硬盘专用返回参数
|
7668
7516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7669
7517
|
# @type DiskType: String
|
7670
7518
|
# @param TimeSpan: 购买时长
|
7671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7672
7519
|
# @type TimeSpan: Integer
|
7673
7520
|
# @param TimeUnit: 购买时长单位("m"按月, "h"按小时)
|
7674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7675
7521
|
# @type TimeUnit: String
|
7676
7522
|
# @param Value: 购买数量
|
7677
7523
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7745,7 +7591,6 @@ module TencentCloud
|
|
7745
7591
|
# @param Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
7746
7592
|
# @type Status: Integer
|
7747
7593
|
# @param IfCommunity: 是否开源实例。开源:true,不开源:false
|
7748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7749
7594
|
# @type IfCommunity: Boolean
|
7750
7595
|
|
7751
7596
|
attr_accessor :InstanceId, :InstanceName, :Status, :IfCommunity
|
@@ -7808,60 +7653,42 @@ module TencentCloud
|
|
7808
7653
|
# @param CreatedTopics: 当前创建主题数
|
7809
7654
|
# @type CreatedTopics: Integer
|
7810
7655
|
# @param Tags: 标签数组
|
7811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7812
7656
|
# @type Tags: Array
|
7813
7657
|
# @param ExpireTime: 过期时间
|
7814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7815
7658
|
# @type ExpireTime: Integer
|
7816
7659
|
# @param ZoneIds: 可用区列表
|
7817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7818
7660
|
# @type ZoneIds: Array
|
7819
7661
|
# @param Version: ckafka集群实例版本
|
7820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7821
7662
|
# @type Version: String
|
7822
7663
|
# @param MaxGroupNum: 最大分组数
|
7823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7824
7664
|
# @type MaxGroupNum: Integer
|
7825
7665
|
# @param Cvm: 售卖类型,0:标准版,1:专业版
|
7826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7827
7666
|
# @type Cvm: Integer
|
7828
7667
|
# @param InstanceType: 类型
|
7829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7830
7668
|
# @type InstanceType: String
|
7831
7669
|
# @param Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
|
7832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7833
7670
|
# @type Features: Array
|
7834
7671
|
# @param RetentionTimeConfig: 动态消息保留策略
|
7835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7836
7672
|
# @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicRetentionTime`
|
7837
7673
|
# @param MaxConnection: 最大连接数
|
7838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7839
7674
|
# @type MaxConnection: Integer
|
7840
7675
|
# @param PublicNetwork: 公网带宽
|
7841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7842
7676
|
# @type PublicNetwork: Integer
|
7843
7677
|
# @param DeleteRouteTimestamp: 时间
|
7844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7845
7678
|
# @type DeleteRouteTimestamp: String
|
7846
7679
|
# @param RemainingPartitions: 剩余创建分区数
|
7847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7848
7680
|
# @type RemainingPartitions: Integer
|
7849
7681
|
# @param RemainingTopics: 剩余创建主题数
|
7850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7851
7682
|
# @type RemainingTopics: Integer
|
7852
7683
|
# @param DynamicDiskConfig: 动态硬盘扩容策略
|
7853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7854
7684
|
# @type DynamicDiskConfig: :class:`Tencentcloud::Ckafka.v20190819.models.DynamicDiskConfig`
|
7855
7685
|
# @param InstanceChargeType: 实例计费类型
|
7856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7857
7686
|
# @type InstanceChargeType: String
|
7858
7687
|
# @param ClusterType: 集群类型
|
7859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7860
7688
|
# @type ClusterType: String
|
7861
7689
|
# @param FreePartitionNumber: 免费分区数量
|
7862
7690
|
# @type FreePartitionNumber: Integer
|
7863
7691
|
# @param ElasticFloatBandwidth: 弹性带宽上浮值
|
7864
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7865
7692
|
# @type ElasticFloatBandwidth: Integer
|
7866
7693
|
# @param CustomCertId: ssl自定义证书id
|
7867
7694
|
# @type CustomCertId: String
|
@@ -8029,7 +7856,6 @@ module TencentCloud
|
|
8029
7856
|
# 删除实例返回任务
|
8030
7857
|
class InstanceDeleteResponse < TencentCloud::Common::AbstractModel
|
8031
7858
|
# @param FlowId: 删除实例返回的任务Id
|
8032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8033
7859
|
# @type FlowId: Integer
|
8034
7860
|
|
8035
7861
|
attr_accessor :FlowId
|
@@ -8084,43 +7910,30 @@ module TencentCloud
|
|
8084
7910
|
# @param Tags: 标识tag
|
8085
7911
|
# @type Tags: Array
|
8086
7912
|
# @param Version: kafka版本信息
|
8087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8088
7913
|
# @type Version: String
|
8089
7914
|
# @param ZoneIds: 跨可用区
|
8090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8091
7915
|
# @type ZoneIds: Array
|
8092
7916
|
# @param Cvm: ckafka售卖类型
|
8093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8094
7917
|
# @type Cvm: Integer
|
8095
7918
|
# @param InstanceType: ckafka集群实例类型
|
8096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8097
7919
|
# @type InstanceType: String
|
8098
7920
|
# @param DiskType: ckafka集群实例磁盘类型
|
8099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8100
7921
|
# @type DiskType: String
|
8101
7922
|
# @param MaxTopicNumber: 当前规格最大Topic数
|
8102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8103
7923
|
# @type MaxTopicNumber: Integer
|
8104
7924
|
# @param MaxPartitionNumber: 当前规格最大Partition数
|
8105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8106
7925
|
# @type MaxPartitionNumber: Integer
|
8107
7926
|
# @param RebalanceTime: 计划升级配置时间
|
8108
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8109
7927
|
# @type RebalanceTime: String
|
8110
7928
|
# @param PartitionNumber: 实例当前partition数量
|
8111
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8112
7929
|
# @type PartitionNumber: Integer
|
8113
7930
|
# @param PublicNetworkChargeType: ckafka集群实例公网带宽类型
|
8114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8115
7931
|
# @type PublicNetworkChargeType: String
|
8116
7932
|
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
8117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8118
7933
|
# @type PublicNetwork: Integer
|
8119
7934
|
# @param ClusterType: ckafka集群实例底层集群类型
|
8120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8121
7935
|
# @type ClusterType: String
|
8122
7936
|
# @param Features: 实例功能列表
|
8123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8124
7937
|
# @type Features: Array
|
8125
7938
|
|
8126
7939
|
attr_accessor :InstanceId, :InstanceName, :Vip, :Vport, :VipList, :Status, :Bandwidth, :DiskSize, :ZoneId, :VpcId, :SubnetId, :RenewFlag, :Healthy, :HealthyMessage, :CreateTime, :ExpireTime, :IsInternal, :TopicNum, :Tags, :Version, :ZoneIds, :Cvm, :InstanceType, :DiskType, :MaxTopicNumber, :MaxPartitionNumber, :RebalanceTime, :PartitionNumber, :PublicNetworkChargeType, :PublicNetwork, :ClusterType, :Features
|
@@ -8262,10 +8075,8 @@ module TencentCloud
|
|
8262
8075
|
# 聚合的实例状态返回结果
|
8263
8076
|
class InstanceResponse < TencentCloud::Common::AbstractModel
|
8264
8077
|
# @param InstanceList: 符合条件的实例列表
|
8265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8266
8078
|
# @type InstanceList: Array
|
8267
8079
|
# @param TotalCount: 符合条件的结果总数
|
8268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8269
8080
|
# @type TotalCount: Integer
|
8270
8081
|
|
8271
8082
|
attr_accessor :InstanceList, :TotalCount
|
@@ -8400,7 +8211,6 @@ module TencentCloud
|
|
8400
8211
|
# @param Regex: key-value二次解析分隔符
|
8401
8212
|
# @type Regex: String
|
8402
8213
|
# @param KeepOriginalKey: 保留源Key,默认为false不保留
|
8403
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8404
8214
|
# @type KeepOriginalKey: String
|
8405
8215
|
|
8406
8216
|
attr_accessor :Delimiter, :Regex, :KeepOriginalKey
|
@@ -8421,19 +8231,15 @@ module TencentCloud
|
|
8421
8231
|
# Kafka连接源参数
|
8422
8232
|
class KafkaConnectParam < TencentCloud::Common::AbstractModel
|
8423
8233
|
# @param Resource: Kafka连接源的实例资源, 非自建时必填,NetworkType=VPC时传clb实例id
|
8424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8425
8234
|
# @type Resource: String
|
8426
8235
|
# @param SelfBuilt: 是否为自建集群
|
8427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8428
8236
|
# @type SelfBuilt: Boolean
|
8429
8237
|
# @param IsUpdate: 是否更新到关联的Dip任务
|
8430
8238
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8431
8239
|
# @type IsUpdate: Boolean
|
8432
8240
|
# @param BrokerAddress: Kafka连接的broker地址, NetworkType=PUBLIC公网时必填
|
8433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8434
8241
|
# @type BrokerAddress: String
|
8435
8242
|
# @param Region: CKafka连接源的实例资源地域, 跨地域时必填
|
8436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8437
8243
|
# @type Region: String
|
8438
8244
|
|
8439
8245
|
attr_accessor :Resource, :SelfBuilt, :IsUpdate, :BrokerAddress, :Region
|
@@ -8485,31 +8291,23 @@ module TencentCloud
|
|
8485
8291
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8486
8292
|
# @type EnableToleration: Boolean
|
8487
8293
|
# @param QpsLimit: Qps 限制
|
8488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8489
8294
|
# @type QpsLimit: Integer
|
8490
8295
|
# @param TableMappings: Table到Topic的路由,「分发到多个topic」开关打开时必传
|
8491
8296
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8492
8297
|
# @type TableMappings: Array
|
8493
8298
|
# @param UseTableMapping: 「分发到多个topic」开关,默认为false
|
8494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8495
8299
|
# @type UseTableMapping: Boolean
|
8496
8300
|
# @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务,如果不使用分发到多个topic,需要在Topic字段填写需要自动创建的topic名)
|
8497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8498
8301
|
# @type UseAutoCreateTopic: Boolean
|
8499
8302
|
# @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,填写"open"。
|
8500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8501
8303
|
# @type CompressionType: String
|
8502
8304
|
# @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
|
8503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8504
8305
|
# @type MsgMultiple: Integer
|
8505
8306
|
# @param ConnectorSyncType: 数据同步专用参数, 正常数据处理可为空, 实例级别同步: 仅同步元数据填写"META_SYNC_INSTANCE_TYPE", 同步元数据及全部topic内消息的填写"META_AND_DATA_SYNC_INSTANCE_TYPE"; topic级别同步: 选中的源和目标topic中的消息(需要目标实例也包含该topic)填写"DATA_SYNC_TYPE"
|
8506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8507
8307
|
# @type ConnectorSyncType: String
|
8508
8308
|
# @param KeepPartition: 数据同步专用参数, 当通过时,希望下游的消息写入分区与上游的一致,则填true,但下游分区小于上游时,会报错; 不需要一致则为false, 默认为false
|
8509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8510
8309
|
# @type KeepPartition: Boolean
|
8511
8310
|
# @param TopicRegularExpression: 正则匹配Topic列表
|
8512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8513
8311
|
# @type TopicRegularExpression: String
|
8514
8312
|
|
8515
8313
|
attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition, :TopicRegularExpression
|
@@ -8604,25 +8402,18 @@ module TencentCloud
|
|
8604
8402
|
# MariaDB连接源参数
|
8605
8403
|
class MariaDBConnectParam < TencentCloud::Common::AbstractModel
|
8606
8404
|
# @param Port: MariaDB的连接port
|
8607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8608
8405
|
# @type Port: Integer
|
8609
8406
|
# @param UserName: MariaDB连接源的用户名
|
8610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8611
8407
|
# @type UserName: String
|
8612
8408
|
# @param Password: MariaDB连接源的密码
|
8613
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8614
8409
|
# @type Password: String
|
8615
8410
|
# @param Resource: MariaDB连接源的实例资源
|
8616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8617
8411
|
# @type Resource: String
|
8618
8412
|
# @param ServiceVip: MariaDB连接源的实例vip,当为腾讯云实例时,必填
|
8619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8620
8413
|
# @type ServiceVip: String
|
8621
8414
|
# @param UniqVpcId: MariaDB连接源的vpcId,当为腾讯云实例时,必填
|
8622
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8623
8415
|
# @type UniqVpcId: String
|
8624
8416
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
8625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8626
8417
|
# @type IsUpdate: Boolean
|
8627
8418
|
|
8628
8419
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
|
@@ -8651,25 +8442,18 @@ module TencentCloud
|
|
8651
8442
|
# MariaDB连接源参数
|
8652
8443
|
class MariaDBModifyConnectParam < TencentCloud::Common::AbstractModel
|
8653
8444
|
# @param Resource: MariaDB连接源的实例资源【不支持修改】
|
8654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8655
8445
|
# @type Resource: String
|
8656
8446
|
# @param Port: MariaDB的连接port【不支持修改】
|
8657
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8658
8447
|
# @type Port: Integer
|
8659
8448
|
# @param ServiceVip: MariaDB连接源的实例vip【不支持修改】
|
8660
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8661
8449
|
# @type ServiceVip: String
|
8662
8450
|
# @param UniqVpcId: MariaDB连接源的vpcId【不支持修改】
|
8663
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8664
8451
|
# @type UniqVpcId: String
|
8665
8452
|
# @param UserName: MariaDB连接源的用户名
|
8666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8667
8453
|
# @type UserName: String
|
8668
8454
|
# @param Password: MariaDB连接源的密码
|
8669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8670
8455
|
# @type Password: String
|
8671
8456
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
8672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8673
8457
|
# @type IsUpdate: Boolean
|
8674
8458
|
|
8675
8459
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
|
@@ -8698,34 +8482,24 @@ module TencentCloud
|
|
8698
8482
|
# MariaDB类型入参
|
8699
8483
|
class MariaDBParam < TencentCloud::Common::AbstractModel
|
8700
8484
|
# @param Database: MariaDB的数据库名称,"*"为全数据库
|
8701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8702
8485
|
# @type Database: String
|
8703
8486
|
# @param Table: MariaDB的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
|
8704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8705
8487
|
# @type Table: String
|
8706
8488
|
# @param Resource: 该MariaDB在连接管理内的Id
|
8707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8708
8489
|
# @type Resource: String
|
8709
8490
|
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
8710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8711
8491
|
# @type SnapshotMode: String
|
8712
8492
|
# @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
8713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8714
8493
|
# @type KeyColumns: String
|
8715
8494
|
# @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
|
8716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8717
8495
|
# @type IsTablePrefix: Boolean
|
8718
8496
|
# @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
|
8719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8720
8497
|
# @type OutputFormat: String
|
8721
8498
|
# @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
|
8722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8723
8499
|
# @type IncludeContentChanges: String
|
8724
8500
|
# @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
|
8725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8726
8501
|
# @type IncludeQuery: Boolean
|
8727
8502
|
# @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
|
8728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8729
8503
|
# @type RecordWithSchema: Boolean
|
8730
8504
|
|
8731
8505
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :KeyColumns, :IsTablePrefix, :OutputFormat, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema
|
@@ -9514,28 +9288,20 @@ module TencentCloud
|
|
9514
9288
|
# MongoDB连接源参数
|
9515
9289
|
class MongoDBConnectParam < TencentCloud::Common::AbstractModel
|
9516
9290
|
# @param Port: MongoDB的连接port
|
9517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9518
9291
|
# @type Port: Integer
|
9519
9292
|
# @param UserName: MongoDB连接源的用户名
|
9520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9521
9293
|
# @type UserName: String
|
9522
9294
|
# @param Password: MongoDB连接源的密码
|
9523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9524
9295
|
# @type Password: String
|
9525
9296
|
# @param Resource: MongoDB连接源的实例资源
|
9526
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9527
9297
|
# @type Resource: String
|
9528
9298
|
# @param SelfBuilt: MongoDB连接源是否为自建集群
|
9529
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9530
9299
|
# @type SelfBuilt: Boolean
|
9531
9300
|
# @param ServiceVip: MongoDB连接源的实例vip,当为腾讯云实例时,必填
|
9532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9533
9301
|
# @type ServiceVip: String
|
9534
9302
|
# @param UniqVpcId: MongoDB连接源的vpcId,当为腾讯云实例时,必填
|
9535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9536
9303
|
# @type UniqVpcId: String
|
9537
9304
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
9538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9539
9305
|
# @type IsUpdate: Boolean
|
9540
9306
|
|
9541
9307
|
attr_accessor :Port, :UserName, :Password, :Resource, :SelfBuilt, :ServiceVip, :UniqVpcId, :IsUpdate
|
@@ -9566,28 +9332,20 @@ module TencentCloud
|
|
9566
9332
|
# MongoDB修改连接源参数
|
9567
9333
|
class MongoDBModifyConnectParam < TencentCloud::Common::AbstractModel
|
9568
9334
|
# @param Resource: MongoDB连接源的实例资源【不支持修改】
|
9569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9570
9335
|
# @type Resource: String
|
9571
9336
|
# @param Port: MongoDB的连接port【不支持修改】
|
9572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9573
9337
|
# @type Port: Integer
|
9574
9338
|
# @param ServiceVip: MongoDB连接源的实例vip【不支持修改】
|
9575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9576
9339
|
# @type ServiceVip: String
|
9577
9340
|
# @param UniqVpcId: MongoDB连接源的vpcId【不支持修改】
|
9578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9579
9341
|
# @type UniqVpcId: String
|
9580
9342
|
# @param UserName: MongoDB连接源的用户名
|
9581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9582
9343
|
# @type UserName: String
|
9583
9344
|
# @param Password: MongoDB连接源的密码
|
9584
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9585
9345
|
# @type Password: String
|
9586
9346
|
# @param SelfBuilt: MongoDB连接源是否为自建集群【不支持修改】
|
9587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9588
9347
|
# @type SelfBuilt: Boolean
|
9589
9348
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
9590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9591
9349
|
# @type IsUpdate: Boolean
|
9592
9350
|
|
9593
9351
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :SelfBuilt, :IsUpdate
|
@@ -9618,40 +9376,28 @@ module TencentCloud
|
|
9618
9376
|
# MongoDB类型入参
|
9619
9377
|
class MongoDBParam < TencentCloud::Common::AbstractModel
|
9620
9378
|
# @param Database: MongoDB的数据库名称
|
9621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9622
9379
|
# @type Database: String
|
9623
9380
|
# @param Collection: MongoDB的集群
|
9624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9625
9381
|
# @type Collection: String
|
9626
9382
|
# @param CopyExisting: 是否复制存量数据,默认传参true
|
9627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9628
9383
|
# @type CopyExisting: Boolean
|
9629
9384
|
# @param Resource: 实例资源
|
9630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9631
9385
|
# @type Resource: String
|
9632
9386
|
# @param Ip: MongoDB的连接ip
|
9633
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9634
9387
|
# @type Ip: String
|
9635
9388
|
# @param Port: MongoDB的连接port
|
9636
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9637
9389
|
# @type Port: Integer
|
9638
9390
|
# @param UserName: MongoDB数据库用户名
|
9639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9640
9391
|
# @type UserName: String
|
9641
9392
|
# @param Password: MongoDB数据库密码
|
9642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9643
9393
|
# @type Password: String
|
9644
9394
|
# @param ListeningEvent: 监听事件类型,为空时表示全选。取值包括insert,update,replace,delete,invalidate,drop,dropdatabase,rename,多个类型间使用,逗号分隔
|
9645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9646
9395
|
# @type ListeningEvent: String
|
9647
9396
|
# @param ReadPreference: 主从优先级,默认主节点
|
9648
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9649
9397
|
# @type ReadPreference: String
|
9650
9398
|
# @param Pipeline: 聚合管道
|
9651
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9652
9399
|
# @type Pipeline: String
|
9653
9400
|
# @param SelfBuilt: 是否为自建集群
|
9654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9655
9401
|
# @type SelfBuilt: Boolean
|
9656
9402
|
|
9657
9403
|
attr_accessor :Database, :Collection, :CopyExisting, :Resource, :Ip, :Port, :UserName, :Password, :ListeningEvent, :ReadPreference, :Pipeline, :SelfBuilt
|
@@ -9690,25 +9436,18 @@ module TencentCloud
|
|
9690
9436
|
# MQTT连接源参数
|
9691
9437
|
class MqttConnectParam < TencentCloud::Common::AbstractModel
|
9692
9438
|
# @param UserName: MQTT连接源的用户名
|
9693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9694
9439
|
# @type UserName: String
|
9695
9440
|
# @param Password: MQTT连接源的密码
|
9696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9697
9441
|
# @type Password: String
|
9698
9442
|
# @param Resource: MQTT连接源的实例资源
|
9699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9700
9443
|
# @type Resource: String
|
9701
9444
|
# @param UniqVpcId: MQTT Instance vpc-id
|
9702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9703
9445
|
# @type UniqVpcId: String
|
9704
9446
|
# @param SelfBuilt: 是否为自建集群
|
9705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9706
9447
|
# @type SelfBuilt: Boolean
|
9707
9448
|
# @param IsUpdate: 是否更新到关联的Dip任务
|
9708
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9709
9449
|
# @type IsUpdate: Boolean
|
9710
9450
|
# @param Region: MQTT连接源的实例资源地域, 跨地域时必填
|
9711
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9712
9451
|
# @type Region: String
|
9713
9452
|
|
9714
9453
|
attr_accessor :UserName, :Password, :Resource, :UniqVpcId, :SelfBuilt, :IsUpdate, :Region
|
@@ -9737,40 +9476,28 @@ module TencentCloud
|
|
9737
9476
|
# 创建MQTT 为Source的Data Hub Task参数
|
9738
9477
|
class MqttParam < TencentCloud::Common::AbstractModel
|
9739
9478
|
# @param Topics: 需要同步的MQTT Topic列表, CSV格式
|
9740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9741
9479
|
# @type Topics: String
|
9742
9480
|
# @param CleanSession: MQTT clean-session
|
9743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9744
9481
|
# @type CleanSession: Boolean
|
9745
9482
|
# @param Resource: MQTT instance-id
|
9746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9747
9483
|
# @type Resource: String
|
9748
9484
|
# @param Ip: MQTT实例VIP
|
9749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9750
9485
|
# @type Ip: String
|
9751
9486
|
# @param Port: MQTT VIP 端口
|
9752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9753
9487
|
# @type Port: Integer
|
9754
9488
|
# @param UserName: MQTT实例用户名
|
9755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9756
9489
|
# @type UserName: String
|
9757
9490
|
# @param Password: MQTT实例内账户密码
|
9758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9759
9491
|
# @type Password: String
|
9760
9492
|
# @param Qos: QoS
|
9761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9762
9493
|
# @type Qos: Integer
|
9763
9494
|
# @param MaxTasks: tasks.max 订阅Topic的并发Task个数, 默认为1; 当设置大于1时, 使用Shared Subscription
|
9764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9765
9495
|
# @type MaxTasks: Integer
|
9766
9496
|
# @param ServiceVip: MQTT 实例的Service VIP
|
9767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9768
9497
|
# @type ServiceVip: String
|
9769
9498
|
# @param UniqVpcId: MQTT实例的VPC ID
|
9770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9771
9499
|
# @type UniqVpcId: String
|
9772
9500
|
# @param SelfBuilt: 是否为自建集群, MQTT只支持非自建集群
|
9773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9774
9501
|
# @type SelfBuilt: Boolean
|
9775
9502
|
|
9776
9503
|
attr_accessor :Topics, :CleanSession, :Resource, :Ip, :Port, :UserName, :Password, :Qos, :MaxTasks, :ServiceVip, :UniqVpcId, :SelfBuilt
|
@@ -9809,31 +9536,23 @@ module TencentCloud
|
|
9809
9536
|
# MySQL连接源参数
|
9810
9537
|
class MySQLConnectParam < TencentCloud::Common::AbstractModel
|
9811
9538
|
# @param Port: MySQL的连接port
|
9812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9813
9539
|
# @type Port: Integer
|
9814
9540
|
# @param UserName: MySQL连接源的用户名
|
9815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9816
9541
|
# @type UserName: String
|
9817
9542
|
# @param Password: MySQL连接源的密码
|
9818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9819
9543
|
# @type Password: String
|
9820
9544
|
# @param Resource: MySQL连接源的实例资源
|
9821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9822
9545
|
# @type Resource: String
|
9823
9546
|
# @param ServiceVip: MySQL连接源的实例vip,当为腾讯云实例时,必填
|
9824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9825
9547
|
# @type ServiceVip: String
|
9826
9548
|
# @param UniqVpcId: MySQL连接源的vpcId,当为腾讯云实例时,必填
|
9827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9828
9549
|
# @type UniqVpcId: String
|
9829
9550
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
9830
9551
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9831
9552
|
# @type IsUpdate: Boolean
|
9832
9553
|
# @param ClusterId: 当type为TDSQL_C_MYSQL时,必填
|
9833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9834
9554
|
# @type ClusterId: String
|
9835
9555
|
# @param SelfBuilt: Mysql 连接源是否为自建集群
|
9836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9837
9556
|
# @type SelfBuilt: Boolean
|
9838
9557
|
|
9839
9558
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate, :ClusterId, :SelfBuilt
|
@@ -9866,31 +9585,22 @@ module TencentCloud
|
|
9866
9585
|
# MySQL修改连接源参数
|
9867
9586
|
class MySQLModifyConnectParam < TencentCloud::Common::AbstractModel
|
9868
9587
|
# @param Resource: MySQL连接源的实例资源【不支持修改】
|
9869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9870
9588
|
# @type Resource: String
|
9871
9589
|
# @param Port: MySQL的连接port【不支持修改】
|
9872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9873
9590
|
# @type Port: Integer
|
9874
9591
|
# @param ServiceVip: MySQL连接源的实例vip【不支持修改】
|
9875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9876
9592
|
# @type ServiceVip: String
|
9877
9593
|
# @param UniqVpcId: MySQL连接源的vpcId【不支持修改】
|
9878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9879
9594
|
# @type UniqVpcId: String
|
9880
9595
|
# @param UserName: MySQL连接源的用户名
|
9881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9882
9596
|
# @type UserName: String
|
9883
9597
|
# @param Password: MySQL连接源的密码
|
9884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9885
9598
|
# @type Password: String
|
9886
9599
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
9887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9888
9600
|
# @type IsUpdate: Boolean
|
9889
9601
|
# @param ClusterId: 当type为TDSQL_C_MYSQL时
|
9890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9891
9602
|
# @type ClusterId: String
|
9892
9603
|
# @param SelfBuilt: 是否是自建的集群
|
9893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9894
9604
|
# @type SelfBuilt: Boolean
|
9895
9605
|
|
9896
9606
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate, :ClusterId, :SelfBuilt
|
@@ -9923,88 +9633,61 @@ module TencentCloud
|
|
9923
9633
|
# MySQL类型入参
|
9924
9634
|
class MySQLParam < TencentCloud::Common::AbstractModel
|
9925
9635
|
# @param Database: MySQL的数据库名称,"*"为全数据库
|
9926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9927
9636
|
# @type Database: String
|
9928
9637
|
# @param Table: MySQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"数据库名\\.数据表名"
|
9929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9930
9638
|
# @type Table: String
|
9931
9639
|
# @param Resource: 该MySQL在连接管理内的Id
|
9932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9933
9640
|
# @type Resource: String
|
9934
9641
|
# @param SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
9935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9936
9642
|
# @type SnapshotMode: String
|
9937
9643
|
# @param DdlTopic: 存放MySQL的Ddl信息的Topic,为空则默认不存放
|
9938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9939
9644
|
# @type DdlTopic: String
|
9940
9645
|
# @param DataSourceMonitorMode: "TABLE" 表示读取项为 table,"QUERY" 表示读取项为 query
|
9941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9942
9646
|
# @type DataSourceMonitorMode: String
|
9943
9647
|
# @param DataSourceMonitorResource: 当 "DataMonitorMode"="TABLE" 时,传入需要读取的 Table;当 "DataMonitorMode"="QUERY" 时,传入需要读取的查询 sql 语句
|
9944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9945
9648
|
# @type DataSourceMonitorResource: String
|
9946
9649
|
# @param DataSourceIncrementMode: "TIMESTAMP" 表示增量列为时间戳类型,"INCREMENT" 表示增量列为自增 id 类型
|
9947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9948
9650
|
# @type DataSourceIncrementMode: String
|
9949
9651
|
# @param DataSourceIncrementColumn: 传入需要监听的列名称
|
9950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9951
9652
|
# @type DataSourceIncrementColumn: String
|
9952
9653
|
# @param DataSourceStartFrom: "HEAD" 表示复制存量 + 增量数据,"TAIL" 表示只复制增量数据
|
9953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9954
9654
|
# @type DataSourceStartFrom: String
|
9955
9655
|
# @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
|
9956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9957
9656
|
# @type DataTargetInsertMode: String
|
9958
9657
|
# @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
|
9959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9960
9658
|
# @type DataTargetPrimaryKeyField: String
|
9961
9659
|
# @param DataTargetRecordMapping: 表与消息间的映射关系
|
9962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9963
9660
|
# @type DataTargetRecordMapping: Array
|
9964
9661
|
# @param TopicRegex: 事件路由到特定主题的正则表达式,默认为(.*)
|
9965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9966
9662
|
# @type TopicRegex: String
|
9967
9663
|
# @param TopicReplacement: TopicRegex的引用组,指定$1、$2等
|
9968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9969
9664
|
# @type TopicReplacement: String
|
9970
9665
|
# @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
9971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9972
9666
|
# @type KeyColumns: String
|
9973
9667
|
# @param DropInvalidMessage: Mysql 是否抛弃解析失败的消息,默认为true
|
9974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9975
9668
|
# @type DropInvalidMessage: Boolean
|
9976
9669
|
# @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
9977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9978
9670
|
# @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
|
9979
9671
|
# @param OutputFormat: 输出格式,DEFAULT、CANAL_1、CANAL_2
|
9980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9981
9672
|
# @type OutputFormat: String
|
9982
9673
|
# @param IsTablePrefix: 当Table输入的是前缀时,该项值为true,否则为false
|
9983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9984
9674
|
# @type IsTablePrefix: Boolean
|
9985
9675
|
# @param IncludeContentChanges: 如果该值为all,则DDL数据以及DML数据也会写入到选中的topic;若该值为dml,则只有DML数据写入到选中的topic
|
9986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9987
9676
|
# @type IncludeContentChanges: String
|
9988
9677
|
# @param IncludeQuery: 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
|
9989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9990
9678
|
# @type IncludeQuery: Boolean
|
9991
9679
|
# @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
|
9992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9993
9680
|
# @type RecordWithSchema: Boolean
|
9994
9681
|
# @param SignalDatabase: 存放信令表的数据库名称
|
9995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9996
9682
|
# @type SignalDatabase: String
|
9997
9683
|
# @param IsTableRegular: 输入的table是否为正则表达式,如果该选项以及IsTablePrefix同时为true,该选项的判断优先级高于IsTablePrefix
|
9998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9999
9684
|
# @type IsTableRegular: Boolean
|
10000
9685
|
# @param SignalTable: 信号表
|
10001
9686
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10002
9687
|
# @type SignalTable: String
|
10003
9688
|
# @param DateTimeZone: datetime 类型字段转换为时间戳的时区
|
10004
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10005
9689
|
# @type DateTimeZone: String
|
10006
9690
|
# @param SelfBuilt: 自建
|
10007
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10008
9691
|
# @type SelfBuilt: Boolean
|
10009
9692
|
|
10010
9693
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls, :OutputFormat, :IsTablePrefix, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema, :SignalDatabase, :IsTableRegular, :SignalTable, :DateTimeZone, :SelfBuilt
|
@@ -10085,10 +9768,8 @@ module TencentCloud
|
|
10085
9768
|
# 操作类型返回的Data结构
|
10086
9769
|
class OperateResponseData < TencentCloud::Common::AbstractModel
|
10087
9770
|
# @param FlowId: 流程Id
|
10088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10089
9771
|
# @type FlowId: Integer
|
10090
9772
|
# @param RouteDTO: RouteIdDto
|
10091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10092
9773
|
# @type RouteDTO: :class:`Tencentcloud::Ckafka.v20190819.models.RouteDTO`
|
10093
9774
|
|
10094
9775
|
attr_accessor :FlowId, :RouteDTO
|
@@ -10126,10 +9807,8 @@ module TencentCloud
|
|
10126
9807
|
# 分区和位移
|
10127
9808
|
class PartitionOffset < TencentCloud::Common::AbstractModel
|
10128
9809
|
# @param Partition: 分区
|
10129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10130
9810
|
# @type Partition: String
|
10131
9811
|
# @param Offset: 位点偏移量
|
10132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10133
9812
|
# @type Offset: Integer
|
10134
9813
|
|
10135
9814
|
attr_accessor :Partition, :Offset
|
@@ -10168,31 +9847,22 @@ module TencentCloud
|
|
10168
9847
|
# PostgreSQL连接源参数
|
10169
9848
|
class PostgreSQLConnectParam < TencentCloud::Common::AbstractModel
|
10170
9849
|
# @param Port: PostgreSQL的连接port
|
10171
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10172
9850
|
# @type Port: Integer
|
10173
9851
|
# @param UserName: PostgreSQL连接源的用户名
|
10174
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10175
9852
|
# @type UserName: String
|
10176
9853
|
# @param Password: PostgreSQL连接源的密码
|
10177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10178
9854
|
# @type Password: String
|
10179
9855
|
# @param Resource: PostgreSQL连接源的实例资源
|
10180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10181
9856
|
# @type Resource: String
|
10182
9857
|
# @param ServiceVip: PostgreSQL连接源的实例vip,当为腾讯云实例时,必填
|
10183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10184
9858
|
# @type ServiceVip: String
|
10185
9859
|
# @param UniqVpcId: PostgreSQL连接源的vpcId,当为腾讯云实例时,必填
|
10186
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10187
9860
|
# @type UniqVpcId: String
|
10188
9861
|
# @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,必填
|
10189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10190
9862
|
# @type ClusterId: String
|
10191
9863
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
10192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10193
9864
|
# @type IsUpdate: Boolean
|
10194
9865
|
# @param SelfBuilt: PostgreSQL连接源是否为自建集群
|
10195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10196
9866
|
# @type SelfBuilt: Boolean
|
10197
9867
|
|
10198
9868
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :ClusterId, :IsUpdate, :SelfBuilt
|
@@ -10225,31 +9895,22 @@ module TencentCloud
|
|
10225
9895
|
# PostgreSQL修改连接源参数
|
10226
9896
|
class PostgreSQLModifyConnectParam < TencentCloud::Common::AbstractModel
|
10227
9897
|
# @param Resource: PostgreSQL连接源的实例资源【不支持修改】
|
10228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10229
9898
|
# @type Resource: String
|
10230
9899
|
# @param Port: PostgreSQL的连接port【不支持修改】
|
10231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10232
9900
|
# @type Port: Integer
|
10233
9901
|
# @param ServiceVip: PostgreSQL连接源的实例vip【不支持修改】
|
10234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10235
9902
|
# @type ServiceVip: String
|
10236
9903
|
# @param UniqVpcId: PostgreSQL连接源的vpcId【不支持修改】
|
10237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10238
9904
|
# @type UniqVpcId: String
|
10239
9905
|
# @param UserName: PostgreSQL连接源的用户名
|
10240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10241
9906
|
# @type UserName: String
|
10242
9907
|
# @param Password: PostgreSQL连接源的密码
|
10243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10244
9908
|
# @type Password: String
|
10245
9909
|
# @param ClusterId: 当type为TDSQL_C_POSTGRESQL时,该参数才有值【不支持修改】
|
10246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10247
9910
|
# @type ClusterId: String
|
10248
9911
|
# @param IsUpdate: 是否更新到关联的Datahub任务
|
10249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10250
9912
|
# @type IsUpdate: Boolean
|
10251
9913
|
# @param SelfBuilt: 是否为自建集群
|
10252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10253
9914
|
# @type SelfBuilt: Boolean
|
10254
9915
|
|
10255
9916
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :ClusterId, :IsUpdate, :SelfBuilt
|
@@ -10282,43 +9943,30 @@ module TencentCloud
|
|
10282
9943
|
# PostgreSQL类型入参
|
10283
9944
|
class PostgreSQLParam < TencentCloud::Common::AbstractModel
|
10284
9945
|
# @param Database: PostgreSQL的数据库名称
|
10285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10286
9946
|
# @type Database: String
|
10287
9947
|
# @param Table: PostgreSQL的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"Schema名.数据表名"的格式进行填写,需要填入正则表达式时,格式为"Schema名\\.数据表名"
|
10288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10289
9948
|
# @type Table: String
|
10290
9949
|
# @param Resource: 该PostgreSQL在连接管理内的Id
|
10291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10292
9950
|
# @type Resource: String
|
10293
9951
|
# @param PluginName: 插件名(decoderbufs/pgoutput),默认为decoderbufs
|
10294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10295
9952
|
# @type PluginName: String
|
10296
9953
|
# @param SnapshotMode: 复制存量信息(never增量, initial全量),默认为initial
|
10297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10298
9954
|
# @type SnapshotMode: String
|
10299
9955
|
# @param DataFormat: 上游数据格式(JSON/Debezium), 当数据库同步模式为默认字段匹配时,必填
|
10300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10301
9956
|
# @type DataFormat: String
|
10302
9957
|
# @param DataTargetInsertMode: "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
|
10303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10304
9958
|
# @type DataTargetInsertMode: String
|
10305
9959
|
# @param DataTargetPrimaryKeyField: 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
|
10306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10307
9960
|
# @type DataTargetPrimaryKeyField: String
|
10308
9961
|
# @param DataTargetRecordMapping: 表与消息间的映射关系
|
10309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10310
9962
|
# @type DataTargetRecordMapping: Array
|
10311
9963
|
# @param DropInvalidMessage: 是否抛弃解析失败的消息,默认为true
|
10312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10313
9964
|
# @type DropInvalidMessage: Boolean
|
10314
9965
|
# @param IsTableRegular: 输入的table是否为正则表达式
|
10315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10316
9966
|
# @type IsTableRegular: Boolean
|
10317
9967
|
# @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
10318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10319
9968
|
# @type KeyColumns: String
|
10320
9969
|
# @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
|
10321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10322
9970
|
# @type RecordWithSchema: Boolean
|
10323
9971
|
|
10324
9972
|
attr_accessor :Database, :Table, :Resource, :PluginName, :SnapshotMode, :DataFormat, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :DropInvalidMessage, :IsTableRegular, :KeyColumns, :RecordWithSchema
|
@@ -10412,13 +10060,10 @@ module TencentCloud
|
|
10412
10060
|
# @param SourcePort: vport
|
10413
10061
|
# @type SourcePort: Integer
|
10414
10062
|
# @param BrokerIp: broker地址
|
10415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10416
10063
|
# @type BrokerIp: String
|
10417
10064
|
# @param VpcId: VPC ID信息
|
10418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10419
10065
|
# @type VpcId: String
|
10420
10066
|
# @param SubnetId: 子网ID信息
|
10421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10422
10067
|
# @type SubnetId: String
|
10423
10068
|
|
10424
10069
|
attr_accessor :Type, :SourceIp, :SourcePort, :BrokerIp, :VpcId, :SubnetId
|
@@ -10475,7 +10120,6 @@ module TencentCloud
|
|
10475
10120
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10476
10121
|
# @type JsonKey: String
|
10477
10122
|
# @param Type: 消息类型
|
10478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10479
10123
|
# @type Type: String
|
10480
10124
|
# @param AllowNull: 消息是否允许为空
|
10481
10125
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10555,19 +10199,14 @@ module TencentCloud
|
|
10555
10199
|
# @param AreaName: 区域名称
|
10556
10200
|
# @type AreaName: String
|
10557
10201
|
# @param RegionCode: 地域代码
|
10558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10559
10202
|
# @type RegionCode: String
|
10560
10203
|
# @param RegionCodeV3: 地域代码(V3版本)
|
10561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10562
10204
|
# @type RegionCodeV3: String
|
10563
10205
|
# @param Support: NONE:默认值不支持任何特殊类型 实例类型
|
10564
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10565
10206
|
# @type Support: String
|
10566
10207
|
# @param Ipv6: 是否支持ipv6, 0:表示不支持,1:表示支持
|
10567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10568
10208
|
# @type Ipv6: Integer
|
10569
10209
|
# @param MultiZone: 是否支持跨可用区, 0:表示不支持,1:表示支持
|
10570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10571
10210
|
# @type MultiZone: Integer
|
10572
10211
|
|
10573
10212
|
attr_accessor :RegionId, :RegionName, :AreaName, :RegionCode, :RegionCodeV3, :Support, :Ipv6, :MultiZone
|
@@ -10618,10 +10257,8 @@ module TencentCloud
|
|
10618
10257
|
# RenewCkafkaInstance接口出参bigDealIds
|
10619
10258
|
class RenewCkafkaInstanceResp < TencentCloud::Common::AbstractModel
|
10620
10259
|
# @param BigDealId: 订单号
|
10621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10622
10260
|
# @type BigDealId: String
|
10623
10261
|
# @param DealName: 子订单号
|
10624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10625
10262
|
# @type DealName: String
|
10626
10263
|
|
10627
10264
|
attr_accessor :BigDealId, :DealName
|
@@ -10701,13 +10338,11 @@ module TencentCloud
|
|
10701
10338
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10702
10339
|
# @type DomainPort: Integer
|
10703
10340
|
# @param DeleteTimestamp: 时间戳
|
10704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10705
10341
|
# @type DeleteTimestamp: String
|
10706
10342
|
# @param Subnet: 子网Id
|
10707
10343
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10708
10344
|
# @type Subnet: String
|
10709
10345
|
# @param BrokerVipList: 虚拟IP列表(1对1 broker节点)
|
10710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10711
10346
|
# @type BrokerVipList: Array
|
10712
10347
|
# @param VpcId: 私有网络Id
|
10713
10348
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10759,7 +10394,6 @@ module TencentCloud
|
|
10759
10394
|
# RouteDTO
|
10760
10395
|
class RouteDTO < TencentCloud::Common::AbstractModel
|
10761
10396
|
# @param RouteId: 路由Id
|
10762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10763
10397
|
# @type RouteId: Integer
|
10764
10398
|
|
10765
10399
|
attr_accessor :RouteId
|
@@ -10776,7 +10410,6 @@ module TencentCloud
|
|
10776
10410
|
# 路由信息返回对象
|
10777
10411
|
class RouteResponse < TencentCloud::Common::AbstractModel
|
10778
10412
|
# @param Routers: 路由信息列表
|
10779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10780
10413
|
# @type Routers: Array
|
10781
10414
|
|
10782
10415
|
attr_accessor :Routers
|
@@ -10802,10 +10435,8 @@ module TencentCloud
|
|
10802
10435
|
# @param RowContent: 行内容,KEY_VALUE,VALUE
|
10803
10436
|
# @type RowContent: String
|
10804
10437
|
# @param KeyValueDelimiter: key和value间的分隔符
|
10805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10806
10438
|
# @type KeyValueDelimiter: String
|
10807
10439
|
# @param EntryDelimiter: 元素建的分隔符
|
10808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10809
10440
|
# @type EntryDelimiter: String
|
10810
10441
|
|
10811
10442
|
attr_accessor :RowContent, :KeyValueDelimiter, :EntryDelimiter
|
@@ -10832,16 +10463,12 @@ module TencentCloud
|
|
10832
10463
|
# @param SchemeType: 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY
|
10833
10464
|
# @type SchemeType: String
|
10834
10465
|
# @param Value: 数据处理VALUE
|
10835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10836
10466
|
# @type Value: String
|
10837
10467
|
# @param ValueOperate: VALUE处理
|
10838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10839
10468
|
# @type ValueOperate: :class:`Tencentcloud::Ckafka.v20190819.models.ValueParam`
|
10840
10469
|
# @param OriginalValue: 原始VALUE
|
10841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10842
10470
|
# @type OriginalValue: String
|
10843
10471
|
# @param ValueOperates: VALUE处理链
|
10844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10845
10472
|
# @type ValueOperates: Array
|
10846
10473
|
|
10847
10474
|
attr_accessor :Key, :Operate, :SchemeType, :Value, :ValueOperate, :OriginalValue, :ValueOperates
|
@@ -10880,25 +10507,18 @@ module TencentCloud
|
|
10880
10507
|
# SQLServer连接源参数
|
10881
10508
|
class SQLServerConnectParam < TencentCloud::Common::AbstractModel
|
10882
10509
|
# @param Port: SQLServer的连接port
|
10883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10884
10510
|
# @type Port: Integer
|
10885
10511
|
# @param UserName: SQLServer连接源的用户名
|
10886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10887
10512
|
# @type UserName: String
|
10888
10513
|
# @param Password: SQLServer连接源的密码
|
10889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10890
10514
|
# @type Password: String
|
10891
10515
|
# @param Resource: SQLServer连接源的实例资源
|
10892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10893
10516
|
# @type Resource: String
|
10894
10517
|
# @param ServiceVip: SQLServer连接源的实例vip,当为腾讯云实例时,必填
|
10895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10896
10518
|
# @type ServiceVip: String
|
10897
10519
|
# @param UniqVpcId: SQLServer连接源的vpcId,当为腾讯云实例时,必填
|
10898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10899
10520
|
# @type UniqVpcId: String
|
10900
10521
|
# @param IsUpdate: 是否更新到关联的Dip任务
|
10901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10902
10522
|
# @type IsUpdate: Boolean
|
10903
10523
|
|
10904
10524
|
attr_accessor :Port, :UserName, :Password, :Resource, :ServiceVip, :UniqVpcId, :IsUpdate
|
@@ -10927,25 +10547,18 @@ module TencentCloud
|
|
10927
10547
|
# SQLServer修改连接源参数
|
10928
10548
|
class SQLServerModifyConnectParam < TencentCloud::Common::AbstractModel
|
10929
10549
|
# @param Resource: SQLServer连接源的实例资源【不支持修改】
|
10930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10931
10550
|
# @type Resource: String
|
10932
10551
|
# @param Port: SQLServer的连接port【不支持修改】
|
10933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10934
10552
|
# @type Port: Integer
|
10935
10553
|
# @param ServiceVip: SQLServer连接源的实例vip【不支持修改】
|
10936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10937
10554
|
# @type ServiceVip: String
|
10938
10555
|
# @param UniqVpcId: SQLServer连接源的vpcId【不支持修改】
|
10939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10940
10556
|
# @type UniqVpcId: String
|
10941
10557
|
# @param UserName: SQLServer连接源的用户名
|
10942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10943
10558
|
# @type UserName: String
|
10944
10559
|
# @param Password: SQLServer连接源的密码
|
10945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10946
10560
|
# @type Password: String
|
10947
10561
|
# @param IsUpdate: 是否更新到关联的Dip任务
|
10948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10949
10562
|
# @type IsUpdate: Boolean
|
10950
10563
|
|
10951
10564
|
attr_accessor :Resource, :Port, :ServiceVip, :UniqVpcId, :UserName, :Password, :IsUpdate
|
@@ -10974,16 +10587,12 @@ module TencentCloud
|
|
10974
10587
|
# SQLServer类型入参
|
10975
10588
|
class SQLServerParam < TencentCloud::Common::AbstractModel
|
10976
10589
|
# @param Database: SQLServer的数据库名称
|
10977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10978
10590
|
# @type Database: String
|
10979
10591
|
# @param Table: SQLServer的数据表名称,"*"为所监听的所有数据库中的非系统表,可以","间隔,监听多个数据表,但数据表需要以"数据库名.数据表名"的格式进行填写
|
10980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10981
10592
|
# @type Table: String
|
10982
10593
|
# @param Resource: 该SQLServer在连接管理内的Id
|
10983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10984
10594
|
# @type Resource: String
|
10985
10595
|
# @param SnapshotMode: 复制存量信息(schema_only增量, initial全量),默认为initial
|
10986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10987
10596
|
# @type SnapshotMode: String
|
10988
10597
|
|
10989
10598
|
attr_accessor :Database, :Table, :Resource, :SnapshotMode
|
@@ -11006,16 +10615,12 @@ module TencentCloud
|
|
11006
10615
|
# 标准版销售信息
|
11007
10616
|
class SaleInfo < TencentCloud::Common::AbstractModel
|
11008
10617
|
# @param Flag: 手动设置的flag标志
|
11009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11010
10618
|
# @type Flag: Boolean
|
11011
10619
|
# @param Version: ckakfa版本号(1.1.1/2.4.2/0.10.2)
|
11012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11013
10620
|
# @type Version: String
|
11014
10621
|
# @param Platform: 专业版、标准版标志
|
11015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11016
10622
|
# @type Platform: String
|
11017
10623
|
# @param SoldOut: 售罄标志:true售罄
|
11018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11019
10624
|
# @type SoldOut: Boolean
|
11020
10625
|
|
11021
10626
|
attr_accessor :Flag, :Version, :Platform, :SoldOut
|
@@ -11038,7 +10643,6 @@ module TencentCloud
|
|
11038
10643
|
# 实例缩容应答
|
11039
10644
|
class ScalingDownResp < TencentCloud::Common::AbstractModel
|
11040
10645
|
# @param DealNames: 订单号列表
|
11041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11042
10646
|
# @type DealNames: Array
|
11043
10647
|
|
11044
10648
|
attr_accessor :DealNames
|
@@ -11055,19 +10659,14 @@ module TencentCloud
|
|
11055
10659
|
# Scf类型入参
|
11056
10660
|
class ScfParam < TencentCloud::Common::AbstractModel
|
11057
10661
|
# @param FunctionName: SCF云函数函数名
|
11058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11059
10662
|
# @type FunctionName: String
|
11060
10663
|
# @param Namespace: SCF云函数命名空间, 默认为default
|
11061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11062
10664
|
# @type Namespace: String
|
11063
10665
|
# @param Qualifier: SCF云函数版本及别名, 默认为$DEFAULT
|
11064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11065
10666
|
# @type Qualifier: String
|
11066
10667
|
# @param BatchSize: 每批最大发送消息数, 默认为1000
|
11067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11068
10668
|
# @type BatchSize: Integer
|
11069
10669
|
# @param MaxRetries: SCF调用失败后重试次数, 默认为5
|
11070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11071
10670
|
# @type MaxRetries: Integer
|
11072
10671
|
|
11073
10672
|
attr_accessor :FunctionName, :Namespace, :Qualifier, :BatchSize, :MaxRetries
|
@@ -11173,13 +10772,10 @@ module TencentCloud
|
|
11173
10772
|
# @param TopicName: 订阅的主题名
|
11174
10773
|
# @type TopicName: String
|
11175
10774
|
# @param Partition: 订阅的分区
|
11176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11177
10775
|
# @type Partition: Array
|
11178
10776
|
# @param PartitionOffset: 分区offset信息
|
11179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11180
10777
|
# @type PartitionOffset: Array
|
11181
10778
|
# @param TopicId: 订阅的主题ID
|
11182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11183
10779
|
# @type TopicId: String
|
11184
10780
|
|
11185
10781
|
attr_accessor :TopicName, :Partition, :PartitionOffset, :TopicId
|
@@ -11282,7 +10878,6 @@ module TencentCloud
|
|
11282
10878
|
# 2 进行中
|
11283
10879
|
# @type Status: Integer
|
11284
10880
|
# @param Output: 输出信息
|
11285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11286
10881
|
# @type Output: String
|
11287
10882
|
|
11288
10883
|
attr_accessor :Status, :Output
|
@@ -11301,19 +10896,14 @@ module TencentCloud
|
|
11301
10896
|
# Tdw类型入参
|
11302
10897
|
class TdwParam < TencentCloud::Common::AbstractModel
|
11303
10898
|
# @param Bid: Tdw的bid
|
11304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11305
10899
|
# @type Bid: String
|
11306
10900
|
# @param Tid: Tdw的tid
|
11307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11308
10901
|
# @type Tid: String
|
11309
10902
|
# @param IsDomestic: 默认true
|
11310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11311
10903
|
# @type IsDomestic: Boolean
|
11312
10904
|
# @param TdwHost: TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com
|
11313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11314
10905
|
# @type TdwHost: String
|
11315
10906
|
# @param TdwPort: TDW端口,默认8099
|
11316
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11317
10907
|
# @type TdwPort: Integer
|
11318
10908
|
|
11319
10909
|
attr_accessor :Bid, :Tid, :IsDomestic, :TdwHost, :TdwPort
|
@@ -11367,7 +10957,6 @@ module TencentCloud
|
|
11367
10957
|
# @param CreateTime: 创建时间
|
11368
10958
|
# @type CreateTime: Integer
|
11369
10959
|
# @param Note: 主题备注
|
11370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11371
10960
|
# @type Note: String
|
11372
10961
|
# @param PartitionNum: 分区个数
|
11373
10962
|
# @type PartitionNum: Integer
|
@@ -11380,16 +10969,12 @@ module TencentCloud
|
|
11380
10969
|
# @param Partitions: 分区详情
|
11381
10970
|
# @type Partitions: Array
|
11382
10971
|
# @param EnableAclRule: ACL预设策略开关,1:打开; 0:关闭
|
11383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11384
10972
|
# @type EnableAclRule: Integer
|
11385
10973
|
# @param AclRuleList: 预设策略列表
|
11386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11387
10974
|
# @type AclRuleList: Array
|
11388
10975
|
# @param QuotaConfig: topic 限流策略
|
11389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11390
10976
|
# @type QuotaConfig: :class:`Tencentcloud::Ckafka.v20190819.models.InstanceQuotaConfigResp`
|
11391
10977
|
# @param ReplicaNum: 副本数
|
11392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11393
10978
|
# @type ReplicaNum: Integer
|
11394
10979
|
|
11395
10980
|
attr_accessor :TopicId, :CreateTime, :Note, :PartitionNum, :EnableWhiteList, :IpWhiteList, :Config, :Partitions, :EnableAclRule, :AclRuleList, :QuotaConfig, :ReplicaNum
|
@@ -11456,7 +11041,6 @@ module TencentCloud
|
|
11456
11041
|
# @param ReplicaNum: topic副本数 最小值 1,最大值 3
|
11457
11042
|
# @type ReplicaNum: Integer
|
11458
11043
|
# @param Note: 备注
|
11459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11460
11044
|
# @type Note: String
|
11461
11045
|
# @param CreateTime: 创建时间
|
11462
11046
|
# @type CreateTime: Integer
|
@@ -11465,20 +11049,16 @@ module TencentCloud
|
|
11465
11049
|
# @param IpWhiteListCount: ip白名单中ip个数
|
11466
11050
|
# @type IpWhiteListCount: Integer
|
11467
11051
|
# @param ForwardCosBucket: 数据备份cos bucket: 转存到cos 的bucket地址
|
11468
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11469
11052
|
# @type ForwardCosBucket: String
|
11470
11053
|
# @param ForwardStatus: 数据备份cos 状态: 1 不开启数据备份,0 开启数据备份
|
11471
11054
|
# @type ForwardStatus: Integer
|
11472
11055
|
# @param ForwardInterval: 数据备份到cos的周期频率
|
11473
11056
|
# @type ForwardInterval: Integer
|
11474
11057
|
# @param Config: 高级配置
|
11475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11476
11058
|
# @type Config: :class:`Tencentcloud::Ckafka.v20190819.models.Config`
|
11477
11059
|
# @param RetentionTimeConfig: 消息保留时间配置(用于动态配置变更记录)
|
11478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11479
11060
|
# @type RetentionTimeConfig: :class:`Tencentcloud::Ckafka.v20190819.models.TopicRetentionTimeConfigRsp`
|
11480
11061
|
# @param Status: 0:正常,1:已删除,2:删除中
|
11481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11482
11062
|
# @type Status: Integer
|
11483
11063
|
# @param Tags: 标签列表
|
11484
11064
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11539,7 +11119,6 @@ module TencentCloud
|
|
11539
11119
|
# 主题详情返回实体
|
11540
11120
|
class TopicDetailResponse < TencentCloud::Common::AbstractModel
|
11541
11121
|
# @param TopicList: 返回的主题详情列表
|
11542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11543
11122
|
# @type TopicList: Array
|
11544
11123
|
# @param TotalCount: 符合条件的所有主题详情数量
|
11545
11124
|
# @type TotalCount: Integer
|
@@ -11607,13 +11186,10 @@ module TencentCloud
|
|
11607
11186
|
# @param ConsumeSpeed: 消费者组消费速度排行速度
|
11608
11187
|
# @type ConsumeSpeed: Array
|
11609
11188
|
# @param TopicMessageHeap: Topic 消息堆积/占用磁盘排行
|
11610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11611
11189
|
# @type TopicMessageHeap: Array
|
11612
11190
|
# @param BrokerIp: Broker Ip 列表
|
11613
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11614
11191
|
# @type BrokerIp: Array
|
11615
11192
|
# @param BrokerTopicData: 单个broker 节点 Topic占用的数据大小
|
11616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11617
11193
|
# @type BrokerTopicData: Array
|
11618
11194
|
# @param BrokerTopicFlowData: 单个Broker 节点Topic 流量的大小(单位MB)
|
11619
11195
|
# @type BrokerTopicFlowData: Array
|
@@ -11685,16 +11261,12 @@ module TencentCloud
|
|
11685
11261
|
# @param InSyncReplica: ISR
|
11686
11262
|
# @type InSyncReplica: String
|
11687
11263
|
# @param BeginOffset: 起始Offset
|
11688
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11689
11264
|
# @type BeginOffset: Integer
|
11690
11265
|
# @param EndOffset: 末端Offset
|
11691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11692
11266
|
# @type EndOffset: Integer
|
11693
11267
|
# @param MessageCount: 消息数
|
11694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11695
11268
|
# @type MessageCount: Integer
|
11696
11269
|
# @param OutOfSyncReplica: 未同步副本集
|
11697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11698
11270
|
# @type OutOfSyncReplica: String
|
11699
11271
|
|
11700
11272
|
attr_accessor :Partition, :Leader, :Replica, :InSyncReplica, :BeginOffset, :EndOffset, :MessageCount, :OutOfSyncReplica
|
@@ -11752,22 +11324,16 @@ module TencentCloud
|
|
11752
11324
|
# topic消息堆积、占用磁盘排行
|
11753
11325
|
class TopicMessageHeapRanking < TencentCloud::Common::AbstractModel
|
11754
11326
|
# @param TopicId: 主题ID
|
11755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11756
11327
|
# @type TopicId: String
|
11757
11328
|
# @param TopicName: 主题名称
|
11758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11759
11329
|
# @type TopicName: String
|
11760
11330
|
# @param PartitionNum: 分区数
|
11761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11762
11331
|
# @type PartitionNum: Integer
|
11763
11332
|
# @param ReplicaNum: 副本数
|
11764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11765
11333
|
# @type ReplicaNum: Integer
|
11766
11334
|
# @param TopicTraffic: Topic 流量
|
11767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11768
11335
|
# @type TopicTraffic: String
|
11769
11336
|
# @param MessageHeap: topic消息堆积/占用磁盘
|
11770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11771
11337
|
# @type MessageHeap: Integer
|
11772
11338
|
|
11773
11339
|
attr_accessor :TopicId, :TopicName, :PartitionNum, :ReplicaNum, :TopicTraffic, :MessageHeap
|
@@ -11802,16 +11368,12 @@ module TencentCloud
|
|
11802
11368
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11803
11369
|
# @type StartTime: Integer
|
11804
11370
|
# @param TopicId: Topic的TopicId【出参】
|
11805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11806
11371
|
# @type TopicId: String
|
11807
11372
|
# @param CompressionType: 写入Topic时是否进行压缩,不开启填"none",开启的话,可选择"gzip", "snappy", "lz4"中的一个进行填写。
|
11808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11809
11373
|
# @type CompressionType: String
|
11810
11374
|
# @param UseAutoCreateTopic: 使用的Topic是否需要自动创建(目前只支持SOURCE流入任务)
|
11811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11812
11375
|
# @type UseAutoCreateTopic: Boolean
|
11813
11376
|
# @param MsgMultiple: 源topic消息1条扩增成msgMultiple条写入目标topic(该参数目前只有ckafka流入ckafka适用)
|
11814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11815
11377
|
# @type MsgMultiple: Integer
|
11816
11378
|
|
11817
11379
|
attr_accessor :Resource, :OffsetType, :StartTime, :TopicId, :CompressionType, :UseAutoCreateTopic, :MsgMultiple
|
@@ -11868,10 +11430,8 @@ module TencentCloud
|
|
11868
11430
|
# 统一返回的TopicResponse
|
11869
11431
|
class TopicResult < TencentCloud::Common::AbstractModel
|
11870
11432
|
# @param TopicList: 返回的主题信息列表
|
11871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11872
11433
|
# @type TopicList: Array
|
11873
11434
|
# @param TotalCount: 符合条件的 topic 数量
|
11874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11875
11435
|
# @type TotalCount: Integer
|
11876
11436
|
|
11877
11437
|
attr_accessor :TopicList, :TotalCount
|
@@ -11897,13 +11457,10 @@ module TencentCloud
|
|
11897
11457
|
# Topic消息保留时间配置返回信息
|
11898
11458
|
class TopicRetentionTimeConfigRsp < TencentCloud::Common::AbstractModel
|
11899
11459
|
# @param Expect: 期望值,即用户配置的Topic消息保留时间(单位分钟)
|
11900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11901
11460
|
# @type Expect: Integer
|
11902
11461
|
# @param Current: 当前值,即当前生效值(可能存在动态调整,单位分钟)
|
11903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11904
11462
|
# @type Current: Integer
|
11905
11463
|
# @param ModTimeStamp: 最近变更时间
|
11906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11907
11464
|
# @type ModTimeStamp: Integer
|
11908
11465
|
|
11909
11466
|
attr_accessor :Expect, :Current, :ModTimeStamp
|
@@ -11928,10 +11485,8 @@ module TencentCloud
|
|
11928
11485
|
# @param StatusCountInfo: 消费分组状态数量信息
|
11929
11486
|
# @type StatusCountInfo: String
|
11930
11487
|
# @param GroupsInfo: 消费分组信息
|
11931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11932
11488
|
# @type GroupsInfo: Array
|
11933
11489
|
# @param Status: 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
|
11934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11935
11490
|
# @type Status: Integer
|
11936
11491
|
|
11937
11492
|
attr_accessor :TotalCount, :StatusCountInfo, :GroupsInfo, :Status
|
@@ -11977,13 +11532,10 @@ module TencentCloud
|
|
11977
11532
|
# @param FilterParam: 过滤器
|
11978
11533
|
# @type FilterParam: Array
|
11979
11534
|
# @param Result: 测试结果
|
11980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11981
11535
|
# @type Result: String
|
11982
11536
|
# @param AnalyseResult: 解析结果
|
11983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11984
11537
|
# @type AnalyseResult: Array
|
11985
11538
|
# @param UseEventBus: 底层引擎是否使用eb
|
11986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11987
11539
|
# @type UseEventBus: Boolean
|
11988
11540
|
|
11989
11541
|
attr_accessor :AnalysisFormat, :OutputFormat, :FailureParam, :Content, :SourceType, :Regex, :MapParam, :FilterParam, :Result, :AnalyseResult, :UseEventBus
|
@@ -12048,28 +11600,20 @@ module TencentCloud
|
|
12048
11600
|
# @param FieldChain: 处理链
|
12049
11601
|
# @type FieldChain: Array
|
12050
11602
|
# @param FilterParam: 过滤器
|
12051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12052
11603
|
# @type FilterParam: Array
|
12053
11604
|
# @param FailureParam: 失败处理
|
12054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12055
11605
|
# @type FailureParam: :class:`Tencentcloud::Ckafka.v20190819.models.FailureParam`
|
12056
11606
|
# @param Result: 测试结果
|
12057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12058
11607
|
# @type Result: String
|
12059
11608
|
# @param SourceType: 数据来源
|
12060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12061
11609
|
# @type SourceType: String
|
12062
11610
|
# @param OutputFormat: 输出格式,JSON,ROW,默认为JSON
|
12063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12064
11611
|
# @type OutputFormat: String
|
12065
11612
|
# @param RowParam: 输出格式为ROW必填
|
12066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12067
11613
|
# @type RowParam: :class:`Tencentcloud::Ckafka.v20190819.models.RowParam`
|
12068
11614
|
# @param KeepMetadata: 是否保留数据源Topic元数据信息(源Topic、Partition、Offset),默认为false
|
12069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12070
11615
|
# @type KeepMetadata: Boolean
|
12071
11616
|
# @param BatchAnalyse: 数组解析
|
12072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12073
11617
|
# @type BatchAnalyse: :class:`Tencentcloud::Ckafka.v20190819.models.BatchAnalyseParam`
|
12074
11618
|
|
12075
11619
|
attr_accessor :Content, :FieldChain, :FilterParam, :FailureParam, :Result, :SourceType, :OutputFormat, :RowParam, :KeepMetadata, :BatchAnalyse
|
@@ -12127,7 +11671,6 @@ module TencentCloud
|
|
12127
11671
|
# Url解析
|
12128
11672
|
class UrlDecodeParam < TencentCloud::Common::AbstractModel
|
12129
11673
|
# @param CharsetName: 编码
|
12130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12131
11674
|
# @type CharsetName: String
|
12132
11675
|
|
12133
11676
|
attr_accessor :CharsetName
|
@@ -12172,7 +11715,6 @@ module TencentCloud
|
|
12172
11715
|
# 用户返回实体
|
12173
11716
|
class UserResponse < TencentCloud::Common::AbstractModel
|
12174
11717
|
# @param Users: 符合条件的用户列表
|
12175
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12176
11718
|
# @type Users: Array
|
12177
11719
|
# @param TotalCount: 符合条件的总用户数
|
12178
11720
|
# @type TotalCount: Integer
|
@@ -12329,7 +11871,6 @@ module TencentCloud
|
|
12329
11871
|
# @param SoldOut: true为售罄,false为未售罄
|
12330
11872
|
# @type SoldOut: String
|
12331
11873
|
# @param SalesInfo: 标准版售罄信息
|
12332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12333
11874
|
# @type SalesInfo: Array
|
12334
11875
|
# @param ExtraFlag: 额外标识
|
12335
11876
|
# @type ExtraFlag: String
|
@@ -12386,40 +11927,28 @@ module TencentCloud
|
|
12386
11927
|
# @param MessagePrice: 后付费消息单价
|
12387
11928
|
# @type MessagePrice: :class:`Tencentcloud::Ckafka.v20190819.models.Price`
|
12388
11929
|
# @param ClusterInfo: 用户独占集群信息
|
12389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12390
11930
|
# @type ClusterInfo: Array
|
12391
11931
|
# @param Standard: 购买标准版配置
|
12392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12393
11932
|
# @type Standard: String
|
12394
11933
|
# @param StandardS2: 购买标准版S2配置
|
12395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12396
11934
|
# @type StandardS2: String
|
12397
11935
|
# @param Profession: 购买专业版配置
|
12398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12399
11936
|
# @type Profession: String
|
12400
11937
|
# @param Physical: 购买物理独占版配置
|
12401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12402
11938
|
# @type Physical: String
|
12403
11939
|
# @param PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
12404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12405
11940
|
# @type PublicNetwork: String
|
12406
11941
|
# @param PublicNetworkLimit: 公网带宽配置
|
12407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12408
11942
|
# @type PublicNetworkLimit: String
|
12409
11943
|
# @param RequestId: 请求Id
|
12410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12411
11944
|
# @type RequestId: String
|
12412
11945
|
# @param Version: 版本
|
12413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12414
11946
|
# @type Version: String
|
12415
11947
|
# @param Offset: 分页offset
|
12416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12417
11948
|
# @type Offset: Integer
|
12418
11949
|
# @param Limit: 分页limit
|
12419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12420
11950
|
# @type Limit: Integer
|
12421
11951
|
# @param ForceCheckTag: 是否必须录入tag
|
12422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12423
11952
|
# @type ForceCheckTag: Boolean
|
12424
11953
|
|
12425
11954
|
attr_accessor :ZoneList, :MaxBuyInstanceNum, :MaxBandwidth, :UnitPrice, :MessagePrice, :ClusterInfo, :Standard, :StandardS2, :Profession, :Physical, :PublicNetwork, :PublicNetworkLimit, :RequestId, :Version, :Offset, :Limit, :ForceCheckTag
|