tencentcloud-sdk-dts 3.0.1094 → 3.0.1100
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/v20211206/models.rb +13 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3644840eb69362581105e0d62f6c7c9e532d2d3b
|
4
|
+
data.tar.gz: 30d3b26ce528ddcef0d43b48432838820c1872ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5738e621dc3a75e9b52416953a99ea1fcdc4f28e6a1628ceed331759c15b2cbcff310689322f69cbfdf96cdabf6bd98ce2955065912f8c247f0b271e16f4eb34
|
7
|
+
data.tar.gz: 8da1bbc214f746c91805d25bdc32f7d34020e01b79f41181df1bee016cd56087ec9e0b0fc0d13d6da9a6899563ac99914fdf6d96f466b0918e37d4832e0db537
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1100
|
data/lib/v20211206/models.rb
CHANGED
@@ -3425,6 +3425,8 @@ module TencentCloud
|
|
3425
3425
|
class DifferenceItem < TencentCloud::Common::AbstractModel
|
3426
3426
|
# @param Db: 数据库名
|
3427
3427
|
# @type Db: String
|
3428
|
+
# @param Schema: schema
|
3429
|
+
# @type Schema: String
|
3428
3430
|
# @param Table: 表名
|
3429
3431
|
# @type Table: String
|
3430
3432
|
# @param Chunk: 分块号
|
@@ -3444,10 +3446,11 @@ module TencentCloud
|
|
3444
3446
|
# @param FinishedAt: 完成时间
|
3445
3447
|
# @type FinishedAt: String
|
3446
3448
|
|
3447
|
-
attr_accessor :Db, :Table, :Chunk, :SrcItem, :DstItem, :IndexName, :LowerBoundary, :UpperBoundary, :CostTime, :FinishedAt
|
3449
|
+
attr_accessor :Db, :Schema, :Table, :Chunk, :SrcItem, :DstItem, :IndexName, :LowerBoundary, :UpperBoundary, :CostTime, :FinishedAt
|
3448
3450
|
|
3449
|
-
def initialize(db=nil, table=nil, chunk=nil, srcitem=nil, dstitem=nil, indexname=nil, lowerboundary=nil, upperboundary=nil, costtime=nil, finishedat=nil)
|
3451
|
+
def initialize(db=nil, schema=nil, table=nil, chunk=nil, srcitem=nil, dstitem=nil, indexname=nil, lowerboundary=nil, upperboundary=nil, costtime=nil, finishedat=nil)
|
3450
3452
|
@Db = db
|
3453
|
+
@Schema = schema
|
3451
3454
|
@Table = table
|
3452
3455
|
@Chunk = chunk
|
3453
3456
|
@SrcItem = srcitem
|
@@ -3461,6 +3464,7 @@ module TencentCloud
|
|
3461
3464
|
|
3462
3465
|
def deserialize(params)
|
3463
3466
|
@Db = params['Db']
|
3467
|
+
@Schema = params['Schema']
|
3464
3468
|
@Table = params['Table']
|
3465
3469
|
@Chunk = params['Chunk']
|
3466
3470
|
@SrcItem = params['SrcItem']
|
@@ -5918,21 +5922,25 @@ module TencentCloud
|
|
5918
5922
|
class SkippedItem < TencentCloud::Common::AbstractModel
|
5919
5923
|
# @param Db: 数据库名
|
5920
5924
|
# @type Db: String
|
5925
|
+
# @param Schema: schema名
|
5926
|
+
# @type Schema: String
|
5921
5927
|
# @param Table: 表名
|
5922
5928
|
# @type Table: String
|
5923
5929
|
# @param Reason: 未发起检查的原因
|
5924
5930
|
# @type Reason: String
|
5925
5931
|
|
5926
|
-
attr_accessor :Db, :Table, :Reason
|
5932
|
+
attr_accessor :Db, :Schema, :Table, :Reason
|
5927
5933
|
|
5928
|
-
def initialize(db=nil, table=nil, reason=nil)
|
5934
|
+
def initialize(db=nil, schema=nil, table=nil, reason=nil)
|
5929
5935
|
@Db = db
|
5936
|
+
@Schema = schema
|
5930
5937
|
@Table = table
|
5931
5938
|
@Reason = reason
|
5932
5939
|
end
|
5933
5940
|
|
5934
5941
|
def deserialize(params)
|
5935
5942
|
@Db = params['Db']
|
5943
|
+
@Schema = params['Schema']
|
5936
5944
|
@Table = params['Table']
|
5937
5945
|
@Reason = params['Reason']
|
5938
5946
|
end
|
@@ -6690,7 +6698,7 @@ module TencentCloud
|
|
6690
6698
|
# @param StepInfos: 详细步骤信息
|
6691
6699
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6692
6700
|
# @type StepInfos: Array
|
6693
|
-
# @param CauseOfCompareDisable:
|
6701
|
+
# @param CauseOfCompareDisable: 不能发起内置校验的原因
|
6694
6702
|
# @type CauseOfCompareDisable: String
|
6695
6703
|
# @param ErrInfo: 任务的错误和解决方案信息
|
6696
6704
|
# @type ErrInfo: :class:`Tencentcloud::Dts.v20211206.models.ErrInfo`
|
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.
|
4
|
+
version: 3.0.1100
|
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-07-
|
11
|
+
date: 2025-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|