tencentcloud-sdk-dts 3.0.1021 → 3.0.1022

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4534fd725ee3127d4be7faeae019884278483449
4
- data.tar.gz: 26751d8e28440da3d0f075b6131a504b9ef9f4d4
3
+ metadata.gz: d5d6106d9f74e8a077a907e60867f76e426d81de
4
+ data.tar.gz: ab0f3928944a651b11e548fcc8944add6d17399a
5
5
  SHA512:
6
- metadata.gz: 66c6eaeba4064198fc6f716e5c74b9e0c4387e67cc2452b670c8065b553263f06c25daac0301d9c9e34f7a19fbf6c77b87a7113d4e011a13351fa2341ba9119c
7
- data.tar.gz: 6f964cfc54c42e15f44deff554601d3913ed415a3e1b76df4035fde5909314cbb115847915369cda1fa134ebfd92d5d897f8c9c7ce3a9cdec7ac663f372129cb
6
+ metadata.gz: 0503c7951ed70adeca42d667c41d1361865db0e088055a1d3d9033b4f5b44ed5970da856839073b0f101f7c727a8f820aa8aef5a225f89b956d0b16c63fb1afa
7
+ data.tar.gz: a57b5373abeaaa769c3bec4f89aba6419140b4a91892e0eac6e03fade097beb26cccec7fe17b3c23c7404b4e371162aa8f7c4f873e8a126291826d28fd9e7993
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1021
1
+ 3.0.1022
@@ -611,10 +611,8 @@ module TencentCloud
611
611
  # @param Region: 地域
612
612
  # @type Region: String
613
613
  # @param Tags: 订阅实例的标签
614
- # 注意:此字段可能返回 null,表示取不到有效值。
615
614
  # @type Tags: Array
616
615
  # @param AutoRenewFlag: 自动续费标识,0-不自动续费,1-自动续费
617
- # 注意:此字段可能返回 null,表示取不到有效值。
618
616
  # @type AutoRenewFlag: Integer
619
617
  # @param SubscribeVersion: 数据订阅版本。老版订阅填txdts,kafka版填kafka
620
618
  # @type SubscribeVersion: String
@@ -1555,7 +1553,6 @@ module TencentCloud
1555
1553
  # @param Supplier: 当实例为RDS实例时,填写为aliyun, 其他情况均填写others
1556
1554
  # @type Supplier: String
1557
1555
  # @param CcnId: 云联网ID,如:ccn-afp6kltc
1558
- # 注意:此字段可能返回 null,表示取不到有效值。
1559
1556
  # @type CcnId: String
1560
1557
  # @param EngineVersion: 数据库版本,当实例为RDS实例时才有效,格式如:5.6或者5.7,默认为5.6
1561
1558
  # @type EngineVersion: String
@@ -52,25 +52,18 @@ module TencentCloud
52
52
  # 检查步骤
53
53
  class CheckStep < TencentCloud::Common::AbstractModel
54
54
  # @param StepNo: 步骤编号
55
- # 注意:此字段可能返回 null,表示取不到有效值。
56
55
  # @type StepNo: Integer
57
56
  # @param StepId: 步骤Id, 如:ConnectDBCheck、VersionCheck、SrcPrivilegeCheck等,具体校验项和源目标实例相关
58
- # 注意:此字段可能返回 null,表示取不到有效值。
59
57
  # @type StepId: String
60
58
  # @param StepName: 步骤名称
61
- # 注意:此字段可能返回 null,表示取不到有效值。
62
59
  # @type StepName: String
63
60
  # @param StepStatus: 此检查步骤的结果,pass(校验通过)、failed(校验失败)、notStarted(校验还未开始进行)、blocked(检验阻塞)、warning(校验有告警,但仍通过)
64
- # 注意:此字段可能返回 null,表示取不到有效值。
65
61
  # @type StepStatus: String
66
62
  # @param StepMessage: 此检查步骤的错误消息
67
- # 注意:此字段可能返回 null,表示取不到有效值。
68
63
  # @type StepMessage: String
69
64
  # @param DetailCheckItems: 每个检查步骤里的具体检查项
70
- # 注意:此字段可能返回 null,表示取不到有效值。
71
65
  # @type DetailCheckItems: Array
72
66
  # @param HasSkipped: 是否已跳过
73
- # 注意:此字段可能返回 null,表示取不到有效值。
74
67
  # @type HasSkipped: Boolean
75
68
 
76
69
  attr_accessor :StepNo, :StepId, :StepName, :StepStatus, :StepMessage, :DetailCheckItems, :HasSkipped
@@ -153,46 +146,32 @@ module TencentCloud
153
146
  # 一致性校验摘要信息
154
147
  class CompareAbstractInfo < TencentCloud::Common::AbstractModel
155
148
  # @param Options: 校验配置参数
156
- # 注意:此字段可能返回 null,表示取不到有效值。
157
149
  # @type Options: :class:`Tencentcloud::Dts.v20211206.models.CompareOptions`
158
150
  # @param Objects: 一致性校验对比对象
159
- # 注意:此字段可能返回 null,表示取不到有效值。
160
151
  # @type Objects: :class:`Tencentcloud::Dts.v20211206.models.CompareObject`
161
152
  # @param Conclusion: 对比结论: same,different
162
- # 注意:此字段可能返回 null,表示取不到有效值。
163
153
  # @type Conclusion: String
164
154
  # @param Status: 任务状态: success,failed
165
- # 注意:此字段可能返回 null,表示取不到有效值。
166
155
  # @type Status: String
167
156
  # @param TotalTables: 总的表数量
168
- # 注意:此字段可能返回 null,表示取不到有效值。
169
157
  # @type TotalTables: Integer
170
158
  # @param CheckedTables: 已校验的表数量
171
- # 注意:此字段可能返回 null,表示取不到有效值。
172
159
  # @type CheckedTables: Integer
173
160
  # @param DifferentTables: 不一致的表数量
174
- # 注意:此字段可能返回 null,表示取不到有效值。
175
161
  # @type DifferentTables: Integer
176
162
  # @param SkippedTables: 跳过校验的表数量
177
- # 注意:此字段可能返回 null,表示取不到有效值。
178
163
  # @type SkippedTables: Integer
179
164
  # @param NearlyTableCount: 预估表总数
180
- # 注意:此字段可能返回 null,表示取不到有效值。
181
165
  # @type NearlyTableCount: Integer
182
166
  # @param DifferentRows: 不一致的数据行数量
183
- # 注意:此字段可能返回 null,表示取不到有效值。
184
167
  # @type DifferentRows: Integer
185
168
  # @param SrcSampleRows: 源库行数,当对比类型为**行数对比**时此项有意义
186
- # 注意:此字段可能返回 null,表示取不到有效值。
187
169
  # @type SrcSampleRows: Integer
188
170
  # @param DstSampleRows: 目标库行数,当对比类型为**行数对比**时此项有意义
189
- # 注意:此字段可能返回 null,表示取不到有效值。
190
171
  # @type DstSampleRows: Integer
191
172
  # @param StartedAt: 开始时间
192
- # 注意:此字段可能返回 null,表示取不到有效值。
193
173
  # @type StartedAt: String
194
174
  # @param FinishedAt: 结束时间
195
- # 注意:此字段可能返回 null,表示取不到有效值。
196
175
  # @type FinishedAt: String
197
176
 
198
177
  attr_accessor :Options, :Objects, :Conclusion, :Status, :TotalTables, :CheckedTables, :DifferentTables, :SkippedTables, :NearlyTableCount, :DifferentRows, :SrcSampleRows, :DstSampleRows, :StartedAt, :FinishedAt
@@ -257,19 +236,14 @@ module TencentCloud
257
236
  # 一致性校验详细信息
258
237
  class CompareDetailInfo < TencentCloud::Common::AbstractModel
259
238
  # @param Difference: 数据不一致的表详情
260
- # 注意:此字段可能返回 null,表示取不到有效值。
261
239
  # @type Difference: :class:`Tencentcloud::Dts.v20211206.models.DifferenceDetail`
262
240
  # @param Skipped: 跳过校验的表详情
263
- # 注意:此字段可能返回 null,表示取不到有效值。
264
241
  # @type Skipped: :class:`Tencentcloud::Dts.v20211206.models.SkippedDetail`
265
242
  # @param DifferenceAdvancedObjects: 数据库不一致的详情,mongodb业务用到
266
- # 注意:此字段可能返回 null,表示取不到有效值。
267
243
  # @type DifferenceAdvancedObjects: :class:`Tencentcloud::Dts.v20211206.models.DifferenceAdvancedObjectsDetail`
268
244
  # @param DifferenceData: 数据不一致的详情,mongodb业务用到
269
- # 注意:此字段可能返回 null,表示取不到有效值。
270
245
  # @type DifferenceData: :class:`Tencentcloud::Dts.v20211206.models.DifferenceDataDetail`
271
246
  # @param DifferenceRow: 数据行不一致的详情,mongodb业务用到
272
- # 注意:此字段可能返回 null,表示取不到有效值。
273
247
  # @type DifferenceRow: :class:`Tencentcloud::Dts.v20211206.models.DifferenceRowDetail`
274
248
 
275
249
  attr_accessor :Difference, :Skipped, :DifferenceAdvancedObjects, :DifferenceData, :DifferenceRow
@@ -313,6 +287,7 @@ module TencentCloud
313
287
  # @param ObjectItems: 对象列表
314
288
  # @type ObjectItems: Array
315
289
  # @param AdvancedObjects: 高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
290
+ # 注意:此字段可能返回 null,表示取不到有效值。
316
291
  # @type AdvancedObjects: Array
317
292
 
318
293
  attr_accessor :ObjectMode, :ObjectItems, :AdvancedObjects
@@ -470,46 +445,32 @@ module TencentCloud
470
445
  # 一致性校验对象信息
471
446
  class CompareTaskItem < TencentCloud::Common::AbstractModel
472
447
  # @param JobId: 任务id
473
- # 注意:此字段可能返回 null,表示取不到有效值。
474
448
  # @type JobId: String
475
449
  # @param CompareTaskId: 对比任务 Id
476
- # 注意:此字段可能返回 null,表示取不到有效值。
477
450
  # @type CompareTaskId: String
478
451
  # @param TaskName: 对比任务名称
479
- # 注意:此字段可能返回 null,表示取不到有效值。
480
452
  # @type TaskName: String
481
453
  # @param Status: 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止
482
- # 注意:此字段可能返回 null,表示取不到有效值。
483
454
  # @type Status: String
484
455
  # @param Config: 对比任务配置
485
- # 注意:此字段可能返回 null,表示取不到有效值。
486
456
  # @type Config: :class:`Tencentcloud::Dts.v20211206.models.CompareObject`
487
457
  # @param CheckProcess: 对比任务校验详情
488
- # 注意:此字段可能返回 null,表示取不到有效值。
489
458
  # @type CheckProcess: :class:`Tencentcloud::Dts.v20211206.models.ProcessProgress`
490
459
  # @param CompareProcess: 对比任务运行详情
491
- # 注意:此字段可能返回 null,表示取不到有效值。
492
460
  # @type CompareProcess: :class:`Tencentcloud::Dts.v20211206.models.ProcessProgress`
493
461
  # @param Conclusion: 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过
494
- # 注意:此字段可能返回 null,表示取不到有效值。
495
462
  # @type Conclusion: String
496
463
  # @param CreatedAt: 任务创建时间
497
- # 注意:此字段可能返回 null,表示取不到有效值。
498
464
  # @type CreatedAt: String
499
465
  # @param StartedAt: 任务启动时间
500
- # 注意:此字段可能返回 null,表示取不到有效值。
501
466
  # @type StartedAt: String
502
467
  # @param FinishedAt: 对比结束时间
503
- # 注意:此字段可能返回 null,表示取不到有效值。
504
468
  # @type FinishedAt: String
505
469
  # @param Method: 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比)
506
- # 注意:此字段可能返回 null,表示取不到有效值。
507
470
  # @type Method: String
508
471
  # @param Options: 对比配置信息
509
- # 注意:此字段可能返回 null,表示取不到有效值。
510
472
  # @type Options: :class:`Tencentcloud::Dts.v20211206.models.CompareOptions`
511
473
  # @param Message: 一致性校验提示信息
512
- # 注意:此字段可能返回 null,表示取不到有效值。
513
474
  # @type Message: String
514
475
 
515
476
  attr_accessor :JobId, :CompareTaskId, :TaskName, :Status, :Config, :CheckProcess, :CompareProcess, :Conclusion, :CreatedAt, :StartedAt, :FinishedAt, :Method, :Options, :Message
@@ -1002,7 +963,6 @@ module TencentCloud
1002
963
  # CreateCompareTask返回参数结构体
1003
964
  class CreateCompareTaskResponse < TencentCloud::Common::AbstractModel
1004
965
  # @param CompareTaskId: 数据对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
1005
- # 注意:此字段可能返回 null,表示取不到有效值。
1006
966
  # @type CompareTaskId: String
1007
967
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1008
968
  # @type RequestId: String
@@ -2006,10 +1966,8 @@ module TencentCloud
2006
1966
  # DescribeCompareReport返回参数结构体
2007
1967
  class DescribeCompareReportResponse < TencentCloud::Common::AbstractModel
2008
1968
  # @param Abstract: 一致性校验摘要信息
2009
- # 注意:此字段可能返回 null,表示取不到有效值。
2010
1969
  # @type Abstract: :class:`Tencentcloud::Dts.v20211206.models.CompareAbstractInfo`
2011
1970
  # @param Detail: 一致性校验详细信息
2012
- # 注意:此字段可能返回 null,表示取不到有效值。
2013
1971
  # @type Detail: :class:`Tencentcloud::Dts.v20211206.models.CompareDetailInfo`
2014
1972
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2015
1973
  # @type RequestId: String
@@ -2070,10 +2028,8 @@ module TencentCloud
2070
2028
  # DescribeCompareTasks返回参数结构体
2071
2029
  class DescribeCompareTasksResponse < TencentCloud::Common::AbstractModel
2072
2030
  # @param TotalCount: 数量
2073
- # 注意:此字段可能返回 null,表示取不到有效值。
2074
2031
  # @type TotalCount: Integer
2075
2032
  # @param Items: 一致性校验列表
2076
- # 注意:此字段可能返回 null,表示取不到有效值。
2077
2033
  # @type Items: Array
2078
2034
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2079
2035
  # @type RequestId: String
@@ -2257,13 +2213,10 @@ module TencentCloud
2257
2213
  # DescribeMigrationCheckJob返回参数结构体
2258
2214
  class DescribeMigrationCheckJobResponse < TencentCloud::Common::AbstractModel
2259
2215
  # @param Status: 校验任务执行状态,如:notStarted(未开始)、running(校验中)、failed(校验任务失败)、success(任务成功)
2260
- # 注意:此字段可能返回 null,表示取不到有效值。
2261
2216
  # @type Status: String
2262
2217
  # @param BriefMsg: 校验任务结果输出简要信息
2263
- # 注意:此字段可能返回 null,表示取不到有效值。
2264
2218
  # @type BriefMsg: String
2265
2219
  # @param StepInfo: 检查步骤
2266
- # 注意:此字段可能返回 null,表示取不到有效值。
2267
2220
  # @type StepInfo: Array
2268
2221
  # @param CheckFlag: 校验结果,如:checkPass(校验通过)、checkNotPass(校验未通过)
2269
2222
  # @type CheckFlag: String
@@ -2545,10 +2498,8 @@ module TencentCloud
2545
2498
  # DescribeMigrationJobs返回参数结构体
2546
2499
  class DescribeMigrationJobsResponse < TencentCloud::Common::AbstractModel
2547
2500
  # @param TotalCount: 迁移任务数量
2548
- # 注意:此字段可能返回 null,表示取不到有效值。
2549
2501
  # @type TotalCount: Integer
2550
2502
  # @param JobList: 迁移任务列表
2551
- # 注意:此字段可能返回 null,表示取不到有效值。
2552
2503
  # @type JobList: Array
2553
2504
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2554
2505
  # @type RequestId: String
@@ -3288,28 +3239,20 @@ module TencentCloud
3288
3239
  # 每个检查步骤里的具体检查项
3289
3240
  class DetailCheckItem < TencentCloud::Common::AbstractModel
3290
3241
  # @param CheckItemName: 检查项的名称,如:源实例权限检查
3291
- # 注意:此字段可能返回 null,表示取不到有效值。
3292
3242
  # @type CheckItemName: String
3293
3243
  # @param Description: 检查项详细内容
3294
- # 注意:此字段可能返回 null,表示取不到有效值。
3295
3244
  # @type Description: String
3296
3245
  # @param CheckResult: pass(通过),failed(失败), warning(校验有警告,但仍通过)
3297
- # 注意:此字段可能返回 null,表示取不到有效值。
3298
3246
  # @type CheckResult: String
3299
3247
  # @param FailureReason: 检查项失败原因
3300
- # 注意:此字段可能返回 null,表示取不到有效值。
3301
3248
  # @type FailureReason: String
3302
3249
  # @param Solution: 解决方案
3303
- # 注意:此字段可能返回 null,表示取不到有效值。
3304
3250
  # @type Solution: String
3305
3251
  # @param ErrorLog: 运行报错日志
3306
- # 注意:此字段可能返回 null,表示取不到有效值。
3307
3252
  # @type ErrorLog: Array
3308
3253
  # @param HelpDoc: 详细帮助的文档链接
3309
- # 注意:此字段可能返回 null,表示取不到有效值。
3310
3254
  # @type HelpDoc: Array
3311
3255
  # @param SkipInfo: 跳过风险文案
3312
- # 注意:此字段可能返回 null,表示取不到有效值。
3313
3256
  # @type SkipInfo: String
3314
3257
 
3315
3258
  attr_accessor :CheckItemName, :Description, :CheckResult, :FailureReason, :Solution, :ErrorLog, :HelpDoc, :SkipInfo
@@ -3368,25 +3311,18 @@ module TencentCloud
3368
3311
  # 数据不一致详情
3369
3312
  class DifferenceData < TencentCloud::Common::AbstractModel
3370
3313
  # @param Db: 数据库名
3371
- # 注意:此字段可能返回 null,表示取不到有效值。
3372
3314
  # @type Db: String
3373
3315
  # @param Table: 集合
3374
- # 注意:此字段可能返回 null,表示取不到有效值。
3375
3316
  # @type Table: String
3376
3317
  # @param SrcChunk: 源端ID
3377
- # 注意:此字段可能返回 null,表示取不到有效值。
3378
3318
  # @type SrcChunk: String
3379
3319
  # @param DstChunk: 目标端ID
3380
- # 注意:此字段可能返回 null,表示取不到有效值。
3381
3320
  # @type DstChunk: String
3382
3321
  # @param SrcItem: 源端值
3383
- # 注意:此字段可能返回 null,表示取不到有效值。
3384
3322
  # @type SrcItem: String
3385
3323
  # @param DstItem: 目标端值
3386
- # 注意:此字段可能返回 null,表示取不到有效值。
3387
3324
  # @type DstItem: String
3388
3325
  # @param UpdatedAt: 更新时间
3389
- # 注意:此字段可能返回 null,表示取不到有效值。
3390
3326
  # @type UpdatedAt: String
3391
3327
 
3392
3328
  attr_accessor :Db, :Table, :SrcChunk, :DstChunk, :SrcItem, :DstItem, :UpdatedAt
@@ -3415,7 +3351,6 @@ module TencentCloud
3415
3351
  # mongodb数据不一致性详情
3416
3352
  class DifferenceDataDetail < TencentCloud::Common::AbstractModel
3417
3353
  # @param TotalCount: 总数
3418
- # 注意:此字段可能返回 null,表示取不到有效值。
3419
3354
  # @type TotalCount: Integer
3420
3355
  # @param Items: mongo数据不一致详细列表
3421
3356
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3444,7 +3379,6 @@ module TencentCloud
3444
3379
  # 数据不一致的表详情
3445
3380
  class DifferenceDetail < TencentCloud::Common::AbstractModel
3446
3381
  # @param TotalCount: 数据不一致的表数量
3447
- # 注意:此字段可能返回 null,表示取不到有效值。
3448
3382
  # @type TotalCount: Integer
3449
3383
  # @param Items: 校验不一致的表详情
3450
3384
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3473,34 +3407,24 @@ module TencentCloud
3473
3407
  # 校验不一致的表详情
3474
3408
  class DifferenceItem < TencentCloud::Common::AbstractModel
3475
3409
  # @param Db: 数据库名
3476
- # 注意:此字段可能返回 null,表示取不到有效值。
3477
3410
  # @type Db: String
3478
3411
  # @param Table: 表名
3479
- # 注意:此字段可能返回 null,表示取不到有效值。
3480
3412
  # @type Table: String
3481
3413
  # @param Chunk: 分块号
3482
- # 注意:此字段可能返回 null,表示取不到有效值。
3483
3414
  # @type Chunk: Integer
3484
3415
  # @param SrcItem: 源库数值
3485
- # 注意:此字段可能返回 null,表示取不到有效值。
3486
3416
  # @type SrcItem: String
3487
3417
  # @param DstItem: 目标库数值
3488
- # 注意:此字段可能返回 null,表示取不到有效值。
3489
3418
  # @type DstItem: String
3490
3419
  # @param IndexName: 索引名称
3491
- # 注意:此字段可能返回 null,表示取不到有效值。
3492
3420
  # @type IndexName: String
3493
3421
  # @param LowerBoundary: 索引下边界
3494
- # 注意:此字段可能返回 null,表示取不到有效值。
3495
3422
  # @type LowerBoundary: String
3496
3423
  # @param UpperBoundary: 索引上边界
3497
- # 注意:此字段可能返回 null,表示取不到有效值。
3498
3424
  # @type UpperBoundary: String
3499
3425
  # @param CostTime: 对比消耗时间,单位为 ms
3500
- # 注意:此字段可能返回 null,表示取不到有效值。
3501
3426
  # @type CostTime: Float
3502
3427
  # @param FinishedAt: 完成时间
3503
- # 注意:此字段可能返回 null,表示取不到有效值。
3504
3428
  # @type FinishedAt: String
3505
3429
 
3506
3430
  attr_accessor :Db, :Table, :Chunk, :SrcItem, :DstItem, :IndexName, :LowerBoundary, :UpperBoundary, :CostTime, :FinishedAt
@@ -3535,7 +3459,6 @@ module TencentCloud
3535
3459
  # mongodb行数校验不一致性详情结果
3536
3460
  class DifferenceRowDetail < TencentCloud::Common::AbstractModel
3537
3461
  # @param TotalCount: 不一致总数
3538
- # 注意:此字段可能返回 null,表示取不到有效值。
3539
3462
  # @type TotalCount: Integer
3540
3463
  # @param Items: 不一致列表
3541
3464
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4075,63 +3998,44 @@ module TencentCloud
4075
3998
  # 迁移任务列表
4076
3999
  class JobItem < TencentCloud::Common::AbstractModel
4077
4000
  # @param JobId: 数据迁移任务ID
4078
- # 注意:此字段可能返回 null,表示取不到有效值。
4079
4001
  # @type JobId: String
4080
4002
  # @param JobName: 数据迁移任务名称
4081
- # 注意:此字段可能返回 null,表示取不到有效值。
4082
4003
  # @type JobName: String
4083
4004
  # @param CreateTime: 任务创建(提交)时间,格式为 yyyy-mm-dd hh:mm:ss
4084
- # 注意:此字段可能返回 null,表示取不到有效值。
4085
4005
  # @type CreateTime: String
4086
4006
  # @param UpdateTime: 任务更新时间,格式为 yyyy-mm-dd hh:mm:ss
4087
- # 注意:此字段可能返回 null,表示取不到有效值。
4088
4007
  # @type UpdateTime: String
4089
4008
  # @param StartTime: 任务开始执行时间,格式为 yyyy-mm-dd hh:mm:ss
4090
- # 注意:此字段可能返回 null,表示取不到有效值。
4091
4009
  # @type StartTime: String
4092
4010
  # @param EndTime: 任务执行结束时间,格式为 yyyy-mm-dd hh:mm:ss
4093
- # 注意:此字段可能返回 null,表示取不到有效值。
4094
4011
  # @type EndTime: String
4095
4012
  # @param BriefMsg: 迁移任务错误信息
4096
- # 注意:此字段可能返回 null,表示取不到有效值。
4097
4013
  # @type BriefMsg: String
4098
4014
  # @param Status: 任务状态,取值为:creating(创建中)、created(创建完成)、checking(校验中)、checkPass(校验通过)、checkNotPass(校验不通过)、readyRun(准备运行)、running(任务运行)、readyComplete(准备完成)、success(任务成功)、failed(任务失败)、stopping(中止中)、completing(完成中)、
4099
4015
  # pausing(暂停中)、
4100
4016
  # manualPaused(已暂停)
4101
- # 注意:此字段可能返回 null,表示取不到有效值。
4102
4017
  # @type Status: String
4103
4018
  # @param RunMode: 任务运行模式,值包括:immediate(立即运行),timed(定时运行)
4104
- # 注意:此字段可能返回 null,表示取不到有效值。
4105
4019
  # @type RunMode: String
4106
4020
  # @param ExpectRunTime: 期待启动时间,当RunMode取值为timed时,此值必填,形如:2022-07-11 16:20:49
4107
- # 注意:此字段可能返回 null,表示取不到有效值。
4108
4021
  # @type ExpectRunTime: String
4109
4022
  # @param Action: 任务操作信息
4110
- # 注意:此字段可能返回 null,表示取不到有效值。
4111
4023
  # @type Action: :class:`Tencentcloud::Dts.v20211206.models.MigrateAction`
4112
4024
  # @param StepInfo: 迁移执行过程信息
4113
- # 注意:此字段可能返回 null,表示取不到有效值。
4114
4025
  # @type StepInfo: :class:`Tencentcloud::Dts.v20211206.models.MigrateDetailInfo`
4115
4026
  # @param SrcInfo: 源实例信息
4116
- # 注意:此字段可能返回 null,表示取不到有效值。
4117
4027
  # @type SrcInfo: :class:`Tencentcloud::Dts.v20211206.models.DBEndpointInfo`
4118
4028
  # @param DstInfo: 目标端信息
4119
- # 注意:此字段可能返回 null,表示取不到有效值。
4120
4029
  # @type DstInfo: :class:`Tencentcloud::Dts.v20211206.models.DBEndpointInfo`
4121
4030
  # @param CompareTask: 数据一致性校验结果
4122
- # 注意:此字段可能返回 null,表示取不到有效值。
4123
4031
  # @type CompareTask: :class:`Tencentcloud::Dts.v20211206.models.CompareTaskInfo`
4124
4032
  # @param TradeInfo: 计费状态信息
4125
- # 注意:此字段可能返回 null,表示取不到有效值。
4126
4033
  # @type TradeInfo: :class:`Tencentcloud::Dts.v20211206.models.TradeInfo`
4127
4034
  # @param Tags: 标签信息
4128
- # 注意:此字段可能返回 null,表示取不到有效值。
4129
4035
  # @type Tags: Array
4130
4036
  # @param AutoRetryTimeRangeMinutes: 自动重试时间段信息
4131
- # 注意:此字段可能返回 null,表示取不到有效值。
4132
4037
  # @type AutoRetryTimeRangeMinutes: Integer
4133
4038
  # @param DumperResumeCtrl: 全量导出可重入标识:enum::"yes"/"no"。yes表示当前任务可重入、no表示当前任务处于全量导出且不可重入阶段;如果在该值为no时重启任务导出流程不支持断点续传
4134
- # 注意:此字段可能返回 null,表示取不到有效值。
4135
4039
  # @type DumperResumeCtrl: String
4136
4040
 
4137
4041
  attr_accessor :JobId, :JobName, :CreateTime, :UpdateTime, :StartTime, :EndTime, :BriefMsg, :Status, :RunMode, :ExpectRunTime, :Action, :StepInfo, :SrcInfo, :DstInfo, :CompareTask, :TradeInfo, :Tags, :AutoRetryTimeRangeMinutes, :DumperResumeCtrl
@@ -5843,16 +5747,12 @@ module TencentCloud
5843
5747
  # mongodb行校验不一致详细信息
5844
5748
  class RowsCountDifference < TencentCloud::Common::AbstractModel
5845
5749
  # @param Db: 数据库名
5846
- # 注意:此字段可能返回 null,表示取不到有效值。
5847
5750
  # @type Db: String
5848
5751
  # @param Table: 集合
5849
- # 注意:此字段可能返回 null,表示取不到有效值。
5850
5752
  # @type Table: String
5851
5753
  # @param SrcCount: 源端行数
5852
- # 注意:此字段可能返回 null,表示取不到有效值。
5853
5754
  # @type SrcCount: Integer
5854
5755
  # @param DstCount: 目标端行数
5855
- # 注意:此字段可能返回 null,表示取不到有效值。
5856
5756
  # @type DstCount: Integer
5857
5757
 
5858
5758
  attr_accessor :Db, :Table, :SrcCount, :DstCount
@@ -5955,7 +5855,6 @@ module TencentCloud
5955
5855
  # 跳过校验的表详情
5956
5856
  class SkippedDetail < TencentCloud::Common::AbstractModel
5957
5857
  # @param TotalCount: 跳过的表数量
5958
- # 注意:此字段可能返回 null,表示取不到有效值。
5959
5858
  # @type TotalCount: Integer
5960
5859
  # @param Items: 跳过校验的表详情
5961
5860
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5984,13 +5883,10 @@ module TencentCloud
5984
5883
  # 跳过校验的表详情
5985
5884
  class SkippedItem < TencentCloud::Common::AbstractModel
5986
5885
  # @param Db: 数据库名
5987
- # 注意:此字段可能返回 null,表示取不到有效值。
5988
5886
  # @type Db: String
5989
5887
  # @param Table: 表名
5990
- # 注意:此字段可能返回 null,表示取不到有效值。
5991
5888
  # @type Table: String
5992
5889
  # @param Reason: 未发起检查的原因
5993
- # 注意:此字段可能返回 null,表示取不到有效值。
5994
5890
  # @type Reason: String
5995
5891
 
5996
5892
  attr_accessor :Db, :Table, :Reason
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1021
4
+ version: 3.0.1022
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-17 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common