tencentcloud-sdk-python-intl-en 3.0.1094__py2.py3-none-any.whl → 3.0.1096__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/__init__.py +0 -0
- tencentcloud/asr/v20190614/__init__.py +0 -0
- tencentcloud/asr/v20190614/asr_client.py +87 -0
- tencentcloud/asr/v20190614/errorcodes.py +66 -0
- tencentcloud/asr/v20190614/models.py +1293 -0
- tencentcloud/dts/v20180330/dts_client.py +0 -23
- tencentcloud/dts/v20180330/errorcodes.py +71 -14
- tencentcloud/dts/v20180330/models.py +57 -232
- tencentcloud/dts/v20211206/dts_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +939 -145
- tencentcloud/mps/v20190612/mps_client.py +25 -0
- tencentcloud/ocr/v20181119/models.py +45 -0
- {tencentcloud_sdk_python_intl_en-3.0.1094.dist-info → tencentcloud_sdk_python_intl_en-3.0.1096.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1094.dist-info → tencentcloud_sdk_python_intl_en-3.0.1096.dist-info}/RECORD +18 -13
- {tencentcloud_sdk_python_intl_en-3.0.1094.dist-info → tencentcloud_sdk_python_intl_en-3.0.1096.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1094.dist-info → tencentcloud_sdk_python_intl_en-3.0.1096.dist-info}/top_level.txt +0 -0
|
@@ -140,7 +140,7 @@ class ActivateSubscribeResponse(AbstractModel):
|
|
|
140
140
|
r"""
|
|
141
141
|
:param _AsyncRequestId: Data subscription configuration task ID.
|
|
142
142
|
:type AsyncRequestId: str
|
|
143
|
-
:param _RequestId: The unique request ID,
|
|
143
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
144
144
|
:type RequestId: str
|
|
145
145
|
"""
|
|
146
146
|
self._AsyncRequestId = None
|
|
@@ -159,7 +159,7 @@ class ActivateSubscribeResponse(AbstractModel):
|
|
|
159
159
|
|
|
160
160
|
@property
|
|
161
161
|
def RequestId(self):
|
|
162
|
-
"""The unique request ID,
|
|
162
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
163
163
|
:rtype: str
|
|
164
164
|
"""
|
|
165
165
|
return self._RequestId
|
|
@@ -232,14 +232,14 @@ class CompleteMigrateJobResponse(AbstractModel):
|
|
|
232
232
|
|
|
233
233
|
def __init__(self):
|
|
234
234
|
r"""
|
|
235
|
-
:param _RequestId: The unique request ID,
|
|
235
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
236
236
|
:type RequestId: str
|
|
237
237
|
"""
|
|
238
238
|
self._RequestId = None
|
|
239
239
|
|
|
240
240
|
@property
|
|
241
241
|
def RequestId(self):
|
|
242
|
-
"""The unique request ID,
|
|
242
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
243
243
|
:rtype: str
|
|
244
244
|
"""
|
|
245
245
|
return self._RequestId
|
|
@@ -362,14 +362,14 @@ class CreateMigrateCheckJobResponse(AbstractModel):
|
|
|
362
362
|
|
|
363
363
|
def __init__(self):
|
|
364
364
|
r"""
|
|
365
|
-
:param _RequestId: The unique request ID,
|
|
365
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
366
366
|
:type RequestId: str
|
|
367
367
|
"""
|
|
368
368
|
self._RequestId = None
|
|
369
369
|
|
|
370
370
|
@property
|
|
371
371
|
def RequestId(self):
|
|
372
|
-
"""The unique request ID,
|
|
372
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
373
373
|
:rtype: str
|
|
374
374
|
"""
|
|
375
375
|
return self._RequestId
|
|
@@ -617,7 +617,7 @@ class CreateMigrateJobResponse(AbstractModel):
|
|
|
617
617
|
r"""
|
|
618
618
|
:param _JobId: Data migration task ID
|
|
619
619
|
:type JobId: str
|
|
620
|
-
:param _RequestId: The unique request ID,
|
|
620
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
621
621
|
:type RequestId: str
|
|
622
622
|
"""
|
|
623
623
|
self._JobId = None
|
|
@@ -636,7 +636,7 @@ class CreateMigrateJobResponse(AbstractModel):
|
|
|
636
636
|
|
|
637
637
|
@property
|
|
638
638
|
def RequestId(self):
|
|
639
|
-
"""The unique request ID,
|
|
639
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
640
640
|
:rtype: str
|
|
641
641
|
"""
|
|
642
642
|
return self._RequestId
|
|
@@ -792,7 +792,7 @@ class CreateSubscribeResponse(AbstractModel):
|
|
|
792
792
|
:param _SubscribeIds: Data subscription instance ID array
|
|
793
793
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
794
794
|
:type SubscribeIds: list of str
|
|
795
|
-
:param _RequestId: The unique request ID,
|
|
795
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
796
796
|
:type RequestId: str
|
|
797
797
|
"""
|
|
798
798
|
self._SubscribeIds = None
|
|
@@ -812,7 +812,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
812
812
|
|
|
813
813
|
@property
|
|
814
814
|
def RequestId(self):
|
|
815
|
-
"""The unique request ID,
|
|
815
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
816
816
|
:rtype: str
|
|
817
817
|
"""
|
|
818
818
|
return self._RequestId
|
|
@@ -870,14 +870,14 @@ class DeleteMigrateJobResponse(AbstractModel):
|
|
|
870
870
|
|
|
871
871
|
def __init__(self):
|
|
872
872
|
r"""
|
|
873
|
-
:param _RequestId: The unique request ID,
|
|
873
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
874
874
|
:type RequestId: str
|
|
875
875
|
"""
|
|
876
876
|
self._RequestId = None
|
|
877
877
|
|
|
878
878
|
@property
|
|
879
879
|
def RequestId(self):
|
|
880
|
-
"""The unique request ID,
|
|
880
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
881
881
|
:rtype: str
|
|
882
882
|
"""
|
|
883
883
|
return self._RequestId
|
|
@@ -938,7 +938,7 @@ class DescribeAsyncRequestInfoResponse(AbstractModel):
|
|
|
938
938
|
:type Info: str
|
|
939
939
|
:param _Status: Task execution status. Valid values: success, failed, running
|
|
940
940
|
:type Status: str
|
|
941
|
-
:param _RequestId: The unique request ID,
|
|
941
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
942
942
|
:type RequestId: str
|
|
943
943
|
"""
|
|
944
944
|
self._Info = None
|
|
@@ -969,7 +969,7 @@ class DescribeAsyncRequestInfoResponse(AbstractModel):
|
|
|
969
969
|
|
|
970
970
|
@property
|
|
971
971
|
def RequestId(self):
|
|
972
|
-
"""The unique request ID,
|
|
972
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
973
973
|
:rtype: str
|
|
974
974
|
"""
|
|
975
975
|
return self._RequestId
|
|
@@ -1038,7 +1038,7 @@ class DescribeMigrateCheckJobResponse(AbstractModel):
|
|
|
1038
1038
|
:type Progress: str
|
|
1039
1039
|
:param _CheckFlag: Whether the check succeeds. 0: no; 1: yes; 3: not checked
|
|
1040
1040
|
:type CheckFlag: int
|
|
1041
|
-
:param _RequestId: The unique request ID,
|
|
1041
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1042
1042
|
:type RequestId: str
|
|
1043
1043
|
"""
|
|
1044
1044
|
self._Status = None
|
|
@@ -1105,7 +1105,7 @@ class DescribeMigrateCheckJobResponse(AbstractModel):
|
|
|
1105
1105
|
|
|
1106
1106
|
@property
|
|
1107
1107
|
def RequestId(self):
|
|
1108
|
-
"""The unique request ID,
|
|
1108
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1109
1109
|
:rtype: str
|
|
1110
1110
|
"""
|
|
1111
1111
|
return self._RequestId
|
|
@@ -1266,7 +1266,7 @@ class DescribeMigrateJobsResponse(AbstractModel):
|
|
|
1266
1266
|
:type TotalCount: int
|
|
1267
1267
|
:param _JobList: Array of task details
|
|
1268
1268
|
:type JobList: list of MigrateJobInfo
|
|
1269
|
-
:param _RequestId: The unique request ID,
|
|
1269
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1270
1270
|
:type RequestId: str
|
|
1271
1271
|
"""
|
|
1272
1272
|
self._TotalCount = None
|
|
@@ -1297,7 +1297,7 @@ class DescribeMigrateJobsResponse(AbstractModel):
|
|
|
1297
1297
|
|
|
1298
1298
|
@property
|
|
1299
1299
|
def RequestId(self):
|
|
1300
|
-
"""The unique request ID,
|
|
1300
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1301
1301
|
:rtype: str
|
|
1302
1302
|
"""
|
|
1303
1303
|
return self._RequestId
|
|
@@ -1318,75 +1318,6 @@ class DescribeMigrateJobsResponse(AbstractModel):
|
|
|
1318
1318
|
self._RequestId = params.get("RequestId")
|
|
1319
1319
|
|
|
1320
1320
|
|
|
1321
|
-
class DescribeRegionConfRequest(AbstractModel):
|
|
1322
|
-
"""DescribeRegionConf request structure.
|
|
1323
|
-
|
|
1324
|
-
"""
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
class DescribeRegionConfResponse(AbstractModel):
|
|
1328
|
-
"""DescribeRegionConf response structure.
|
|
1329
|
-
|
|
1330
|
-
"""
|
|
1331
|
-
|
|
1332
|
-
def __init__(self):
|
|
1333
|
-
r"""
|
|
1334
|
-
:param _TotalCount: Number of purchasable regions
|
|
1335
|
-
:type TotalCount: int
|
|
1336
|
-
:param _Items: Purchasable region details
|
|
1337
|
-
:type Items: list of SubscribeRegionConf
|
|
1338
|
-
:param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
1339
|
-
:type RequestId: str
|
|
1340
|
-
"""
|
|
1341
|
-
self._TotalCount = None
|
|
1342
|
-
self._Items = None
|
|
1343
|
-
self._RequestId = None
|
|
1344
|
-
|
|
1345
|
-
@property
|
|
1346
|
-
def TotalCount(self):
|
|
1347
|
-
"""Number of purchasable regions
|
|
1348
|
-
:rtype: int
|
|
1349
|
-
"""
|
|
1350
|
-
return self._TotalCount
|
|
1351
|
-
|
|
1352
|
-
@TotalCount.setter
|
|
1353
|
-
def TotalCount(self, TotalCount):
|
|
1354
|
-
self._TotalCount = TotalCount
|
|
1355
|
-
|
|
1356
|
-
@property
|
|
1357
|
-
def Items(self):
|
|
1358
|
-
"""Purchasable region details
|
|
1359
|
-
:rtype: list of SubscribeRegionConf
|
|
1360
|
-
"""
|
|
1361
|
-
return self._Items
|
|
1362
|
-
|
|
1363
|
-
@Items.setter
|
|
1364
|
-
def Items(self, Items):
|
|
1365
|
-
self._Items = Items
|
|
1366
|
-
|
|
1367
|
-
@property
|
|
1368
|
-
def RequestId(self):
|
|
1369
|
-
"""The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
1370
|
-
:rtype: str
|
|
1371
|
-
"""
|
|
1372
|
-
return self._RequestId
|
|
1373
|
-
|
|
1374
|
-
@RequestId.setter
|
|
1375
|
-
def RequestId(self, RequestId):
|
|
1376
|
-
self._RequestId = RequestId
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
def _deserialize(self, params):
|
|
1380
|
-
self._TotalCount = params.get("TotalCount")
|
|
1381
|
-
if params.get("Items") is not None:
|
|
1382
|
-
self._Items = []
|
|
1383
|
-
for item in params.get("Items"):
|
|
1384
|
-
obj = SubscribeRegionConf()
|
|
1385
|
-
obj._deserialize(item)
|
|
1386
|
-
self._Items.append(obj)
|
|
1387
|
-
self._RequestId = params.get("RequestId")
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
1321
|
class DescribeSubscribeConfRequest(AbstractModel):
|
|
1391
1322
|
"""DescribeSubscribeConf request structure.
|
|
1392
1323
|
|
|
@@ -1489,7 +1420,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
1489
1420
|
:param _Errors: Error message.
|
|
1490
1421
|
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
1491
1422
|
:type Errors: list of SubsErr
|
|
1492
|
-
:param _RequestId: The unique request ID,
|
|
1423
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1493
1424
|
:type RequestId: str
|
|
1494
1425
|
"""
|
|
1495
1426
|
self._SubscribeId = None
|
|
@@ -1835,7 +1766,7 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
1835
1766
|
|
|
1836
1767
|
@property
|
|
1837
1768
|
def RequestId(self):
|
|
1838
|
-
"""The unique request ID,
|
|
1769
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1839
1770
|
:rtype: str
|
|
1840
1771
|
"""
|
|
1841
1772
|
return self._RequestId
|
|
@@ -2124,7 +2055,7 @@ class DescribeSubscribesResponse(AbstractModel):
|
|
|
2124
2055
|
:type TotalCount: int
|
|
2125
2056
|
:param _Items: Information list of data subscription instances
|
|
2126
2057
|
:type Items: list of SubscribeInfo
|
|
2127
|
-
:param _RequestId: The unique request ID,
|
|
2058
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2128
2059
|
:type RequestId: str
|
|
2129
2060
|
"""
|
|
2130
2061
|
self._TotalCount = None
|
|
@@ -2155,7 +2086,7 @@ class DescribeSubscribesResponse(AbstractModel):
|
|
|
2155
2086
|
|
|
2156
2087
|
@property
|
|
2157
2088
|
def RequestId(self):
|
|
2158
|
-
"""The unique request ID,
|
|
2089
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2159
2090
|
:rtype: str
|
|
2160
2091
|
"""
|
|
2161
2092
|
return self._RequestId
|
|
@@ -2183,10 +2114,10 @@ class DstInfo(AbstractModel):
|
|
|
2183
2114
|
|
|
2184
2115
|
def __init__(self):
|
|
2185
2116
|
r"""
|
|
2186
|
-
:param _InstanceId: Target instance ID, such as cdb-jd92ijd8
|
|
2187
|
-
:type InstanceId: str
|
|
2188
2117
|
:param _Region: Target instance region, such as ap-guangzhou
|
|
2189
2118
|
:type Region: str
|
|
2119
|
+
:param _InstanceId: Target instance ID, such as cdb-jd92ijd8
|
|
2120
|
+
:type InstanceId: str
|
|
2190
2121
|
:param _Ip: Target instance VIP, which has been disused and does not need to be entered
|
|
2191
2122
|
:type Ip: str
|
|
2192
2123
|
:param _Port: Target instance Vport, which has been disused and does not need to be entered
|
|
@@ -2198,25 +2129,14 @@ class DstInfo(AbstractModel):
|
|
|
2198
2129
|
:param _Password: Target database password
|
|
2199
2130
|
:type Password: str
|
|
2200
2131
|
"""
|
|
2201
|
-
self._InstanceId = None
|
|
2202
2132
|
self._Region = None
|
|
2133
|
+
self._InstanceId = None
|
|
2203
2134
|
self._Ip = None
|
|
2204
2135
|
self._Port = None
|
|
2205
2136
|
self._ReadOnly = None
|
|
2206
2137
|
self._User = None
|
|
2207
2138
|
self._Password = None
|
|
2208
2139
|
|
|
2209
|
-
@property
|
|
2210
|
-
def InstanceId(self):
|
|
2211
|
-
"""Target instance ID, such as cdb-jd92ijd8
|
|
2212
|
-
:rtype: str
|
|
2213
|
-
"""
|
|
2214
|
-
return self._InstanceId
|
|
2215
|
-
|
|
2216
|
-
@InstanceId.setter
|
|
2217
|
-
def InstanceId(self, InstanceId):
|
|
2218
|
-
self._InstanceId = InstanceId
|
|
2219
|
-
|
|
2220
2140
|
@property
|
|
2221
2141
|
def Region(self):
|
|
2222
2142
|
"""Target instance region, such as ap-guangzhou
|
|
@@ -2228,6 +2148,17 @@ class DstInfo(AbstractModel):
|
|
|
2228
2148
|
def Region(self, Region):
|
|
2229
2149
|
self._Region = Region
|
|
2230
2150
|
|
|
2151
|
+
@property
|
|
2152
|
+
def InstanceId(self):
|
|
2153
|
+
"""Target instance ID, such as cdb-jd92ijd8
|
|
2154
|
+
:rtype: str
|
|
2155
|
+
"""
|
|
2156
|
+
return self._InstanceId
|
|
2157
|
+
|
|
2158
|
+
@InstanceId.setter
|
|
2159
|
+
def InstanceId(self, InstanceId):
|
|
2160
|
+
self._InstanceId = InstanceId
|
|
2161
|
+
|
|
2231
2162
|
@property
|
|
2232
2163
|
def Ip(self):
|
|
2233
2164
|
"""Target instance VIP, which has been disused and does not need to be entered
|
|
@@ -2285,8 +2216,8 @@ class DstInfo(AbstractModel):
|
|
|
2285
2216
|
|
|
2286
2217
|
|
|
2287
2218
|
def _deserialize(self, params):
|
|
2288
|
-
self._InstanceId = params.get("InstanceId")
|
|
2289
2219
|
self._Region = params.get("Region")
|
|
2220
|
+
self._InstanceId = params.get("InstanceId")
|
|
2290
2221
|
self._Ip = params.get("Ip")
|
|
2291
2222
|
self._Port = params.get("Port")
|
|
2292
2223
|
self._ReadOnly = params.get("ReadOnly")
|
|
@@ -2396,14 +2327,14 @@ class IsolateSubscribeResponse(AbstractModel):
|
|
|
2396
2327
|
|
|
2397
2328
|
def __init__(self):
|
|
2398
2329
|
r"""
|
|
2399
|
-
:param _RequestId: The unique request ID,
|
|
2330
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2400
2331
|
:type RequestId: str
|
|
2401
2332
|
"""
|
|
2402
2333
|
self._RequestId = None
|
|
2403
2334
|
|
|
2404
2335
|
@property
|
|
2405
2336
|
def RequestId(self):
|
|
2406
|
-
"""The unique request ID,
|
|
2337
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2407
2338
|
:rtype: str
|
|
2408
2339
|
"""
|
|
2409
2340
|
return self._RequestId
|
|
@@ -3340,14 +3271,14 @@ class ModifyMigrateJobResponse(AbstractModel):
|
|
|
3340
3271
|
|
|
3341
3272
|
def __init__(self):
|
|
3342
3273
|
r"""
|
|
3343
|
-
:param _RequestId: The unique request ID,
|
|
3274
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3344
3275
|
:type RequestId: str
|
|
3345
3276
|
"""
|
|
3346
3277
|
self._RequestId = None
|
|
3347
3278
|
|
|
3348
3279
|
@property
|
|
3349
3280
|
def RequestId(self):
|
|
3350
|
-
"""The unique request ID,
|
|
3281
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3351
3282
|
:rtype: str
|
|
3352
3283
|
"""
|
|
3353
3284
|
return self._RequestId
|
|
@@ -3419,14 +3350,14 @@ class ModifySubscribeConsumeTimeResponse(AbstractModel):
|
|
|
3419
3350
|
|
|
3420
3351
|
def __init__(self):
|
|
3421
3352
|
r"""
|
|
3422
|
-
:param _RequestId: The unique request ID,
|
|
3353
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3423
3354
|
:type RequestId: str
|
|
3424
3355
|
"""
|
|
3425
3356
|
self._RequestId = None
|
|
3426
3357
|
|
|
3427
3358
|
@property
|
|
3428
3359
|
def RequestId(self):
|
|
3429
|
-
"""The unique request ID,
|
|
3360
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3430
3361
|
:rtype: str
|
|
3431
3362
|
"""
|
|
3432
3363
|
return self._RequestId
|
|
@@ -3498,14 +3429,14 @@ class ModifySubscribeNameResponse(AbstractModel):
|
|
|
3498
3429
|
|
|
3499
3430
|
def __init__(self):
|
|
3500
3431
|
r"""
|
|
3501
|
-
:param _RequestId: The unique request ID,
|
|
3432
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3502
3433
|
:type RequestId: str
|
|
3503
3434
|
"""
|
|
3504
3435
|
self._RequestId = None
|
|
3505
3436
|
|
|
3506
3437
|
@property
|
|
3507
3438
|
def RequestId(self):
|
|
3508
|
-
"""The unique request ID,
|
|
3439
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3509
3440
|
:rtype: str
|
|
3510
3441
|
"""
|
|
3511
3442
|
return self._RequestId
|
|
@@ -3599,7 +3530,7 @@ class ModifySubscribeObjectsResponse(AbstractModel):
|
|
|
3599
3530
|
r"""
|
|
3600
3531
|
:param _AsyncRequestId: Async task ID
|
|
3601
3532
|
:type AsyncRequestId: str
|
|
3602
|
-
:param _RequestId: The unique request ID,
|
|
3533
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3603
3534
|
:type RequestId: str
|
|
3604
3535
|
"""
|
|
3605
3536
|
self._AsyncRequestId = None
|
|
@@ -3618,7 +3549,7 @@ class ModifySubscribeObjectsResponse(AbstractModel):
|
|
|
3618
3549
|
|
|
3619
3550
|
@property
|
|
3620
3551
|
def RequestId(self):
|
|
3621
|
-
"""The unique request ID,
|
|
3552
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3622
3553
|
:rtype: str
|
|
3623
3554
|
"""
|
|
3624
3555
|
return self._RequestId
|
|
@@ -3721,14 +3652,14 @@ class ModifySubscribeVipVportResponse(AbstractModel):
|
|
|
3721
3652
|
|
|
3722
3653
|
def __init__(self):
|
|
3723
3654
|
r"""
|
|
3724
|
-
:param _RequestId: The unique request ID,
|
|
3655
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3725
3656
|
:type RequestId: str
|
|
3726
3657
|
"""
|
|
3727
3658
|
self._RequestId = None
|
|
3728
3659
|
|
|
3729
3660
|
@property
|
|
3730
3661
|
def RequestId(self):
|
|
3731
|
-
"""The unique request ID,
|
|
3662
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3732
3663
|
:rtype: str
|
|
3733
3664
|
"""
|
|
3734
3665
|
return self._RequestId
|
|
@@ -3785,14 +3716,14 @@ class OfflineIsolatedSubscribeResponse(AbstractModel):
|
|
|
3785
3716
|
|
|
3786
3717
|
def __init__(self):
|
|
3787
3718
|
r"""
|
|
3788
|
-
:param _RequestId: The unique request ID,
|
|
3719
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3789
3720
|
:type RequestId: str
|
|
3790
3721
|
"""
|
|
3791
3722
|
self._RequestId = None
|
|
3792
3723
|
|
|
3793
3724
|
@property
|
|
3794
3725
|
def RequestId(self):
|
|
3795
|
-
"""The unique request ID,
|
|
3726
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3796
3727
|
:rtype: str
|
|
3797
3728
|
"""
|
|
3798
3729
|
return self._RequestId
|
|
@@ -3849,14 +3780,14 @@ class ResetSubscribeResponse(AbstractModel):
|
|
|
3849
3780
|
|
|
3850
3781
|
def __init__(self):
|
|
3851
3782
|
r"""
|
|
3852
|
-
:param _RequestId: The unique request ID,
|
|
3783
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3853
3784
|
:type RequestId: str
|
|
3854
3785
|
"""
|
|
3855
3786
|
self._RequestId = None
|
|
3856
3787
|
|
|
3857
3788
|
@property
|
|
3858
3789
|
def RequestId(self):
|
|
3859
|
-
"""The unique request ID,
|
|
3790
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3860
3791
|
:rtype: str
|
|
3861
3792
|
"""
|
|
3862
3793
|
return self._RequestId
|
|
@@ -4176,14 +4107,14 @@ class StartMigrateJobResponse(AbstractModel):
|
|
|
4176
4107
|
|
|
4177
4108
|
def __init__(self):
|
|
4178
4109
|
r"""
|
|
4179
|
-
:param _RequestId: The unique request ID,
|
|
4110
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4180
4111
|
:type RequestId: str
|
|
4181
4112
|
"""
|
|
4182
4113
|
self._RequestId = None
|
|
4183
4114
|
|
|
4184
4115
|
@property
|
|
4185
4116
|
def RequestId(self):
|
|
4186
|
-
"""The unique request ID,
|
|
4117
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4187
4118
|
:rtype: str
|
|
4188
4119
|
"""
|
|
4189
4120
|
return self._RequestId
|
|
@@ -4240,14 +4171,14 @@ class StopMigrateJobResponse(AbstractModel):
|
|
|
4240
4171
|
|
|
4241
4172
|
def __init__(self):
|
|
4242
4173
|
r"""
|
|
4243
|
-
:param _RequestId: The unique request ID,
|
|
4174
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4244
4175
|
:type RequestId: str
|
|
4245
4176
|
"""
|
|
4246
4177
|
self._RequestId = None
|
|
4247
4178
|
|
|
4248
4179
|
@property
|
|
4249
4180
|
def RequestId(self):
|
|
4250
|
-
"""The unique request ID,
|
|
4181
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4251
4182
|
:rtype: str
|
|
4252
4183
|
"""
|
|
4253
4184
|
return self._RequestId
|
|
@@ -4763,112 +4694,6 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
4763
4694
|
|
|
4764
4695
|
|
|
4765
4696
|
|
|
4766
|
-
class SubscribeRegionConf(AbstractModel):
|
|
4767
|
-
"""Sale information of data subscription region
|
|
4768
|
-
|
|
4769
|
-
"""
|
|
4770
|
-
|
|
4771
|
-
def __init__(self):
|
|
4772
|
-
r"""
|
|
4773
|
-
:param _RegionName: Region name, such as Guangzhou
|
|
4774
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4775
|
-
:type RegionName: str
|
|
4776
|
-
:param _Region: Region ID, such as ap-guangzhou
|
|
4777
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4778
|
-
:type Region: str
|
|
4779
|
-
:param _Area: Region name, such as South China
|
|
4780
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4781
|
-
:type Area: str
|
|
4782
|
-
:param _IsDefaultRegion: Whether it is the default region. 0: no, 1: yes
|
|
4783
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4784
|
-
:type IsDefaultRegion: int
|
|
4785
|
-
:param _Status: Purchasable status of current region. 1: normal, 2: beta test, 3: not purchasable
|
|
4786
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4787
|
-
:type Status: int
|
|
4788
|
-
"""
|
|
4789
|
-
self._RegionName = None
|
|
4790
|
-
self._Region = None
|
|
4791
|
-
self._Area = None
|
|
4792
|
-
self._IsDefaultRegion = None
|
|
4793
|
-
self._Status = None
|
|
4794
|
-
|
|
4795
|
-
@property
|
|
4796
|
-
def RegionName(self):
|
|
4797
|
-
"""Region name, such as Guangzhou
|
|
4798
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4799
|
-
:rtype: str
|
|
4800
|
-
"""
|
|
4801
|
-
return self._RegionName
|
|
4802
|
-
|
|
4803
|
-
@RegionName.setter
|
|
4804
|
-
def RegionName(self, RegionName):
|
|
4805
|
-
self._RegionName = RegionName
|
|
4806
|
-
|
|
4807
|
-
@property
|
|
4808
|
-
def Region(self):
|
|
4809
|
-
"""Region ID, such as ap-guangzhou
|
|
4810
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4811
|
-
:rtype: str
|
|
4812
|
-
"""
|
|
4813
|
-
return self._Region
|
|
4814
|
-
|
|
4815
|
-
@Region.setter
|
|
4816
|
-
def Region(self, Region):
|
|
4817
|
-
self._Region = Region
|
|
4818
|
-
|
|
4819
|
-
@property
|
|
4820
|
-
def Area(self):
|
|
4821
|
-
"""Region name, such as South China
|
|
4822
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4823
|
-
:rtype: str
|
|
4824
|
-
"""
|
|
4825
|
-
return self._Area
|
|
4826
|
-
|
|
4827
|
-
@Area.setter
|
|
4828
|
-
def Area(self, Area):
|
|
4829
|
-
self._Area = Area
|
|
4830
|
-
|
|
4831
|
-
@property
|
|
4832
|
-
def IsDefaultRegion(self):
|
|
4833
|
-
"""Whether it is the default region. 0: no, 1: yes
|
|
4834
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4835
|
-
:rtype: int
|
|
4836
|
-
"""
|
|
4837
|
-
return self._IsDefaultRegion
|
|
4838
|
-
|
|
4839
|
-
@IsDefaultRegion.setter
|
|
4840
|
-
def IsDefaultRegion(self, IsDefaultRegion):
|
|
4841
|
-
self._IsDefaultRegion = IsDefaultRegion
|
|
4842
|
-
|
|
4843
|
-
@property
|
|
4844
|
-
def Status(self):
|
|
4845
|
-
"""Purchasable status of current region. 1: normal, 2: beta test, 3: not purchasable
|
|
4846
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4847
|
-
:rtype: int
|
|
4848
|
-
"""
|
|
4849
|
-
return self._Status
|
|
4850
|
-
|
|
4851
|
-
@Status.setter
|
|
4852
|
-
def Status(self, Status):
|
|
4853
|
-
self._Status = Status
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
def _deserialize(self, params):
|
|
4857
|
-
self._RegionName = params.get("RegionName")
|
|
4858
|
-
self._Region = params.get("Region")
|
|
4859
|
-
self._Area = params.get("Area")
|
|
4860
|
-
self._IsDefaultRegion = params.get("IsDefaultRegion")
|
|
4861
|
-
self._Status = params.get("Status")
|
|
4862
|
-
memeber_set = set(params.keys())
|
|
4863
|
-
for name, value in vars(self).items():
|
|
4864
|
-
property_name = name[1:]
|
|
4865
|
-
if property_name in memeber_set:
|
|
4866
|
-
memeber_set.remove(property_name)
|
|
4867
|
-
if len(memeber_set) > 0:
|
|
4868
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
4697
|
class TagFilter(AbstractModel):
|
|
4873
4698
|
"""Tag filtering
|
|
4874
4699
|
|
|
@@ -29,7 +29,7 @@ class DtsClient(AbstractClient):
|
|
|
29
29
|
def CompleteMigrateJob(self, request):
|
|
30
30
|
"""This API is used to complete a data migration task.
|
|
31
31
|
For tasks in incremental migration mode, you need to call this API before migration gets ready for completion to stop migrating incremental data.
|
|
32
|
-
If the task status queried through the `DescribeMigrationJobs` API is ready (`Status` = `readyComplete), you can call this API to complete the migration task.
|
|
32
|
+
If the task status queried through the `DescribeMigrationJobs` API is ready (`Status` = `readyComplete`), you can call this API to complete the migration task.
|
|
33
33
|
|
|
34
34
|
:param request: Request instance for CompleteMigrateJob.
|
|
35
35
|
:type request: :class:`tencentcloud.dts.v20211206.models.CompleteMigrateJobRequest`
|