tencentcloud-sdk-python-dts 3.1.112__tar.gz → 3.1.114__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20211206/models.py +100 -70
  5. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_dts-3.1.114/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_dts-3.1.112/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/README.rst +0 -0
  9. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/__init__.py +0 -0
  11. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20180330/__init__.py +0 -0
  12. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20180330/dts_client.py +0 -0
  13. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20180330/dts_client_async.py +0 -0
  14. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20180330/models.py +0 -0
  16. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20211206/__init__.py +0 -0
  17. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20211206/dts_client.py +0 -0
  18. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20211206/dts_client_async.py +0 -0
  19. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
  20. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_dts-3.1.112 → tencentcloud_sdk_python_dts-3.1.114}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dts
3
- Version: 3.1.112
3
+ Version: 3.1.114
4
4
  Summary: Tencent Cloud Dts SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.112
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.114
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dts',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.112,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.114,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dts SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.112'
17
+ __version__ = '3.1.114'
@@ -13246,15 +13246,15 @@ class MigrateDetailInfo(AbstractModel):
13246
13246
 
13247
13247
  def __init__(self):
13248
13248
  r"""
13249
- :param _StepAll: 总步骤数
13249
+ :param _StepAll: <p>总步骤数</p>
13250
13250
  :type StepAll: int
13251
- :param _StepNow: 当前步骤
13251
+ :param _StepNow: <p>当前步骤</p>
13252
13252
  :type StepNow: int
13253
- :param _MasterSlaveDistance: 主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
13253
+ :param _MasterSlaveDistance: <p>主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1</p>
13254
13254
  :type MasterSlaveDistance: int
13255
- :param _SecondsBehindMaster: 主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
13255
+ :param _SecondsBehindMaster: <p>主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1</p>
13256
13256
  :type SecondsBehindMaster: int
13257
- :param _StepInfo: 步骤信息
13257
+ :param _StepInfo: <p>步骤信息</p>
13258
13258
  :type StepInfo: list of StepDetailInfo
13259
13259
  """
13260
13260
  self._StepAll = None
@@ -13265,7 +13265,7 @@ class MigrateDetailInfo(AbstractModel):
13265
13265
 
13266
13266
  @property
13267
13267
  def StepAll(self):
13268
- r"""总步骤数
13268
+ r"""<p>总步骤数</p>
13269
13269
  :rtype: int
13270
13270
  """
13271
13271
  return self._StepAll
@@ -13276,7 +13276,7 @@ class MigrateDetailInfo(AbstractModel):
13276
13276
 
13277
13277
  @property
13278
13278
  def StepNow(self):
13279
- r"""当前步骤
13279
+ r"""<p>当前步骤</p>
13280
13280
  :rtype: int
13281
13281
  """
13282
13282
  return self._StepNow
@@ -13287,7 +13287,7 @@ class MigrateDetailInfo(AbstractModel):
13287
13287
 
13288
13288
  @property
13289
13289
  def MasterSlaveDistance(self):
13290
- r"""主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
13290
+ r"""<p>主从差距,MB;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1</p>
13291
13291
  :rtype: int
13292
13292
  """
13293
13293
  return self._MasterSlaveDistance
@@ -13298,7 +13298,7 @@ class MigrateDetailInfo(AbstractModel):
13298
13298
 
13299
13299
  @property
13300
13300
  def SecondsBehindMaster(self):
13301
- r"""主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1
13301
+ r"""<p>主从差距,秒;只在任务正常,迁移或者同步的最后一步(追Binlog的阶段才有校),如果是非法值,返回-1</p>
13302
13302
  :rtype: int
13303
13303
  """
13304
13304
  return self._SecondsBehindMaster
@@ -13309,7 +13309,7 @@ class MigrateDetailInfo(AbstractModel):
13309
13309
 
13310
13310
  @property
13311
13311
  def StepInfo(self):
13312
- r"""步骤信息
13312
+ r"""<p>步骤信息</p>
13313
13313
  :rtype: list of StepDetailInfo
13314
13314
  """
13315
13315
  return self._StepInfo
@@ -16383,11 +16383,11 @@ class ProcessStepTip(AbstractModel):
16383
16383
 
16384
16384
  def __init__(self):
16385
16385
  r"""
16386
- :param _Message: 提示信息
16386
+ :param _Message: <p>提示信息</p>
16387
16387
  :type Message: str
16388
- :param _Solution: 解决方案
16388
+ :param _Solution: <p>解决方案</p>
16389
16389
  :type Solution: str
16390
- :param _HelpDoc: 文档提示
16390
+ :param _HelpDoc: <p>文档提示</p>
16391
16391
  :type HelpDoc: str
16392
16392
  """
16393
16393
  self._Message = None
@@ -16396,7 +16396,7 @@ class ProcessStepTip(AbstractModel):
16396
16396
 
16397
16397
  @property
16398
16398
  def Message(self):
16399
- r"""提示信息
16399
+ r"""<p>提示信息</p>
16400
16400
  :rtype: str
16401
16401
  """
16402
16402
  return self._Message
@@ -16407,7 +16407,7 @@ class ProcessStepTip(AbstractModel):
16407
16407
 
16408
16408
  @property
16409
16409
  def Solution(self):
16410
- r"""解决方案
16410
+ r"""<p>解决方案</p>
16411
16411
  :rtype: str
16412
16412
  """
16413
16413
  return self._Solution
@@ -16418,7 +16418,7 @@ class ProcessStepTip(AbstractModel):
16418
16418
 
16419
16419
  @property
16420
16420
  def HelpDoc(self):
16421
- r"""文档提示
16421
+ r"""<p>文档提示</p>
16422
16422
  :rtype: str
16423
16423
  """
16424
16424
  return self._HelpDoc
@@ -18307,23 +18307,25 @@ class StepDetailInfo(AbstractModel):
18307
18307
 
18308
18308
  def __init__(self):
18309
18309
  r"""
18310
- :param _StepNo: 步骤序列
18310
+ :param _StepNo: <p>步骤序列</p>
18311
18311
  :type StepNo: int
18312
- :param _StepName: 步骤展现名称
18312
+ :param _StepName: <p>步骤展现名称</p>
18313
18313
  :type StepName: str
18314
- :param _StepId: 步骤英文标识
18314
+ :param _StepId: <p>步骤英文标识</p>
18315
18315
  :type StepId: str
18316
- :param _Status: 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted
18316
+ :param _Status: <p>步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted</p>
18317
18317
  :type Status: str
18318
- :param _StartTime: 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。
18318
+ :param _StartTime: <p>当前步骤开始的时间,格式为&quot;yyyy-mm-dd hh:mm:ss&quot;,该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。</p>
18319
18319
  :type StartTime: str
18320
- :param _StepMessage: 步骤错误信息
18320
+ :param _FinishTime: <p>完成时间</p>
18321
+ :type FinishTime: str
18322
+ :param _StepMessage: <p>步骤错误信息</p>
18321
18323
  :type StepMessage: str
18322
- :param _Percent: 执行进度
18324
+ :param _Percent: <p>执行进度</p>
18323
18325
  :type Percent: int
18324
- :param _Errors: 错误信息
18326
+ :param _Errors: <p>错误信息</p>
18325
18327
  :type Errors: list of ProcessStepTip
18326
- :param _Warnings: 告警提示
18328
+ :param _Warnings: <p>告警提示</p>
18327
18329
  :type Warnings: list of ProcessStepTip
18328
18330
  """
18329
18331
  self._StepNo = None
@@ -18331,6 +18333,7 @@ class StepDetailInfo(AbstractModel):
18331
18333
  self._StepId = None
18332
18334
  self._Status = None
18333
18335
  self._StartTime = None
18336
+ self._FinishTime = None
18334
18337
  self._StepMessage = None
18335
18338
  self._Percent = None
18336
18339
  self._Errors = None
@@ -18338,7 +18341,7 @@ class StepDetailInfo(AbstractModel):
18338
18341
 
18339
18342
  @property
18340
18343
  def StepNo(self):
18341
- r"""步骤序列
18344
+ r"""<p>步骤序列</p>
18342
18345
  :rtype: int
18343
18346
  """
18344
18347
  return self._StepNo
@@ -18349,7 +18352,7 @@ class StepDetailInfo(AbstractModel):
18349
18352
 
18350
18353
  @property
18351
18354
  def StepName(self):
18352
- r"""步骤展现名称
18355
+ r"""<p>步骤展现名称</p>
18353
18356
  :rtype: str
18354
18357
  """
18355
18358
  return self._StepName
@@ -18360,7 +18363,7 @@ class StepDetailInfo(AbstractModel):
18360
18363
 
18361
18364
  @property
18362
18365
  def StepId(self):
18363
- r"""步骤英文标识
18366
+ r"""<p>步骤英文标识</p>
18364
18367
  :rtype: str
18365
18368
  """
18366
18369
  return self._StepId
@@ -18371,7 +18374,7 @@ class StepDetailInfo(AbstractModel):
18371
18374
 
18372
18375
  @property
18373
18376
  def Status(self):
18374
- r"""步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted
18377
+ r"""<p>步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted</p>
18375
18378
  :rtype: str
18376
18379
  """
18377
18380
  return self._Status
@@ -18382,7 +18385,7 @@ class StepDetailInfo(AbstractModel):
18382
18385
 
18383
18386
  @property
18384
18387
  def StartTime(self):
18385
- r"""当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。
18388
+ r"""<p>当前步骤开始的时间,格式为&quot;yyyy-mm-dd hh:mm:ss&quot;,该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。</p>
18386
18389
  :rtype: str
18387
18390
  """
18388
18391
  return self._StartTime
@@ -18391,9 +18394,20 @@ class StepDetailInfo(AbstractModel):
18391
18394
  def StartTime(self, StartTime):
18392
18395
  self._StartTime = StartTime
18393
18396
 
18397
+ @property
18398
+ def FinishTime(self):
18399
+ r"""<p>完成时间</p>
18400
+ :rtype: str
18401
+ """
18402
+ return self._FinishTime
18403
+
18404
+ @FinishTime.setter
18405
+ def FinishTime(self, FinishTime):
18406
+ self._FinishTime = FinishTime
18407
+
18394
18408
  @property
18395
18409
  def StepMessage(self):
18396
- r"""步骤错误信息
18410
+ r"""<p>步骤错误信息</p>
18397
18411
  :rtype: str
18398
18412
  """
18399
18413
  return self._StepMessage
@@ -18404,7 +18418,7 @@ class StepDetailInfo(AbstractModel):
18404
18418
 
18405
18419
  @property
18406
18420
  def Percent(self):
18407
- r"""执行进度
18421
+ r"""<p>执行进度</p>
18408
18422
  :rtype: int
18409
18423
  """
18410
18424
  return self._Percent
@@ -18415,7 +18429,7 @@ class StepDetailInfo(AbstractModel):
18415
18429
 
18416
18430
  @property
18417
18431
  def Errors(self):
18418
- r"""错误信息
18432
+ r"""<p>错误信息</p>
18419
18433
  :rtype: list of ProcessStepTip
18420
18434
  """
18421
18435
  return self._Errors
@@ -18426,7 +18440,7 @@ class StepDetailInfo(AbstractModel):
18426
18440
 
18427
18441
  @property
18428
18442
  def Warnings(self):
18429
- r"""告警提示
18443
+ r"""<p>告警提示</p>
18430
18444
  :rtype: list of ProcessStepTip
18431
18445
  """
18432
18446
  return self._Warnings
@@ -18442,6 +18456,7 @@ class StepDetailInfo(AbstractModel):
18442
18456
  self._StepId = params.get("StepId")
18443
18457
  self._Status = params.get("Status")
18444
18458
  self._StartTime = params.get("StartTime")
18459
+ self._FinishTime = params.get("FinishTime")
18445
18460
  self._StepMessage = params.get("StepMessage")
18446
18461
  self._Percent = params.get("Percent")
18447
18462
  if params.get("Errors") is not None:
@@ -18473,23 +18488,25 @@ class StepInfo(AbstractModel):
18473
18488
 
18474
18489
  def __init__(self):
18475
18490
  r"""
18476
- :param _StepNo: 步骤编号
18491
+ :param _StepNo: <p>步骤编号</p>
18477
18492
  :type StepNo: int
18478
- :param _StepName: 步骤名
18493
+ :param _StepName: <p>步骤名</p>
18479
18494
  :type StepName: str
18480
- :param _StepId: 步骤标号
18495
+ :param _StepId: <p>步骤标号</p>
18481
18496
  :type StepId: str
18482
- :param _Status: 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)
18497
+ :param _Status: <p>当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)</p>
18483
18498
  :type Status: str
18484
- :param _StartTime: 步骤开始时间,可能为空
18499
+ :param _StartTime: <p>步骤开始时间,可能为空</p>
18485
18500
  :type StartTime: str
18486
- :param _Errors: 错误信息
18501
+ :param _FinishTime: <p>完成时间</p>
18502
+ :type FinishTime: str
18503
+ :param _Errors: <p>错误信息</p>
18487
18504
  注意:此字段可能返回 null,表示取不到有效值。
18488
18505
  :type Errors: list of StepTip
18489
- :param _Warnings: 警告信息
18506
+ :param _Warnings: <p>警告信息</p>
18490
18507
  注意:此字段可能返回 null,表示取不到有效值。
18491
18508
  :type Warnings: list of StepTip
18492
- :param _Progress: 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
18509
+ :param _Progress: <p>当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度</p>
18493
18510
  :type Progress: int
18494
18511
  """
18495
18512
  self._StepNo = None
@@ -18497,13 +18514,14 @@ class StepInfo(AbstractModel):
18497
18514
  self._StepId = None
18498
18515
  self._Status = None
18499
18516
  self._StartTime = None
18517
+ self._FinishTime = None
18500
18518
  self._Errors = None
18501
18519
  self._Warnings = None
18502
18520
  self._Progress = None
18503
18521
 
18504
18522
  @property
18505
18523
  def StepNo(self):
18506
- r"""步骤编号
18524
+ r"""<p>步骤编号</p>
18507
18525
  :rtype: int
18508
18526
  """
18509
18527
  return self._StepNo
@@ -18514,7 +18532,7 @@ class StepInfo(AbstractModel):
18514
18532
 
18515
18533
  @property
18516
18534
  def StepName(self):
18517
- r"""步骤名
18535
+ r"""<p>步骤名</p>
18518
18536
  :rtype: str
18519
18537
  """
18520
18538
  return self._StepName
@@ -18525,7 +18543,7 @@ class StepInfo(AbstractModel):
18525
18543
 
18526
18544
  @property
18527
18545
  def StepId(self):
18528
- r"""步骤标号
18546
+ r"""<p>步骤标号</p>
18529
18547
  :rtype: str
18530
18548
  """
18531
18549
  return self._StepId
@@ -18536,7 +18554,7 @@ class StepInfo(AbstractModel):
18536
18554
 
18537
18555
  @property
18538
18556
  def Status(self):
18539
- r"""当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)
18557
+ r"""<p>当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)</p>
18540
18558
  :rtype: str
18541
18559
  """
18542
18560
  return self._Status
@@ -18547,7 +18565,7 @@ class StepInfo(AbstractModel):
18547
18565
 
18548
18566
  @property
18549
18567
  def StartTime(self):
18550
- r"""步骤开始时间,可能为空
18568
+ r"""<p>步骤开始时间,可能为空</p>
18551
18569
  :rtype: str
18552
18570
  """
18553
18571
  return self._StartTime
@@ -18556,9 +18574,20 @@ class StepInfo(AbstractModel):
18556
18574
  def StartTime(self, StartTime):
18557
18575
  self._StartTime = StartTime
18558
18576
 
18577
+ @property
18578
+ def FinishTime(self):
18579
+ r"""<p>完成时间</p>
18580
+ :rtype: str
18581
+ """
18582
+ return self._FinishTime
18583
+
18584
+ @FinishTime.setter
18585
+ def FinishTime(self, FinishTime):
18586
+ self._FinishTime = FinishTime
18587
+
18559
18588
  @property
18560
18589
  def Errors(self):
18561
- r"""错误信息
18590
+ r"""<p>错误信息</p>
18562
18591
  注意:此字段可能返回 null,表示取不到有效值。
18563
18592
  :rtype: list of StepTip
18564
18593
  """
@@ -18570,7 +18599,7 @@ class StepInfo(AbstractModel):
18570
18599
 
18571
18600
  @property
18572
18601
  def Warnings(self):
18573
- r"""警告信息
18602
+ r"""<p>警告信息</p>
18574
18603
  注意:此字段可能返回 null,表示取不到有效值。
18575
18604
  :rtype: list of StepTip
18576
18605
  """
@@ -18582,7 +18611,7 @@ class StepInfo(AbstractModel):
18582
18611
 
18583
18612
  @property
18584
18613
  def Progress(self):
18585
- r"""当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
18614
+ r"""<p>当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度</p>
18586
18615
  :rtype: int
18587
18616
  """
18588
18617
  return self._Progress
@@ -18598,6 +18627,7 @@ class StepInfo(AbstractModel):
18598
18627
  self._StepId = params.get("StepId")
18599
18628
  self._Status = params.get("Status")
18600
18629
  self._StartTime = params.get("StartTime")
18630
+ self._FinishTime = params.get("FinishTime")
18601
18631
  if params.get("Errors") is not None:
18602
18632
  self._Errors = []
18603
18633
  for item in params.get("Errors"):
@@ -19902,26 +19932,26 @@ class SyncDetailInfo(AbstractModel):
19902
19932
 
19903
19933
  def __init__(self):
19904
19934
  r"""
19905
- :param _StepAll: 总步骤数
19935
+ :param _StepAll: <p>总步骤数</p>
19906
19936
  :type StepAll: int
19907
- :param _StepNow: 当前步骤
19937
+ :param _StepNow: <p>当前步骤</p>
19908
19938
  :type StepNow: int
19909
- :param _Progress: 总体进度
19939
+ :param _Progress: <p>总体进度</p>
19910
19940
  :type Progress: int
19911
- :param _CurrentStepProgress: 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
19941
+ :param _CurrentStepProgress: <p>当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度</p>
19912
19942
  :type CurrentStepProgress: int
19913
- :param _MasterSlaveDistance: 同步两端数据量差距
19943
+ :param _MasterSlaveDistance: <p>同步两端数据量差距</p>
19914
19944
  :type MasterSlaveDistance: int
19915
- :param _SecondsBehindMaster: 同步两端时间差距
19945
+ :param _SecondsBehindMaster: <p>同步两端时间差距</p>
19916
19946
  :type SecondsBehindMaster: int
19917
- :param _Message: 总体描述信息
19947
+ :param _Message: <p>总体描述信息</p>
19918
19948
  :type Message: str
19919
- :param _StepInfos: 详细步骤信息
19949
+ :param _StepInfos: <p>详细步骤信息</p>
19920
19950
  注意:此字段可能返回 null,表示取不到有效值。
19921
19951
  :type StepInfos: list of StepInfo
19922
- :param _CauseOfCompareDisable: 不能发起内置校验的原因
19952
+ :param _CauseOfCompareDisable: <p>不能发起内置校验的原因</p>
19923
19953
  :type CauseOfCompareDisable: str
19924
- :param _ErrInfo: 任务的错误和解决方案信息
19954
+ :param _ErrInfo: <p>任务的错误和解决方案信息</p>
19925
19955
  :type ErrInfo: :class:`tencentcloud.dts.v20211206.models.ErrInfo`
19926
19956
  """
19927
19957
  self._StepAll = None
@@ -19937,7 +19967,7 @@ class SyncDetailInfo(AbstractModel):
19937
19967
 
19938
19968
  @property
19939
19969
  def StepAll(self):
19940
- r"""总步骤数
19970
+ r"""<p>总步骤数</p>
19941
19971
  :rtype: int
19942
19972
  """
19943
19973
  return self._StepAll
@@ -19948,7 +19978,7 @@ class SyncDetailInfo(AbstractModel):
19948
19978
 
19949
19979
  @property
19950
19980
  def StepNow(self):
19951
- r"""当前步骤
19981
+ r"""<p>当前步骤</p>
19952
19982
  :rtype: int
19953
19983
  """
19954
19984
  return self._StepNow
@@ -19959,7 +19989,7 @@ class SyncDetailInfo(AbstractModel):
19959
19989
 
19960
19990
  @property
19961
19991
  def Progress(self):
19962
- r"""总体进度
19992
+ r"""<p>总体进度</p>
19963
19993
  :rtype: int
19964
19994
  """
19965
19995
  return self._Progress
@@ -19970,7 +20000,7 @@ class SyncDetailInfo(AbstractModel):
19970
20000
 
19971
20001
  @property
19972
20002
  def CurrentStepProgress(self):
19973
- r"""当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度
20003
+ r"""<p>当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度</p>
19974
20004
  :rtype: int
19975
20005
  """
19976
20006
  return self._CurrentStepProgress
@@ -19981,7 +20011,7 @@ class SyncDetailInfo(AbstractModel):
19981
20011
 
19982
20012
  @property
19983
20013
  def MasterSlaveDistance(self):
19984
- r"""同步两端数据量差距
20014
+ r"""<p>同步两端数据量差距</p>
19985
20015
  :rtype: int
19986
20016
  """
19987
20017
  return self._MasterSlaveDistance
@@ -19992,7 +20022,7 @@ class SyncDetailInfo(AbstractModel):
19992
20022
 
19993
20023
  @property
19994
20024
  def SecondsBehindMaster(self):
19995
- r"""同步两端时间差距
20025
+ r"""<p>同步两端时间差距</p>
19996
20026
  :rtype: int
19997
20027
  """
19998
20028
  return self._SecondsBehindMaster
@@ -20003,7 +20033,7 @@ class SyncDetailInfo(AbstractModel):
20003
20033
 
20004
20034
  @property
20005
20035
  def Message(self):
20006
- r"""总体描述信息
20036
+ r"""<p>总体描述信息</p>
20007
20037
  :rtype: str
20008
20038
  """
20009
20039
  return self._Message
@@ -20014,7 +20044,7 @@ class SyncDetailInfo(AbstractModel):
20014
20044
 
20015
20045
  @property
20016
20046
  def StepInfos(self):
20017
- r"""详细步骤信息
20047
+ r"""<p>详细步骤信息</p>
20018
20048
  注意:此字段可能返回 null,表示取不到有效值。
20019
20049
  :rtype: list of StepInfo
20020
20050
  """
@@ -20026,7 +20056,7 @@ class SyncDetailInfo(AbstractModel):
20026
20056
 
20027
20057
  @property
20028
20058
  def CauseOfCompareDisable(self):
20029
- r"""不能发起内置校验的原因
20059
+ r"""<p>不能发起内置校验的原因</p>
20030
20060
  :rtype: str
20031
20061
  """
20032
20062
  return self._CauseOfCompareDisable
@@ -20037,7 +20067,7 @@ class SyncDetailInfo(AbstractModel):
20037
20067
 
20038
20068
  @property
20039
20069
  def ErrInfo(self):
20040
- r"""任务的错误和解决方案信息
20070
+ r"""<p>任务的错误和解决方案信息</p>
20041
20071
  :rtype: :class:`tencentcloud.dts.v20211206.models.ErrInfo`
20042
20072
  """
20043
20073
  return self._ErrInfo
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dts
3
- Version: 3.1.112
3
+ Version: 3.1.114
4
4
  Summary: Tencent Cloud Dts SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.112
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.114
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.114
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.112