tencentcloud-sdk-python 3.0.1468__py2.py3-none-any.whl → 3.0.1469__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ccc/v20200210/models.py +45 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +128 -19
- tencentcloud/cdwpg/v20201230/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +6 -6
- tencentcloud/dbbrain/v20191016/models.py +116 -66
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/models.py +619 -230
- tencentcloud/dts/v20180330/dts_client.py +1 -1
- tencentcloud/dts/v20180330/models.py +8 -4
- tencentcloud/dts/v20211206/dts_client.py +6 -5
- tencentcloud/dts/v20211206/models.py +136 -94
- tencentcloud/ess/v20201111/models.py +213 -2
- tencentcloud/essbasic/v20210526/models.py +203 -0
- tencentcloud/ioa/v20220601/models.py +15 -0
- tencentcloud/lke/v20231130/models.py +264 -54
- tencentcloud/mongodb/v20190725/models.py +979 -508
- tencentcloud/mongodb/v20190725/mongodb_client.py +8 -8
- tencentcloud/monitor/v20180724/errorcodes.py +6 -0
- tencentcloud/redis/v20180412/models.py +24 -16
- tencentcloud/rum/v20210622/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +637 -0
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +26 -8
- tencentcloud/waf/v20180125/models.py +30 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/top_level.txt +0 -0
@@ -1743,11 +1743,12 @@ class ConfigureSyncJobRequest(AbstractModel):
|
|
1743
1743
|
|
1744
1744
|
def __init__(self):
|
1745
1745
|
r"""
|
1746
|
-
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
1746
|
+
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
1747
|
+
|
1747
1748
|
:type JobId: str
|
1748
|
-
:param _SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(
|
1749
|
+
:param _SrcAccessType: 源端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云),注意具体可选值依赖当前链路
|
1749
1750
|
:type SrcAccessType: str
|
1750
|
-
:param _DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(
|
1751
|
+
:param _DstAccessType: 目标端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、ckafka(CKafka实例),注意具体可选值依赖当前链路
|
1751
1752
|
:type DstAccessType: str
|
1752
1753
|
:param _Objects: 同步库表对象信息
|
1753
1754
|
:type Objects: :class:`tencentcloud.dts.v20211206.models.Objects`
|
@@ -1798,7 +1799,8 @@ class ConfigureSyncJobRequest(AbstractModel):
|
|
1798
1799
|
|
1799
1800
|
@property
|
1800
1801
|
def JobId(self):
|
1801
|
-
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23
|
1802
|
+
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
1803
|
+
|
1802
1804
|
:rtype: str
|
1803
1805
|
"""
|
1804
1806
|
return self._JobId
|
@@ -1809,7 +1811,7 @@ class ConfigureSyncJobRequest(AbstractModel):
|
|
1809
1811
|
|
1810
1812
|
@property
|
1811
1813
|
def SrcAccessType(self):
|
1812
|
-
r"""源端接入类型,cdb(云数据库)、cvm(
|
1814
|
+
r"""源端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云),注意具体可选值依赖当前链路
|
1813
1815
|
:rtype: str
|
1814
1816
|
"""
|
1815
1817
|
return self._SrcAccessType
|
@@ -1820,7 +1822,7 @@ class ConfigureSyncJobRequest(AbstractModel):
|
|
1820
1822
|
|
1821
1823
|
@property
|
1822
1824
|
def DstAccessType(self):
|
1823
|
-
r"""目标端接入类型,cdb(云数据库)、cvm(
|
1825
|
+
r"""目标端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)、ckafka(CKafka实例),注意具体可选值依赖当前链路
|
1824
1826
|
:rtype: str
|
1825
1827
|
"""
|
1826
1828
|
return self._DstAccessType
|
@@ -2161,14 +2163,16 @@ class ContinueMigrateJobRequest(AbstractModel):
|
|
2161
2163
|
|
2162
2164
|
def __init__(self):
|
2163
2165
|
r"""
|
2164
|
-
:param _JobId: 数据迁移任务ID
|
2166
|
+
:param _JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
2167
|
+
|
2165
2168
|
:type JobId: str
|
2166
2169
|
"""
|
2167
2170
|
self._JobId = None
|
2168
2171
|
|
2169
2172
|
@property
|
2170
2173
|
def JobId(self):
|
2171
|
-
r"""数据迁移任务ID
|
2174
|
+
r"""数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
2175
|
+
|
2172
2176
|
:rtype: str
|
2173
2177
|
"""
|
2174
2178
|
return self._JobId
|
@@ -2225,14 +2229,16 @@ class ContinueSyncJobRequest(AbstractModel):
|
|
2225
2229
|
|
2226
2230
|
def __init__(self):
|
2227
2231
|
r"""
|
2228
|
-
:param _JobId: 同步任务id
|
2232
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2233
|
+
|
2229
2234
|
:type JobId: str
|
2230
2235
|
"""
|
2231
2236
|
self._JobId = None
|
2232
2237
|
|
2233
2238
|
@property
|
2234
2239
|
def JobId(self):
|
2235
|
-
r"""同步任务id
|
2240
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2241
|
+
|
2236
2242
|
:rtype: str
|
2237
2243
|
"""
|
2238
2244
|
return self._JobId
|
@@ -2289,14 +2295,16 @@ class CreateCheckSyncJobRequest(AbstractModel):
|
|
2289
2295
|
|
2290
2296
|
def __init__(self):
|
2291
2297
|
r"""
|
2292
|
-
:param _JobId: 同步任务id
|
2298
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2299
|
+
|
2293
2300
|
:type JobId: str
|
2294
2301
|
"""
|
2295
2302
|
self._JobId = None
|
2296
2303
|
|
2297
2304
|
@property
|
2298
2305
|
def JobId(self):
|
2299
|
-
r"""同步任务id
|
2306
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2307
|
+
|
2300
2308
|
:rtype: str
|
2301
2309
|
"""
|
2302
2310
|
return self._JobId
|
@@ -2496,7 +2504,8 @@ class CreateConsumerGroupRequest(AbstractModel):
|
|
2496
2504
|
|
2497
2505
|
def __init__(self):
|
2498
2506
|
r"""
|
2499
|
-
:param _SubscribeId: 订阅实例id
|
2507
|
+
:param _SubscribeId: 订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2508
|
+
|
2500
2509
|
:type SubscribeId: str
|
2501
2510
|
:param _ConsumerGroupName: 消费组名称,以数字、字母(大小写)或者_ - .开头,以数字、字母(大小写)结尾。实际生成的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
2502
2511
|
:type ConsumerGroupName: str
|
@@ -2515,7 +2524,8 @@ class CreateConsumerGroupRequest(AbstractModel):
|
|
2515
2524
|
|
2516
2525
|
@property
|
2517
2526
|
def SubscribeId(self):
|
2518
|
-
r"""订阅实例id
|
2527
|
+
r"""订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2528
|
+
|
2519
2529
|
:rtype: str
|
2520
2530
|
"""
|
2521
2531
|
return self._SubscribeId
|
@@ -2620,14 +2630,16 @@ class CreateMigrateCheckJobRequest(AbstractModel):
|
|
2620
2630
|
|
2621
2631
|
def __init__(self):
|
2622
2632
|
r"""
|
2623
|
-
:param _JobId: 数据迁移任务ID
|
2633
|
+
:param _JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
2634
|
+
|
2624
2635
|
:type JobId: str
|
2625
2636
|
"""
|
2626
2637
|
self._JobId = None
|
2627
2638
|
|
2628
2639
|
@property
|
2629
2640
|
def JobId(self):
|
2630
|
-
r"""数据迁移任务ID
|
2641
|
+
r"""数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
2642
|
+
|
2631
2643
|
:rtype: str
|
2632
2644
|
"""
|
2633
2645
|
return self._JobId
|
@@ -2875,14 +2887,14 @@ class CreateModifyCheckSyncJobRequest(AbstractModel):
|
|
2875
2887
|
|
2876
2888
|
def __init__(self):
|
2877
2889
|
r"""
|
2878
|
-
:param _JobId: 同步任务id
|
2890
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2879
2891
|
:type JobId: str
|
2880
2892
|
"""
|
2881
2893
|
self._JobId = None
|
2882
2894
|
|
2883
2895
|
@property
|
2884
2896
|
def JobId(self):
|
2885
|
-
r"""同步任务id
|
2897
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
2886
2898
|
:rtype: str
|
2887
2899
|
"""
|
2888
2900
|
return self._JobId
|
@@ -2939,14 +2951,14 @@ class CreateSubscribeCheckJobRequest(AbstractModel):
|
|
2939
2951
|
|
2940
2952
|
def __init__(self):
|
2941
2953
|
r"""
|
2942
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
2954
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2943
2955
|
:type SubscribeId: str
|
2944
2956
|
"""
|
2945
2957
|
self._SubscribeId = None
|
2946
2958
|
|
2947
2959
|
@property
|
2948
2960
|
def SubscribeId(self):
|
2949
|
-
r"""数据订阅实例的 ID
|
2961
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
2950
2962
|
:rtype: str
|
2951
2963
|
"""
|
2952
2964
|
return self._SubscribeId
|
@@ -4835,13 +4847,14 @@ class DeleteConsumerGroupRequest(AbstractModel):
|
|
4835
4847
|
|
4836
4848
|
def __init__(self):
|
4837
4849
|
r"""
|
4838
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
4850
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4851
|
+
|
4839
4852
|
:type SubscribeId: str
|
4840
4853
|
:param _ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
4841
|
-
|
4854
|
+
请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4842
4855
|
:type ConsumerGroupName: str
|
4843
4856
|
:param _AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
4844
|
-
|
4857
|
+
请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4845
4858
|
:type AccountName: str
|
4846
4859
|
"""
|
4847
4860
|
self._SubscribeId = None
|
@@ -4850,7 +4863,8 @@ class DeleteConsumerGroupRequest(AbstractModel):
|
|
4850
4863
|
|
4851
4864
|
@property
|
4852
4865
|
def SubscribeId(self):
|
4853
|
-
r"""数据订阅实例的 ID
|
4866
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
4867
|
+
|
4854
4868
|
:rtype: str
|
4855
4869
|
"""
|
4856
4870
|
return self._SubscribeId
|
@@ -4862,7 +4876,7 @@ class DeleteConsumerGroupRequest(AbstractModel):
|
|
4862
4876
|
@property
|
4863
4877
|
def ConsumerGroupName(self):
|
4864
4878
|
r"""消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
4865
|
-
|
4879
|
+
请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4866
4880
|
:rtype: str
|
4867
4881
|
"""
|
4868
4882
|
return self._ConsumerGroupName
|
@@ -4874,7 +4888,7 @@ class DeleteConsumerGroupRequest(AbstractModel):
|
|
4874
4888
|
@property
|
4875
4889
|
def AccountName(self):
|
4876
4890
|
r"""账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
4877
|
-
|
4891
|
+
请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
4878
4892
|
:rtype: str
|
4879
4893
|
"""
|
4880
4894
|
return self._AccountName
|
@@ -4933,14 +4947,16 @@ class DescribeCheckSyncJobResultRequest(AbstractModel):
|
|
4933
4947
|
|
4934
4948
|
def __init__(self):
|
4935
4949
|
r"""
|
4936
|
-
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
4950
|
+
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,此值必填,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
4951
|
+
|
4937
4952
|
:type JobId: str
|
4938
4953
|
"""
|
4939
4954
|
self._JobId = None
|
4940
4955
|
|
4941
4956
|
@property
|
4942
4957
|
def JobId(self):
|
4943
|
-
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23
|
4958
|
+
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23,此值必填,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
4959
|
+
|
4944
4960
|
:rtype: str
|
4945
4961
|
"""
|
4946
4962
|
return self._JobId
|
@@ -5079,9 +5095,9 @@ class DescribeCompareReportRequest(AbstractModel):
|
|
5079
5095
|
|
5080
5096
|
def __init__(self):
|
5081
5097
|
r"""
|
5082
|
-
:param _JobId: 迁移任务 Id
|
5098
|
+
:param _JobId: 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5083
5099
|
:type JobId: str
|
5084
|
-
:param _CompareTaskId: 校验任务 Id
|
5100
|
+
:param _CompareTaskId: 校验任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5085
5101
|
:type CompareTaskId: str
|
5086
5102
|
:param _DifferenceLimit: 校验不一致结果的 limit
|
5087
5103
|
:type DifferenceLimit: int
|
@@ -5113,7 +5129,7 @@ class DescribeCompareReportRequest(AbstractModel):
|
|
5113
5129
|
|
5114
5130
|
@property
|
5115
5131
|
def JobId(self):
|
5116
|
-
r"""迁移任务 Id
|
5132
|
+
r"""迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5117
5133
|
:rtype: str
|
5118
5134
|
"""
|
5119
5135
|
return self._JobId
|
@@ -5124,7 +5140,7 @@ class DescribeCompareReportRequest(AbstractModel):
|
|
5124
5140
|
|
5125
5141
|
@property
|
5126
5142
|
def CompareTaskId(self):
|
5127
|
-
r"""校验任务 Id
|
5143
|
+
r"""校验任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5128
5144
|
:rtype: str
|
5129
5145
|
"""
|
5130
5146
|
return self._CompareTaskId
|
@@ -5471,7 +5487,7 @@ class DescribeConsumerGroupsRequest(AbstractModel):
|
|
5471
5487
|
|
5472
5488
|
def __init__(self):
|
5473
5489
|
r"""
|
5474
|
-
:param _SubscribeId: 订阅实例id
|
5490
|
+
:param _SubscribeId: 订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
5475
5491
|
:type SubscribeId: str
|
5476
5492
|
:param _Offset: 返回记录的起始偏移量。默认0
|
5477
5493
|
:type Offset: int
|
@@ -5484,7 +5500,7 @@ class DescribeConsumerGroupsRequest(AbstractModel):
|
|
5484
5500
|
|
5485
5501
|
@property
|
5486
5502
|
def SubscribeId(self):
|
5487
|
-
r"""订阅实例id
|
5503
|
+
r"""订阅实例id,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
5488
5504
|
:rtype: str
|
5489
5505
|
"""
|
5490
5506
|
return self._SubscribeId
|
@@ -5834,14 +5850,16 @@ class DescribeMigrationCheckJobRequest(AbstractModel):
|
|
5834
5850
|
|
5835
5851
|
def __init__(self):
|
5836
5852
|
r"""
|
5837
|
-
:param _JobId: 任务id
|
5853
|
+
:param _JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5854
|
+
|
5838
5855
|
:type JobId: str
|
5839
5856
|
"""
|
5840
5857
|
self._JobId = None
|
5841
5858
|
|
5842
5859
|
@property
|
5843
5860
|
def JobId(self):
|
5844
|
-
r"""任务id
|
5861
|
+
r"""任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
5862
|
+
|
5845
5863
|
:rtype: str
|
5846
5864
|
"""
|
5847
5865
|
return self._JobId
|
@@ -6718,14 +6736,16 @@ class DescribeModifyCheckSyncJobResultRequest(AbstractModel):
|
|
6718
6736
|
|
6719
6737
|
def __init__(self):
|
6720
6738
|
r"""
|
6721
|
-
:param _JobId: 同步任务id
|
6739
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
6740
|
+
|
6722
6741
|
:type JobId: str
|
6723
6742
|
"""
|
6724
6743
|
self._JobId = None
|
6725
6744
|
|
6726
6745
|
@property
|
6727
6746
|
def JobId(self):
|
6728
|
-
r"""同步任务id
|
6747
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
6748
|
+
|
6729
6749
|
:rtype: str
|
6730
6750
|
"""
|
6731
6751
|
return self._JobId
|
@@ -6864,7 +6884,7 @@ class DescribeOffsetByTimeRequest(AbstractModel):
|
|
6864
6884
|
|
6865
6885
|
def __init__(self):
|
6866
6886
|
r"""
|
6867
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
6887
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
6868
6888
|
:type SubscribeId: str
|
6869
6889
|
:param _Time: 时间点,格式为:Y-m-d h:m:s。如果输入时间比当前时间晚的多,相当于查询最新offset;如果输入时间比当前时间早的多,相当于查询最老offset;如果输入空,默认0时间,等价于查询最老offset。
|
6870
6890
|
:type Time: str
|
@@ -6874,7 +6894,7 @@ class DescribeOffsetByTimeRequest(AbstractModel):
|
|
6874
6894
|
|
6875
6895
|
@property
|
6876
6896
|
def SubscribeId(self):
|
6877
|
-
r"""数据订阅实例的 ID
|
6897
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
6878
6898
|
:rtype: str
|
6879
6899
|
"""
|
6880
6900
|
return self._SubscribeId
|
@@ -7137,14 +7157,14 @@ class DescribeSubscribeDetailRequest(AbstractModel):
|
|
7137
7157
|
|
7138
7158
|
def __init__(self):
|
7139
7159
|
r"""
|
7140
|
-
:param _SubscribeId: 订阅实例ID
|
7160
|
+
:param _SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
7141
7161
|
:type SubscribeId: str
|
7142
7162
|
"""
|
7143
7163
|
self._SubscribeId = None
|
7144
7164
|
|
7145
7165
|
@property
|
7146
7166
|
def SubscribeId(self):
|
7147
|
-
r"""订阅实例ID
|
7167
|
+
r"""订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
7148
7168
|
:rtype: str
|
7149
7169
|
"""
|
7150
7170
|
return self._SubscribeId
|
@@ -8003,14 +8023,14 @@ class DescribeSubscribeReturnableRequest(AbstractModel):
|
|
8003
8023
|
|
8004
8024
|
def __init__(self):
|
8005
8025
|
r"""
|
8006
|
-
:param _SubscribeId: 数据订阅实例的ID
|
8026
|
+
:param _SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
8007
8027
|
:type SubscribeId: str
|
8008
8028
|
"""
|
8009
8029
|
self._SubscribeId = None
|
8010
8030
|
|
8011
8031
|
@property
|
8012
8032
|
def SubscribeId(self):
|
8013
|
-
r"""数据订阅实例的ID
|
8033
|
+
r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
8014
8034
|
:rtype: str
|
8015
8035
|
"""
|
8016
8036
|
return self._SubscribeId
|
@@ -8396,14 +8416,14 @@ class DestroyIsolatedSubscribeRequest(AbstractModel):
|
|
8396
8416
|
|
8397
8417
|
def __init__(self):
|
8398
8418
|
r"""
|
8399
|
-
:param _SubscribeId: 数据订阅实例的ID
|
8419
|
+
:param _SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
8400
8420
|
:type SubscribeId: str
|
8401
8421
|
"""
|
8402
8422
|
self._SubscribeId = None
|
8403
8423
|
|
8404
8424
|
@property
|
8405
8425
|
def SubscribeId(self):
|
8406
|
-
r"""数据订阅实例的ID
|
8426
|
+
r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
8407
8427
|
:rtype: str
|
8408
8428
|
"""
|
8409
8429
|
return self._SubscribeId
|
@@ -8460,14 +8480,16 @@ class DestroyMigrateJobRequest(AbstractModel):
|
|
8460
8480
|
|
8461
8481
|
def __init__(self):
|
8462
8482
|
r"""
|
8463
|
-
:param _JobId: 任务id
|
8483
|
+
:param _JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
8484
|
+
|
8464
8485
|
:type JobId: str
|
8465
8486
|
"""
|
8466
8487
|
self._JobId = None
|
8467
8488
|
|
8468
8489
|
@property
|
8469
8490
|
def JobId(self):
|
8470
|
-
r"""任务id
|
8491
|
+
r"""任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
8492
|
+
|
8471
8493
|
:rtype: str
|
8472
8494
|
"""
|
8473
8495
|
return self._JobId
|
@@ -8524,14 +8546,16 @@ class DestroySyncJobRequest(AbstractModel):
|
|
8524
8546
|
|
8525
8547
|
def __init__(self):
|
8526
8548
|
r"""
|
8527
|
-
:param _JobId: 同步任务id
|
8549
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
8550
|
+
|
8528
8551
|
:type JobId: str
|
8529
8552
|
"""
|
8530
8553
|
self._JobId = None
|
8531
8554
|
|
8532
8555
|
@property
|
8533
8556
|
def JobId(self):
|
8534
|
-
r"""同步任务id
|
8557
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
8558
|
+
|
8535
8559
|
:rtype: str
|
8536
8560
|
"""
|
8537
8561
|
return self._JobId
|
@@ -10699,14 +10723,14 @@ class IsolateSubscribeRequest(AbstractModel):
|
|
10699
10723
|
|
10700
10724
|
def __init__(self):
|
10701
10725
|
r"""
|
10702
|
-
:param _SubscribeId: 订阅实例ID
|
10726
|
+
:param _SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
10703
10727
|
:type SubscribeId: str
|
10704
10728
|
"""
|
10705
10729
|
self._SubscribeId = None
|
10706
10730
|
|
10707
10731
|
@property
|
10708
10732
|
def SubscribeId(self):
|
10709
|
-
r"""订阅实例ID
|
10733
|
+
r"""订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
10710
10734
|
:rtype: str
|
10711
10735
|
"""
|
10712
10736
|
return self._SubscribeId
|
@@ -10763,14 +10787,14 @@ class IsolateSyncJobRequest(AbstractModel):
|
|
10763
10787
|
|
10764
10788
|
def __init__(self):
|
10765
10789
|
r"""
|
10766
|
-
:param _JobId: 同步任务id
|
10790
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
10767
10791
|
:type JobId: str
|
10768
10792
|
"""
|
10769
10793
|
self._JobId = None
|
10770
10794
|
|
10771
10795
|
@property
|
10772
10796
|
def JobId(self):
|
10773
|
-
r"""同步任务id
|
10797
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
10774
10798
|
:rtype: str
|
10775
10799
|
"""
|
10776
10800
|
return self._JobId
|
@@ -12013,13 +12037,13 @@ class ModifyConsumerGroupDescriptionRequest(AbstractModel):
|
|
12013
12037
|
|
12014
12038
|
def __init__(self):
|
12015
12039
|
r"""
|
12016
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
12040
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12017
12041
|
:type SubscribeId: str
|
12018
12042
|
:param _ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
12019
|
-
|
12043
|
+
请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12020
12044
|
:type ConsumerGroupName: str
|
12021
12045
|
:param _AccountName: 账户名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
12022
|
-
|
12046
|
+
请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12023
12047
|
:type AccountName: str
|
12024
12048
|
:param _Description: 修改之后的消费组描述
|
12025
12049
|
:type Description: str
|
@@ -12031,7 +12055,7 @@ class ModifyConsumerGroupDescriptionRequest(AbstractModel):
|
|
12031
12055
|
|
12032
12056
|
@property
|
12033
12057
|
def SubscribeId(self):
|
12034
|
-
r"""数据订阅实例的 ID
|
12058
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12035
12059
|
:rtype: str
|
12036
12060
|
"""
|
12037
12061
|
return self._SubscribeId
|
@@ -12043,7 +12067,7 @@ class ModifyConsumerGroupDescriptionRequest(AbstractModel):
|
|
12043
12067
|
@property
|
12044
12068
|
def ConsumerGroupName(self):
|
12045
12069
|
r"""消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。
|
12046
|
-
|
12070
|
+
请务必保证消费组名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12047
12071
|
:rtype: str
|
12048
12072
|
"""
|
12049
12073
|
return self._ConsumerGroupName
|
@@ -12055,7 +12079,7 @@ class ModifyConsumerGroupDescriptionRequest(AbstractModel):
|
|
12055
12079
|
@property
|
12056
12080
|
def AccountName(self):
|
12057
12081
|
r"""账户名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。
|
12058
|
-
|
12082
|
+
请务必保证账户名称正确。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12059
12083
|
:rtype: str
|
12060
12084
|
"""
|
12061
12085
|
return self._AccountName
|
@@ -12126,11 +12150,12 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
|
|
12126
12150
|
|
12127
12151
|
def __init__(self):
|
12128
12152
|
r"""
|
12129
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
12153
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12154
|
+
|
12130
12155
|
:type SubscribeId: str
|
12131
|
-
:param _AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}
|
12156
|
+
:param _AccountName: 账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12132
12157
|
:type AccountName: str
|
12133
|
-
:param _ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
12158
|
+
:param _ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12134
12159
|
:type ConsumerGroupName: str
|
12135
12160
|
:param _NewPassword: 新密码。字符长度不小于3,不大于32
|
12136
12161
|
:type NewPassword: str
|
@@ -12142,7 +12167,8 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
|
|
12142
12167
|
|
12143
12168
|
@property
|
12144
12169
|
def SubscribeId(self):
|
12145
|
-
r"""数据订阅实例的 ID
|
12170
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12171
|
+
|
12146
12172
|
:rtype: str
|
12147
12173
|
"""
|
12148
12174
|
return self._SubscribeId
|
@@ -12153,7 +12179,7 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
|
|
12153
12179
|
|
12154
12180
|
@property
|
12155
12181
|
def AccountName(self):
|
12156
|
-
r"""账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}
|
12182
|
+
r"""账号名称。实际的账户全称形如:account-#{SubscribeId}-#{AccountName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12157
12183
|
:rtype: str
|
12158
12184
|
"""
|
12159
12185
|
return self._AccountName
|
@@ -12164,7 +12190,7 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
|
|
12164
12190
|
|
12165
12191
|
@property
|
12166
12192
|
def ConsumerGroupName(self):
|
12167
|
-
r"""消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
12193
|
+
r"""消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/product/571/102947)接口获取。
|
12168
12194
|
:rtype: str
|
12169
12195
|
"""
|
12170
12196
|
return self._ConsumerGroupName
|
@@ -12811,7 +12837,7 @@ class ModifySubscribeAutoRenewFlagRequest(AbstractModel):
|
|
12811
12837
|
|
12812
12838
|
def __init__(self):
|
12813
12839
|
r"""
|
12814
|
-
:param _SubscribeId: 订阅实例ID
|
12840
|
+
:param _SubscribeId: 订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12815
12841
|
:type SubscribeId: str
|
12816
12842
|
:param _AutoRenewFlag: 自动续费标识。1-自动续费,0-不自动续费
|
12817
12843
|
:type AutoRenewFlag: int
|
@@ -12821,7 +12847,7 @@ class ModifySubscribeAutoRenewFlagRequest(AbstractModel):
|
|
12821
12847
|
|
12822
12848
|
@property
|
12823
12849
|
def SubscribeId(self):
|
12824
|
-
r"""订阅实例ID
|
12850
|
+
r"""订阅实例ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12825
12851
|
:rtype: str
|
12826
12852
|
"""
|
12827
12853
|
return self._SubscribeId
|
@@ -12890,7 +12916,7 @@ class ModifySubscribeNameRequest(AbstractModel):
|
|
12890
12916
|
|
12891
12917
|
def __init__(self):
|
12892
12918
|
r"""
|
12893
|
-
:param _SubscribeId: 数据订阅实例的ID
|
12919
|
+
:param _SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12894
12920
|
:type SubscribeId: str
|
12895
12921
|
:param _SubscribeName: 修改后的数据订阅实例的名称,长度限制为[1,60]
|
12896
12922
|
:type SubscribeName: str
|
@@ -12900,7 +12926,7 @@ class ModifySubscribeNameRequest(AbstractModel):
|
|
12900
12926
|
|
12901
12927
|
@property
|
12902
12928
|
def SubscribeId(self):
|
12903
|
-
r"""数据订阅实例的ID
|
12929
|
+
r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12904
12930
|
:rtype: str
|
12905
12931
|
"""
|
12906
12932
|
return self._SubscribeId
|
@@ -12969,11 +12995,11 @@ class ModifySubscribeObjectsRequest(AbstractModel):
|
|
12969
12995
|
|
12970
12996
|
def __init__(self):
|
12971
12997
|
r"""
|
12972
|
-
:param _SubscribeId: 数据订阅实例的ID
|
12998
|
+
:param _SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12973
12999
|
:type SubscribeId: str
|
12974
13000
|
:param _SubscribeObjectType: 数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合
|
12975
13001
|
:type SubscribeObjectType: int
|
12976
|
-
:param _Objects: 修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2
|
13002
|
+
:param _Objects: 修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。
|
12977
13003
|
:type Objects: list of ModifiedSubscribeObject
|
12978
13004
|
:param _DistributeRules: kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
|
12979
13005
|
:type DistributeRules: list of DistributeRule
|
@@ -12993,7 +13019,7 @@ class ModifySubscribeObjectsRequest(AbstractModel):
|
|
12993
13019
|
|
12994
13020
|
@property
|
12995
13021
|
def SubscribeId(self):
|
12996
|
-
r"""数据订阅实例的ID
|
13022
|
+
r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
12997
13023
|
:rtype: str
|
12998
13024
|
"""
|
12999
13025
|
return self._SubscribeId
|
@@ -13015,7 +13041,7 @@ class ModifySubscribeObjectsRequest(AbstractModel):
|
|
13015
13041
|
|
13016
13042
|
@property
|
13017
13043
|
def Objects(self):
|
13018
|
-
r"""修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2
|
13044
|
+
r"""修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。
|
13019
13045
|
:rtype: list of ModifiedSubscribeObject
|
13020
13046
|
"""
|
13021
13047
|
return self._Objects
|
@@ -13906,14 +13932,16 @@ class PauseMigrateJobRequest(AbstractModel):
|
|
13906
13932
|
|
13907
13933
|
def __init__(self):
|
13908
13934
|
r"""
|
13909
|
-
:param _JobId: 数据迁移任务ID
|
13935
|
+
:param _JobId: 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
13936
|
+
|
13910
13937
|
:type JobId: str
|
13911
13938
|
"""
|
13912
13939
|
self._JobId = None
|
13913
13940
|
|
13914
13941
|
@property
|
13915
13942
|
def JobId(self):
|
13916
|
-
r"""数据迁移任务ID
|
13943
|
+
r"""数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
13944
|
+
|
13917
13945
|
:rtype: str
|
13918
13946
|
"""
|
13919
13947
|
return self._JobId
|
@@ -13970,14 +13998,16 @@ class PauseSyncJobRequest(AbstractModel):
|
|
13970
13998
|
|
13971
13999
|
def __init__(self):
|
13972
14000
|
r"""
|
13973
|
-
:param _JobId: 同步任务id
|
14001
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
14002
|
+
|
13974
14003
|
:type JobId: str
|
13975
14004
|
"""
|
13976
14005
|
self._JobId = None
|
13977
14006
|
|
13978
14007
|
@property
|
13979
14008
|
def JobId(self):
|
13980
|
-
r"""同步任务id
|
14009
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
14010
|
+
|
13981
14011
|
:rtype: str
|
13982
14012
|
"""
|
13983
14013
|
return self._JobId
|
@@ -14453,14 +14483,16 @@ class RecoverMigrateJobRequest(AbstractModel):
|
|
14453
14483
|
|
14454
14484
|
def __init__(self):
|
14455
14485
|
r"""
|
14456
|
-
:param _JobId: 任务id
|
14486
|
+
:param _JobId: 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
14487
|
+
|
14457
14488
|
:type JobId: str
|
14458
14489
|
"""
|
14459
14490
|
self._JobId = None
|
14460
14491
|
|
14461
14492
|
@property
|
14462
14493
|
def JobId(self):
|
14463
|
-
r"""任务id
|
14494
|
+
r"""任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
14495
|
+
|
14464
14496
|
:rtype: str
|
14465
14497
|
"""
|
14466
14498
|
return self._JobId
|
@@ -14517,14 +14549,16 @@ class RecoverSyncJobRequest(AbstractModel):
|
|
14517
14549
|
|
14518
14550
|
def __init__(self):
|
14519
14551
|
r"""
|
14520
|
-
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23
|
14552
|
+
:param _JobId: 同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
14553
|
+
|
14521
14554
|
:type JobId: str
|
14522
14555
|
"""
|
14523
14556
|
self._JobId = None
|
14524
14557
|
|
14525
14558
|
@property
|
14526
14559
|
def JobId(self):
|
14527
|
-
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23
|
14560
|
+
r"""同步实例id(即标识一个同步作业),形如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
14561
|
+
|
14528
14562
|
:rtype: str
|
14529
14563
|
"""
|
14530
14564
|
return self._JobId
|
@@ -14720,14 +14754,16 @@ class ResetSubscribeRequest(AbstractModel):
|
|
14720
14754
|
|
14721
14755
|
def __init__(self):
|
14722
14756
|
r"""
|
14723
|
-
:param _SubscribeId: 数据订阅实例的ID
|
14757
|
+
:param _SubscribeId: 数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
14758
|
+
|
14724
14759
|
:type SubscribeId: str
|
14725
14760
|
"""
|
14726
14761
|
self._SubscribeId = None
|
14727
14762
|
|
14728
14763
|
@property
|
14729
14764
|
def SubscribeId(self):
|
14730
|
-
r"""数据订阅实例的ID
|
14765
|
+
r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
14766
|
+
|
14731
14767
|
:rtype: str
|
14732
14768
|
"""
|
14733
14769
|
return self._SubscribeId
|
@@ -15006,14 +15042,14 @@ class ResumeSubscribeRequest(AbstractModel):
|
|
15006
15042
|
|
15007
15043
|
def __init__(self):
|
15008
15044
|
r"""
|
15009
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
15045
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
15010
15046
|
:type SubscribeId: str
|
15011
15047
|
"""
|
15012
15048
|
self._SubscribeId = None
|
15013
15049
|
|
15014
15050
|
@property
|
15015
15051
|
def SubscribeId(self):
|
15016
|
-
r"""数据订阅实例的 ID
|
15052
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
15017
15053
|
:rtype: str
|
15018
15054
|
"""
|
15019
15055
|
return self._SubscribeId
|
@@ -15070,14 +15106,16 @@ class ResumeSyncJobRequest(AbstractModel):
|
|
15070
15106
|
|
15071
15107
|
def __init__(self):
|
15072
15108
|
r"""
|
15073
|
-
:param _JobId: 同步任务id
|
15109
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
15110
|
+
|
15074
15111
|
:type JobId: str
|
15075
15112
|
"""
|
15076
15113
|
self._JobId = None
|
15077
15114
|
|
15078
15115
|
@property
|
15079
15116
|
def JobId(self):
|
15080
|
-
r"""同步任务id
|
15117
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
15118
|
+
|
15081
15119
|
:rtype: str
|
15082
15120
|
"""
|
15083
15121
|
return self._JobId
|
@@ -15734,14 +15772,16 @@ class StartModifySyncJobRequest(AbstractModel):
|
|
15734
15772
|
|
15735
15773
|
def __init__(self):
|
15736
15774
|
r"""
|
15737
|
-
:param _JobId: 同步任务id
|
15775
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
15776
|
+
|
15738
15777
|
:type JobId: str
|
15739
15778
|
"""
|
15740
15779
|
self._JobId = None
|
15741
15780
|
|
15742
15781
|
@property
|
15743
15782
|
def JobId(self):
|
15744
|
-
r"""同步任务id
|
15783
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
15784
|
+
|
15745
15785
|
:rtype: str
|
15746
15786
|
"""
|
15747
15787
|
return self._JobId
|
@@ -15798,14 +15838,14 @@ class StartSubscribeRequest(AbstractModel):
|
|
15798
15838
|
|
15799
15839
|
def __init__(self):
|
15800
15840
|
r"""
|
15801
|
-
:param _SubscribeId: 数据订阅实例的 ID
|
15841
|
+
:param _SubscribeId: 数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
15802
15842
|
:type SubscribeId: str
|
15803
15843
|
"""
|
15804
15844
|
self._SubscribeId = None
|
15805
15845
|
|
15806
15846
|
@property
|
15807
15847
|
def SubscribeId(self):
|
15808
|
-
r"""数据订阅实例的 ID
|
15848
|
+
r"""数据订阅实例的 ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
|
15809
15849
|
:rtype: str
|
15810
15850
|
"""
|
15811
15851
|
return self._SubscribeId
|
@@ -16501,14 +16541,16 @@ class StopSyncJobRequest(AbstractModel):
|
|
16501
16541
|
|
16502
16542
|
def __init__(self):
|
16503
16543
|
r"""
|
16504
|
-
:param _JobId: 同步任务id
|
16544
|
+
:param _JobId: 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
16545
|
+
|
16505
16546
|
:type JobId: str
|
16506
16547
|
"""
|
16507
16548
|
self._JobId = None
|
16508
16549
|
|
16509
16550
|
@property
|
16510
16551
|
def JobId(self):
|
16511
|
-
r"""同步任务id
|
16552
|
+
r"""同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
16553
|
+
|
16512
16554
|
:rtype: str
|
16513
16555
|
"""
|
16514
16556
|
return self._JobId
|