tencentcloud-sdk-dts 3.0.1154 → 3.0.1156

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: 1ed48bc05a18388a6b5a14945ee86794d7e407b3
4
- data.tar.gz: 13ede7a32ee0b697bc4206ff1dbad3c60ad04065
3
+ metadata.gz: 24486ffd4f365e7fd4b60d25eeef2db4d56b60f4
4
+ data.tar.gz: 5e0ecc440183518c7a63499143ea00a97591d956
5
5
  SHA512:
6
- metadata.gz: 25844dc001a7370b5296e3f7a0e0d0a39394c0fb06e93821736796f0d8ddd0fca7018957f9465593b26768ff9698d7d4f4fdba0079925eb025f7a5bd5a50d581
7
- data.tar.gz: 35d1bd528bedc8fe021c11b7878cb943f48733b4f99a703dba6b9391bce48339b439ffc9dcf79aec560b6cd04b7f8cd7e94da5437163f11c061a8ebfdf25ab2e
6
+ metadata.gz: e7d77561f40e808ec9d6723703d85f68cda1498b5e6d821820d1af7e7715f21a7677698fb2fe884bdbdb5ede71ff249102a1d4d5392552a4c1a68556445c9402
7
+ data.tar.gz: 10d5460de2c64dcd97757498a0904a2c0c22cd544af86af8ef35dbdae1fa73d23d073bf1b235e1aad37566bdb6b29ee90c9338157847ac75b96d68a88a12fde7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1154
1
+ 3.0.1156
@@ -6331,11 +6331,11 @@ module TencentCloud
6331
6331
 
6332
6332
  # StopCompare请求参数结构体
6333
6333
  class StopCompareRequest < TencentCloud::Common::AbstractModel
6334
- # @param JobId: 迁移任务 Id
6334
+ # @param JobId: 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
6335
6335
  # @type JobId: String
6336
- # @param CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
6336
+ # @param CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
6337
6337
  # @type CompareTaskId: String
6338
- # @param ForceStop: 是否强制停止。如果填true,同步任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
6338
+ # @param ForceStop: 是否强制停止。默认值为false,表示不强制停止;如果填true,同步任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
6339
6339
  # @type ForceStop: Boolean
6340
6340
 
6341
6341
  attr_accessor :JobId, :CompareTaskId, :ForceStop
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.1154
4
+ version: 3.0.1156
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-10-17 00:00:00.000000000 Z
11
+ date: 2025-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common