tencentcloud-sdk-dts 3.0.1140 → 3.0.1149
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/v20180330/client.rb +1 -1
- data/lib/v20180330/models.rb +6 -6
- data/lib/v20211206/client.rb +6 -5
- data/lib/v20211206/models.rb +47 -47
- 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: 6d9346e3945d94b9fec8b73d172f38bc260b701d
|
4
|
+
data.tar.gz: 5ac4a9207e14ede87c2ea5c8cc5779d54004a267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1caa70923643b412e0545594356d8f05edf538281652ebba4e4c961342aee39caef2a406555087dd078ecac6b17c36a45c06b252610b3bf09c02876a8f0b7c98
|
7
|
+
data.tar.gz: 843e29dfd72fa501cdd73208d236067a1695993f9e53ca2476fb6b45299fda441373c2e61d3ba7390ff8072b909a51b5ff83b845de6de195daac32647162839c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1149
|
data/lib/v20180330/client.rb
CHANGED
@@ -523,7 +523,7 @@ module TencentCloud
|
|
523
523
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
524
524
|
end
|
525
525
|
|
526
|
-
# 本接口(
|
526
|
+
# 本接口(StartMigrateJob)用于启动迁移任务。非定时迁移任务会在调用后立即开始迁移,定时任务则会开始倒计时。
|
527
527
|
# 调用此接口前,请务必先使用CreateMigrateCheckJob校验数据迁移任务,并通过DescribeMigrateJobs接口查询到任务状态为校验通过(status=4)时,才能启动数据迁移任务。
|
528
528
|
|
529
529
|
# @param request: Request instance for StartMigrateJob.
|
data/lib/v20180330/models.rb
CHANGED
@@ -78,7 +78,7 @@ module TencentCloud
|
|
78
78
|
|
79
79
|
# CompleteMigrateJob请求参数结构体
|
80
80
|
class CompleteMigrateJobRequest < TencentCloud::Common::AbstractModel
|
81
|
-
# @param JobId: 数据迁移任务ID
|
81
|
+
# @param JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
82
82
|
# @type JobId: String
|
83
83
|
# @param CompleteMode: 完成任务的方式,仅支持旧版MySQL迁移任务。waitForSync-等待主从差距为0才停止,immediately-立即完成,不会等待主从差距一致。默认为waitForSync
|
84
84
|
# @type CompleteMode: String
|
@@ -831,10 +831,10 @@ module TencentCloud
|
|
831
831
|
|
832
832
|
attr_accessor :Region, :InstanceId, :Ip, :Port, :ReadOnly, :User, :Password
|
833
833
|
extend Gem::Deprecate
|
834
|
-
deprecate :Ip, :none, 2025,
|
835
|
-
deprecate :Ip=, :none, 2025,
|
836
|
-
deprecate :Port, :none, 2025,
|
837
|
-
deprecate :Port=, :none, 2025,
|
834
|
+
deprecate :Ip, :none, 2025, 9
|
835
|
+
deprecate :Ip=, :none, 2025, 9
|
836
|
+
deprecate :Port, :none, 2025, 9
|
837
|
+
deprecate :Port=, :none, 2025, 9
|
838
838
|
|
839
839
|
def initialize(region=nil, instanceid=nil, ip=nil, port=nil, readonly=nil, user=nil, password=nil)
|
840
840
|
@Region = region
|
@@ -1604,7 +1604,7 @@ module TencentCloud
|
|
1604
1604
|
|
1605
1605
|
# StartMigrateJob请求参数结构体
|
1606
1606
|
class StartMigrateJobRequest < TencentCloud::Common::AbstractModel
|
1607
|
-
# @param JobId: 数据迁移任务ID
|
1607
|
+
# @param JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
1608
1608
|
# @type JobId: String
|
1609
1609
|
|
1610
1610
|
attr_accessor :JobId
|
data/lib/v20211206/client.rb
CHANGED
@@ -199,7 +199,8 @@ module TencentCloud
|
|
199
199
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
200
200
|
end
|
201
201
|
|
202
|
-
#
|
202
|
+
# 为订阅实例创建消费者组。
|
203
|
+
# 只有状态为运行中的实例支持创建消费组。
|
203
204
|
|
204
205
|
# @param request: Request instance for CreateConsumerGroup.
|
205
206
|
# @type request: :class:`Tencentcloud::dts::V20211206::CreateConsumerGroupRequest`
|
@@ -223,7 +224,7 @@ module TencentCloud
|
|
223
224
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
224
225
|
end
|
225
226
|
|
226
|
-
#
|
227
|
+
# 创建校验迁移任务,
|
227
228
|
# 在开始迁移前, 必须调用本接口创建校验迁移任务, 且校验成功后才能开始迁移. 校验的结果可以通过DescribeMigrationCheckJob查看,
|
228
229
|
# 校验成功后,迁移任务若有修改, 则必须重新校验并通过后, 才能开始迁移
|
229
230
|
|
@@ -903,7 +904,7 @@ module TencentCloud
|
|
903
904
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
904
905
|
end
|
905
906
|
|
906
|
-
# 隔离同步任务,隔离后可通过查询同步任务信息接口DescribeSyncJobs获取隔离后状态。在任务隔离后可进行解除隔离(RecoverSyncJob)
|
907
|
+
# 隔离同步任务,隔离后可通过查询同步任务信息接口DescribeSyncJobs获取隔离后状态。在任务隔离后可进行解除隔离(RecoverSyncJob)操作或直接进行下线(DestroySyncJob)操作。对于不计费任务,调用此接口后会直接删除任务,无法进行恢复操作。
|
907
908
|
|
908
909
|
# @param request: Request instance for IsolateSyncJob.
|
909
910
|
# @type request: :class:`Tencentcloud::dts::V20211206::IsolateSyncJobRequest`
|
@@ -1336,7 +1337,7 @@ module TencentCloud
|
|
1336
1337
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1337
1338
|
end
|
1338
1339
|
|
1339
|
-
# 解除隔离同步任务,任务在已隔离状态下可调用该接口解除隔离状态任务,同时可通过查询同步任务信息接口DescribeSyncJobs
|
1340
|
+
# 解除隔离同步任务,任务在已隔离状态下可调用该接口解除隔离状态任务,同时可通过查询同步任务信息接口DescribeSyncJobs,获取操作后状态。注意,此接口只支持按量计费实例。
|
1340
1341
|
|
1341
1342
|
# @param request: Request instance for RecoverSyncJob.
|
1342
1343
|
# @type request: :class:`Tencentcloud::dts::V20211206::RecoverSyncJobRequest`
|
@@ -1385,7 +1386,7 @@ module TencentCloud
|
|
1385
1386
|
end
|
1386
1387
|
|
1387
1388
|
# 本接口(ResetSubscribe)用于重置订阅实例,重置后,可以重新配置订阅任务。
|
1388
|
-
# 可以调用 DescribeSubscribeDetail 查询订阅信息判断是否置成功。当SubsStatus变为notStarted时,表示重置成功。
|
1389
|
+
# 可以调用 [DescribeSubscribeDetail](https://cloud.tencent.com/document/product/571/102944) 查询订阅信息判断是否置成功。当SubsStatus变为notStarted时,表示重置成功。
|
1389
1390
|
|
1390
1391
|
# @param request: Request instance for ResetSubscribe.
|
1391
1392
|
# @type request: :class:`Tencentcloud::dts::V20211206::ResetSubscribeRequest`
|
data/lib/v20211206/models.rb
CHANGED
@@ -682,11 +682,11 @@ module TencentCloud
|
|
682
682
|
|
683
683
|
# ConfigureSyncJob请求参数结构体
|
684
684
|
class ConfigureSyncJobRequest < TencentCloud::Common::AbstractModel
|
685
|
-
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
685
|
+
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
686
686
|
# @type JobId: String
|
687
|
-
# @param SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(
|
687
|
+
# @param SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云),注意具体可选值依赖当前链路
|
688
688
|
# @type SrcAccessType: String
|
689
|
-
# @param DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(
|
689
|
+
# @param DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、ckafka(CKafka实例),注意具体可选值依赖当前链路
|
690
690
|
# @type DstAccessType: String
|
691
691
|
# @param Objects: 同步库表对象信息
|
692
692
|
# @type Objects: :class:`Tencentcloud::Dts.v20211206.models.Objects`
|
@@ -836,7 +836,7 @@ module TencentCloud
|
|
836
836
|
|
837
837
|
# ContinueMigrateJob请求参数结构体
|
838
838
|
class ContinueMigrateJobRequest < TencentCloud::Common::AbstractModel
|
839
|
-
# @param JobId: 数据迁移任务ID
|
839
|
+
# @param JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
840
840
|
# @type JobId: String
|
841
841
|
|
842
842
|
attr_accessor :JobId
|
@@ -868,7 +868,7 @@ module TencentCloud
|
|
868
868
|
|
869
869
|
# ContinueSyncJob请求参数结构体
|
870
870
|
class ContinueSyncJobRequest < TencentCloud::Common::AbstractModel
|
871
|
-
# @param JobId: 同步任务id
|
871
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
872
872
|
# @type JobId: String
|
873
873
|
|
874
874
|
attr_accessor :JobId
|
@@ -900,7 +900,7 @@ module TencentCloud
|
|
900
900
|
|
901
901
|
# CreateCheckSyncJob请求参数结构体
|
902
902
|
class CreateCheckSyncJobRequest < TencentCloud::Common::AbstractModel
|
903
|
-
# @param JobId: 同步任务id
|
903
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
904
904
|
# @type JobId: String
|
905
905
|
|
906
906
|
attr_accessor :JobId
|
@@ -990,7 +990,7 @@ module TencentCloud
|
|
990
990
|
|
991
991
|
# CreateConsumerGroup请求参数结构体
|
992
992
|
class CreateConsumerGroupRequest < TencentCloud::Common::AbstractModel
|
993
|
-
# @param SubscribeId: 订阅实例id
|
993
|
+
# @param SubscribeId: 订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
994
994
|
# @type SubscribeId: String
|
995
995
|
# @param ConsumerGroupName: 消费组名称,以数字、字母(大小写)或者_ - .开头,以数字、字母(大小写)结尾。实际生成的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
996
996
|
# @type ConsumerGroupName: String
|
@@ -1038,7 +1038,7 @@ module TencentCloud
|
|
1038
1038
|
|
1039
1039
|
# CreateMigrateCheckJob请求参数结构体
|
1040
1040
|
class CreateMigrateCheckJobRequest < TencentCloud::Common::AbstractModel
|
1041
|
-
# @param JobId: 数据迁移任务ID
|
1041
|
+
# @param JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
1042
1042
|
# @type JobId: String
|
1043
1043
|
|
1044
1044
|
attr_accessor :JobId
|
@@ -1142,7 +1142,7 @@ module TencentCloud
|
|
1142
1142
|
|
1143
1143
|
# CreateModifyCheckSyncJob请求参数结构体
|
1144
1144
|
class CreateModifyCheckSyncJobRequest < TencentCloud::Common::AbstractModel
|
1145
|
-
# @param JobId: 同步任务id
|
1145
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
1146
1146
|
# @type JobId: String
|
1147
1147
|
|
1148
1148
|
attr_accessor :JobId
|
@@ -1174,7 +1174,7 @@ module TencentCloud
|
|
1174
1174
|
|
1175
1175
|
# CreateSubscribeCheckJob请求参数结构体
|
1176
1176
|
class CreateSubscribeCheckJobRequest < TencentCloud::Common::AbstractModel
|
1177
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
1177
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
1178
1178
|
# @type SubscribeId: String
|
1179
1179
|
|
1180
1180
|
attr_accessor :SubscribeId
|
@@ -1840,13 +1840,13 @@ module TencentCloud
|
|
1840
1840
|
|
1841
1841
|
# DeleteConsumerGroup请求参数结构体
|
1842
1842
|
class DeleteConsumerGroupRequest < TencentCloud::Common::AbstractModel
|
1843
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
1843
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
1844
1844
|
# @type SubscribeId: String
|
1845
1845
|
# @param ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
1846
|
-
#
|
1846
|
+
# 请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
1847
1847
|
# @type ConsumerGroupName: String
|
1848
1848
|
# @param AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
1849
|
-
#
|
1849
|
+
# 请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
1850
1850
|
# @type AccountName: String
|
1851
1851
|
|
1852
1852
|
attr_accessor :SubscribeId, :ConsumerGroupName, :AccountName
|
@@ -1882,7 +1882,7 @@ module TencentCloud
|
|
1882
1882
|
|
1883
1883
|
# DescribeCheckSyncJobResult请求参数结构体
|
1884
1884
|
class DescribeCheckSyncJobResultRequest < TencentCloud::Common::AbstractModel
|
1885
|
-
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
1885
|
+
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,此值必填,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
1886
1886
|
# @type JobId: String
|
1887
1887
|
|
1888
1888
|
attr_accessor :JobId
|
@@ -1942,9 +1942,9 @@ module TencentCloud
|
|
1942
1942
|
|
1943
1943
|
# DescribeCompareReport请求参数结构体
|
1944
1944
|
class DescribeCompareReportRequest < TencentCloud::Common::AbstractModel
|
1945
|
-
# @param JobId: 迁移任务 Id
|
1945
|
+
# @param JobId: 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
1946
1946
|
# @type JobId: String
|
1947
|
-
# @param CompareTaskId: 校验任务 Id
|
1947
|
+
# @param CompareTaskId: 校验任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
1948
1948
|
# @type CompareTaskId: String
|
1949
1949
|
# @param DifferenceLimit: 校验不一致结果的 limit
|
1950
1950
|
# @type DifferenceLimit: Integer
|
@@ -2087,7 +2087,7 @@ module TencentCloud
|
|
2087
2087
|
|
2088
2088
|
# DescribeConsumerGroups请求参数结构体
|
2089
2089
|
class DescribeConsumerGroupsRequest < TencentCloud::Common::AbstractModel
|
2090
|
-
# @param SubscribeId: 订阅实例id
|
2090
|
+
# @param SubscribeId: 订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2091
2091
|
# @type SubscribeId: String
|
2092
2092
|
# @param Offset: 返回记录的起始偏移量。默认0
|
2093
2093
|
# @type Offset: Integer
|
@@ -2225,7 +2225,7 @@ module TencentCloud
|
|
2225
2225
|
|
2226
2226
|
# DescribeMigrationCheckJob请求参数结构体
|
2227
2227
|
class DescribeMigrationCheckJobRequest < TencentCloud::Common::AbstractModel
|
2228
|
-
# @param JobId: 任务id
|
2228
|
+
# @param JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
2229
2229
|
# @type JobId: String
|
2230
2230
|
|
2231
2231
|
attr_accessor :JobId
|
@@ -2557,7 +2557,7 @@ module TencentCloud
|
|
2557
2557
|
|
2558
2558
|
# DescribeModifyCheckSyncJobResult请求参数结构体
|
2559
2559
|
class DescribeModifyCheckSyncJobResultRequest < TencentCloud::Common::AbstractModel
|
2560
|
-
# @param JobId: 同步任务id
|
2560
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2561
2561
|
# @type JobId: String
|
2562
2562
|
|
2563
2563
|
attr_accessor :JobId
|
@@ -2617,7 +2617,7 @@ module TencentCloud
|
|
2617
2617
|
|
2618
2618
|
# DescribeOffsetByTime请求参数结构体
|
2619
2619
|
class DescribeOffsetByTimeRequest < TencentCloud::Common::AbstractModel
|
2620
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
2620
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2621
2621
|
# @type SubscribeId: String
|
2622
2622
|
# @param Time: 时间点,格式为:Y-m-d h:m:s。如果输入时间比当前时间晚的多,相当于查询最新offset;如果输入时间比当前时间早的多,相当于查询最老offset;如果输入空,默认0时间,等价于查询最老offset。
|
2623
2623
|
# @type Time: String
|
@@ -2731,7 +2731,7 @@ module TencentCloud
|
|
2731
2731
|
|
2732
2732
|
# DescribeSubscribeDetail请求参数结构体
|
2733
2733
|
class DescribeSubscribeDetailRequest < TencentCloud::Common::AbstractModel
|
2734
|
-
# @param SubscribeId: 订阅实例ID
|
2734
|
+
# @param SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2735
2735
|
# @type SubscribeId: String
|
2736
2736
|
|
2737
2737
|
attr_accessor :SubscribeId
|
@@ -3041,7 +3041,7 @@ module TencentCloud
|
|
3041
3041
|
|
3042
3042
|
# DescribeSubscribeReturnable请求参数结构体
|
3043
3043
|
class DescribeSubscribeReturnableRequest < TencentCloud::Common::AbstractModel
|
3044
|
-
# @param SubscribeId: 数据订阅实例的ID
|
3044
|
+
# @param SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
3045
3045
|
# @type SubscribeId: String
|
3046
3046
|
|
3047
3047
|
attr_accessor :SubscribeId
|
@@ -3187,7 +3187,7 @@ module TencentCloud
|
|
3187
3187
|
|
3188
3188
|
# DestroyIsolatedSubscribe请求参数结构体
|
3189
3189
|
class DestroyIsolatedSubscribeRequest < TencentCloud::Common::AbstractModel
|
3190
|
-
# @param SubscribeId: 数据订阅实例的ID
|
3190
|
+
# @param SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
3191
3191
|
# @type SubscribeId: String
|
3192
3192
|
|
3193
3193
|
attr_accessor :SubscribeId
|
@@ -3219,7 +3219,7 @@ module TencentCloud
|
|
3219
3219
|
|
3220
3220
|
# DestroyMigrateJob请求参数结构体
|
3221
3221
|
class DestroyMigrateJobRequest < TencentCloud::Common::AbstractModel
|
3222
|
-
# @param JobId: 任务id
|
3222
|
+
# @param JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
3223
3223
|
# @type JobId: String
|
3224
3224
|
|
3225
3225
|
attr_accessor :JobId
|
@@ -3251,7 +3251,7 @@ module TencentCloud
|
|
3251
3251
|
|
3252
3252
|
# DestroySyncJob请求参数结构体
|
3253
3253
|
class DestroySyncJobRequest < TencentCloud::Common::AbstractModel
|
3254
|
-
# @param JobId: 同步任务id
|
3254
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
3255
3255
|
# @type JobId: String
|
3256
3256
|
|
3257
3257
|
attr_accessor :JobId
|
@@ -4004,7 +4004,7 @@ module TencentCloud
|
|
4004
4004
|
|
4005
4005
|
# IsolateSubscribe请求参数结构体
|
4006
4006
|
class IsolateSubscribeRequest < TencentCloud::Common::AbstractModel
|
4007
|
-
# @param SubscribeId: 订阅实例ID
|
4007
|
+
# @param SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4008
4008
|
# @type SubscribeId: String
|
4009
4009
|
|
4010
4010
|
attr_accessor :SubscribeId
|
@@ -4036,7 +4036,7 @@ module TencentCloud
|
|
4036
4036
|
|
4037
4037
|
# IsolateSyncJob请求参数结构体
|
4038
4038
|
class IsolateSyncJobRequest < TencentCloud::Common::AbstractModel
|
4039
|
-
# @param JobId: 同步任务id
|
4039
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
4040
4040
|
# @type JobId: String
|
4041
4041
|
|
4042
4042
|
attr_accessor :JobId
|
@@ -4515,13 +4515,13 @@ module TencentCloud
|
|
4515
4515
|
|
4516
4516
|
# ModifyConsumerGroupDescription请求参数结构体
|
4517
4517
|
class ModifyConsumerGroupDescriptionRequest < TencentCloud::Common::AbstractModel
|
4518
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
4518
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4519
4519
|
# @type SubscribeId: String
|
4520
4520
|
# @param ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
4521
|
-
#
|
4521
|
+
# 请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4522
4522
|
# @type ConsumerGroupName: String
|
4523
4523
|
# @param AccountName: 账户名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
4524
|
-
#
|
4524
|
+
# 请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4525
4525
|
# @type AccountName: String
|
4526
4526
|
# @param Description: 修改之后的消费组描述
|
4527
4527
|
# @type Description: String
|
@@ -4561,11 +4561,11 @@ module TencentCloud
|
|
4561
4561
|
|
4562
4562
|
# ModifyConsumerGroupPassword请求参数结构体
|
4563
4563
|
class ModifyConsumerGroupPasswordRequest < TencentCloud::Common::AbstractModel
|
4564
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
4564
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4565
4565
|
# @type SubscribeId: String
|
4566
|
-
# @param AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}
|
4566
|
+
# @param AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4567
4567
|
# @type AccountName: String
|
4568
|
-
# @param ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
4568
|
+
# @param ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4569
4569
|
# @type ConsumerGroupName: String
|
4570
4570
|
# @param NewPassword: 新密码。字符长度不小于3,不大于32
|
4571
4571
|
# @type NewPassword: String
|
@@ -4852,7 +4852,7 @@ module TencentCloud
|
|
4852
4852
|
|
4853
4853
|
# ModifySubscribeAutoRenewFlag请求参数结构体
|
4854
4854
|
class ModifySubscribeAutoRenewFlagRequest < TencentCloud::Common::AbstractModel
|
4855
|
-
# @param SubscribeId: 订阅实例ID
|
4855
|
+
# @param SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4856
4856
|
# @type SubscribeId: String
|
4857
4857
|
# @param AutoRenewFlag: 自动续费标识。1-自动续费,0-不自动续费
|
4858
4858
|
# @type AutoRenewFlag: Integer
|
@@ -4888,7 +4888,7 @@ module TencentCloud
|
|
4888
4888
|
|
4889
4889
|
# ModifySubscribeName请求参数结构体
|
4890
4890
|
class ModifySubscribeNameRequest < TencentCloud::Common::AbstractModel
|
4891
|
-
# @param SubscribeId: 数据订阅实例的ID
|
4891
|
+
# @param SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4892
4892
|
# @type SubscribeId: String
|
4893
4893
|
# @param SubscribeName: 修改后的数据订阅实例的名称,长度限制为[1,60]
|
4894
4894
|
# @type SubscribeName: String
|
@@ -4924,11 +4924,11 @@ module TencentCloud
|
|
4924
4924
|
|
4925
4925
|
# ModifySubscribeObjects请求参数结构体
|
4926
4926
|
class ModifySubscribeObjectsRequest < TencentCloud::Common::AbstractModel
|
4927
|
-
# @param SubscribeId: 数据订阅实例的ID
|
4927
|
+
# @param SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4928
4928
|
# @type SubscribeId: String
|
4929
4929
|
# @param SubscribeObjectType: 数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合
|
4930
4930
|
# @type SubscribeObjectType: Integer
|
4931
|
-
# @param Objects: 修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2
|
4931
|
+
# @param Objects: 修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。
|
4932
4932
|
# @type Objects: Array
|
4933
4933
|
# @param DistributeRules: kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
|
4934
4934
|
# @type DistributeRules: Array
|
@@ -5303,7 +5303,7 @@ module TencentCloud
|
|
5303
5303
|
|
5304
5304
|
# PauseMigrateJob请求参数结构体
|
5305
5305
|
class PauseMigrateJobRequest < TencentCloud::Common::AbstractModel
|
5306
|
-
# @param JobId: 数据迁移任务ID
|
5306
|
+
# @param JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5307
5307
|
# @type JobId: String
|
5308
5308
|
|
5309
5309
|
attr_accessor :JobId
|
@@ -5335,7 +5335,7 @@ module TencentCloud
|
|
5335
5335
|
|
5336
5336
|
# PauseSyncJob请求参数结构体
|
5337
5337
|
class PauseSyncJobRequest < TencentCloud::Common::AbstractModel
|
5338
|
-
# @param JobId: 同步任务id
|
5338
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
5339
5339
|
# @type JobId: String
|
5340
5340
|
|
5341
5341
|
attr_accessor :JobId
|
@@ -5510,7 +5510,7 @@ module TencentCloud
|
|
5510
5510
|
|
5511
5511
|
# RecoverMigrateJob请求参数结构体
|
5512
5512
|
class RecoverMigrateJobRequest < TencentCloud::Common::AbstractModel
|
5513
|
-
# @param JobId: 任务id
|
5513
|
+
# @param JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5514
5514
|
# @type JobId: String
|
5515
5515
|
|
5516
5516
|
attr_accessor :JobId
|
@@ -5542,7 +5542,7 @@ module TencentCloud
|
|
5542
5542
|
|
5543
5543
|
# RecoverSyncJob请求参数结构体
|
5544
5544
|
class RecoverSyncJobRequest < TencentCloud::Common::AbstractModel
|
5545
|
-
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
5545
|
+
# @param JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
5546
5546
|
# @type JobId: String
|
5547
5547
|
|
5548
5548
|
attr_accessor :JobId
|
@@ -5626,7 +5626,7 @@ module TencentCloud
|
|
5626
5626
|
|
5627
5627
|
# ResetSubscribe请求参数结构体
|
5628
5628
|
class ResetSubscribeRequest < TencentCloud::Common::AbstractModel
|
5629
|
-
# @param SubscribeId: 数据订阅实例的ID
|
5629
|
+
# @param SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
5630
5630
|
# @type SubscribeId: String
|
5631
5631
|
|
5632
5632
|
attr_accessor :SubscribeId
|
@@ -5762,7 +5762,7 @@ module TencentCloud
|
|
5762
5762
|
|
5763
5763
|
# ResumeSubscribe请求参数结构体
|
5764
5764
|
class ResumeSubscribeRequest < TencentCloud::Common::AbstractModel
|
5765
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
5765
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
5766
5766
|
# @type SubscribeId: String
|
5767
5767
|
|
5768
5768
|
attr_accessor :SubscribeId
|
@@ -5794,7 +5794,7 @@ module TencentCloud
|
|
5794
5794
|
|
5795
5795
|
# ResumeSyncJob请求参数结构体
|
5796
5796
|
class ResumeSyncJobRequest < TencentCloud::Common::AbstractModel
|
5797
|
-
# @param JobId: 同步任务id
|
5797
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
5798
5798
|
# @type JobId: String
|
5799
5799
|
|
5800
5800
|
attr_accessor :JobId
|
@@ -6077,7 +6077,7 @@ module TencentCloud
|
|
6077
6077
|
|
6078
6078
|
# StartModifySyncJob请求参数结构体
|
6079
6079
|
class StartModifySyncJobRequest < TencentCloud::Common::AbstractModel
|
6080
|
-
# @param JobId: 同步任务id
|
6080
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
6081
6081
|
# @type JobId: String
|
6082
6082
|
|
6083
6083
|
attr_accessor :JobId
|
@@ -6109,7 +6109,7 @@ module TencentCloud
|
|
6109
6109
|
|
6110
6110
|
# StartSubscribe请求参数结构体
|
6111
6111
|
class StartSubscribeRequest < TencentCloud::Common::AbstractModel
|
6112
|
-
# @param SubscribeId: 数据订阅实例的 ID
|
6112
|
+
# @param SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
6113
6113
|
# @type SubscribeId: String
|
6114
6114
|
|
6115
6115
|
attr_accessor :SubscribeId
|
@@ -6399,7 +6399,7 @@ module TencentCloud
|
|
6399
6399
|
|
6400
6400
|
# StopSyncJob请求参数结构体
|
6401
6401
|
class StopSyncJobRequest < TencentCloud::Common::AbstractModel
|
6402
|
-
# @param JobId: 同步任务id
|
6402
|
+
# @param JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
6403
6403
|
# @type JobId: String
|
6404
6404
|
|
6405
6405
|
attr_accessor :JobId
|
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.1149
|
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-09-
|
11
|
+
date: 2025-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|