tencentcloud-sdk-python 3.0.1352__py2.py3-none-any.whl → 3.0.1354__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/batch/v20170312/batch_client.py +0 -46
- tencentcloud/batch/v20170312/errorcodes.py +0 -9
- tencentcloud/batch/v20170312/models.py +21 -962
- tencentcloud/bh/v20230418/models.py +15 -0
- tencentcloud/bi/v20220105/models.py +145 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +0 -82
- tencentcloud/cbs/v20170312/models.py +6 -14
- tencentcloud/cdn/v20180606/models.py +0 -46
- tencentcloud/chdfs/v20201112/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +19 -0
- tencentcloud/controlcenter/v20230110/models.py +0 -58
- tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20191016/models.py +375 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +701 -26
- tencentcloud/dcdb/v20180411/models.py +175 -2
- tencentcloud/dnspod/v20210323/models.py +0 -70
- tencentcloud/dts/v20211206/models.py +92 -0
- tencentcloud/facefusion/v20220927/models.py +4 -2
- tencentcloud/gs/v20191118/models.py +16 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +49 -416
- tencentcloud/lkeap/v20240522/models.py +12 -6
- tencentcloud/mariadb/v20170312/models.py +151 -2
- tencentcloud/mps/v20190612/models.py +2 -2
- tencentcloud/mqtt/v20240516/models.py +8 -2
- tencentcloud/ocr/v20181119/errorcodes.py +0 -3
- tencentcloud/ocr/v20181119/models.py +0 -558
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +15 -0
- tencentcloud/tcb/v20180608/models.py +20 -0
- tencentcloud/teo/v20220106/teo_client.py +6 -2
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +35 -3
- tencentcloud/tse/v20201207/models.py +0 -530
- tencentcloud/vod/v20240718/models.py +0 -2
- tencentcloud/vpc/v20170312/models.py +300 -0
- tencentcloud/vpc/v20170312/vpc_client.py +26 -0
- tencentcloud/wedata/v20210820/models.py +32 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/RECORD +48 -48
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1354.dist-info}/top_level.txt +0 -0
@@ -537,7 +537,6 @@ class CheckRecordSnapshotRollbackResponse(AbstractModel):
|
|
537
537
|
def __init__(self):
|
538
538
|
r"""
|
539
539
|
:param _Reason: 错误原因
|
540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
541
540
|
:type Reason: str
|
542
541
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
543
542
|
:type RequestId: str
|
@@ -548,7 +547,6 @@ class CheckRecordSnapshotRollbackResponse(AbstractModel):
|
|
548
547
|
@property
|
549
548
|
def Reason(self):
|
550
549
|
"""错误原因
|
551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
552
550
|
:rtype: str
|
553
551
|
"""
|
554
552
|
return self._Reason
|
@@ -659,10 +657,8 @@ class CheckSnapshotRollbackResponse(AbstractModel):
|
|
659
657
|
注意:此字段可能返回 null,表示取不到有效值。
|
660
658
|
:type Timeout: int
|
661
659
|
:param _Failed: 检查失败数量
|
662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
663
660
|
:type Failed: int
|
664
661
|
:param _FailedRecordList: 失败记录信息
|
665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
666
662
|
:type FailedRecordList: list of SnapshotRecord
|
667
663
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
668
664
|
:type RequestId: str
|
@@ -735,7 +731,6 @@ class CheckSnapshotRollbackResponse(AbstractModel):
|
|
735
731
|
@property
|
736
732
|
def Failed(self):
|
737
733
|
"""检查失败数量
|
738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
739
734
|
:rtype: int
|
740
735
|
"""
|
741
736
|
return self._Failed
|
@@ -747,7 +742,6 @@ class CheckSnapshotRollbackResponse(AbstractModel):
|
|
747
742
|
@property
|
748
743
|
def FailedRecordList(self):
|
749
744
|
"""失败记录信息
|
750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
751
745
|
:rtype: list of SnapshotRecord
|
752
746
|
"""
|
753
747
|
return self._FailedRecordList
|
@@ -1133,24 +1127,19 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1133
1127
|
def __init__(self):
|
1134
1128
|
r"""
|
1135
1129
|
:param _RecordList: 见RecordInfoBatch
|
1136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1137
1130
|
:type RecordList: list of CreateDomainBatchRecord
|
1138
1131
|
:param _Id: 任务编号
|
1139
1132
|
:type Id: int
|
1140
1133
|
:param _Domain: 域名
|
1141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1142
1134
|
:type Domain: str
|
1143
1135
|
:param _DomainGrade: 域名等级
|
1144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1145
1136
|
:type DomainGrade: str
|
1146
1137
|
:param _ErrMsg: 错误信息
|
1147
1138
|
注意:此字段可能返回 null,表示取不到有效值。
|
1148
1139
|
:type ErrMsg: str
|
1149
1140
|
:param _Status: 该条任务运行状态
|
1150
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1151
1141
|
:type Status: str
|
1152
1142
|
:param _Operation: 操作类型
|
1153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1154
1143
|
:type Operation: str
|
1155
1144
|
"""
|
1156
1145
|
self._RecordList = None
|
@@ -1164,7 +1153,6 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1164
1153
|
@property
|
1165
1154
|
def RecordList(self):
|
1166
1155
|
"""见RecordInfoBatch
|
1167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1168
1156
|
:rtype: list of CreateDomainBatchRecord
|
1169
1157
|
"""
|
1170
1158
|
return self._RecordList
|
@@ -1187,7 +1175,6 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1187
1175
|
@property
|
1188
1176
|
def Domain(self):
|
1189
1177
|
"""域名
|
1190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1191
1178
|
:rtype: str
|
1192
1179
|
"""
|
1193
1180
|
return self._Domain
|
@@ -1199,7 +1186,6 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1199
1186
|
@property
|
1200
1187
|
def DomainGrade(self):
|
1201
1188
|
"""域名等级
|
1202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1203
1189
|
:rtype: str
|
1204
1190
|
"""
|
1205
1191
|
return self._DomainGrade
|
@@ -1223,7 +1209,6 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1223
1209
|
@property
|
1224
1210
|
def Status(self):
|
1225
1211
|
"""该条任务运行状态
|
1226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1227
1212
|
:rtype: str
|
1228
1213
|
"""
|
1229
1214
|
return self._Status
|
@@ -1235,7 +1220,6 @@ class CreateDomainBatchDetail(AbstractModel):
|
|
1235
1220
|
@property
|
1236
1221
|
def Operation(self):
|
1237
1222
|
"""操作类型
|
1238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1239
1223
|
:rtype: str
|
1240
1224
|
"""
|
1241
1225
|
return self._Operation
|
@@ -1276,25 +1260,18 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1276
1260
|
def __init__(self):
|
1277
1261
|
r"""
|
1278
1262
|
:param _SubDomain: 子域名(主机记录)。
|
1279
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1280
1263
|
:type SubDomain: str
|
1281
1264
|
:param _RecordType: 记录类型, 详见 DescribeRecordType 接口
|
1282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1283
1265
|
:type RecordType: str
|
1284
1266
|
:param _RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
|
1285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1286
1267
|
:type RecordLine: str
|
1287
1268
|
:param _Value: 记录值
|
1288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1289
1269
|
:type Value: str
|
1290
1270
|
:param _TTL: 记录的 TTL 值
|
1291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1292
1271
|
:type TTL: int
|
1293
1272
|
:param _Status: 记录添加状态
|
1294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1295
1273
|
:type Status: str
|
1296
1274
|
:param _Operation: 操作类型
|
1297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1298
1275
|
:type Operation: str
|
1299
1276
|
:param _ErrMsg: 错误信息
|
1300
1277
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1315,7 +1292,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1315
1292
|
@property
|
1316
1293
|
def SubDomain(self):
|
1317
1294
|
"""子域名(主机记录)。
|
1318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1319
1295
|
:rtype: str
|
1320
1296
|
"""
|
1321
1297
|
return self._SubDomain
|
@@ -1327,7 +1303,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1327
1303
|
@property
|
1328
1304
|
def RecordType(self):
|
1329
1305
|
"""记录类型, 详见 DescribeRecordType 接口
|
1330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1331
1306
|
:rtype: str
|
1332
1307
|
"""
|
1333
1308
|
return self._RecordType
|
@@ -1339,7 +1314,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1339
1314
|
@property
|
1340
1315
|
def RecordLine(self):
|
1341
1316
|
"""解析记录的线路,详见 DescribeRecordLineList 接口
|
1342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1343
1317
|
:rtype: str
|
1344
1318
|
"""
|
1345
1319
|
return self._RecordLine
|
@@ -1351,7 +1325,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1351
1325
|
@property
|
1352
1326
|
def Value(self):
|
1353
1327
|
"""记录值
|
1354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1355
1328
|
:rtype: str
|
1356
1329
|
"""
|
1357
1330
|
return self._Value
|
@@ -1363,7 +1336,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1363
1336
|
@property
|
1364
1337
|
def TTL(self):
|
1365
1338
|
"""记录的 TTL 值
|
1366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1367
1339
|
:rtype: int
|
1368
1340
|
"""
|
1369
1341
|
return self._TTL
|
@@ -1375,7 +1347,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1375
1347
|
@property
|
1376
1348
|
def Status(self):
|
1377
1349
|
"""记录添加状态
|
1378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1379
1350
|
:rtype: str
|
1380
1351
|
"""
|
1381
1352
|
return self._Status
|
@@ -1387,7 +1358,6 @@ class CreateDomainBatchRecord(AbstractModel):
|
|
1387
1358
|
@property
|
1388
1359
|
def Operation(self):
|
1389
1360
|
"""操作类型
|
1390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1391
1361
|
:rtype: str
|
1392
1362
|
"""
|
1393
1363
|
return self._Operation
|
@@ -2244,27 +2214,22 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2244
2214
|
def __init__(self):
|
2245
2215
|
r"""
|
2246
2216
|
:param _RecordList: 见RecordInfoBatch
|
2247
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2248
2217
|
:type RecordList: list of CreateRecordBatchRecord
|
2249
2218
|
:param _Id: 任务编号
|
2250
2219
|
:type Id: int
|
2251
2220
|
:param _Domain: 域名
|
2252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2253
2221
|
:type Domain: str
|
2254
2222
|
:param _DomainGrade: 域名等级
|
2255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2256
2223
|
:type DomainGrade: str
|
2257
2224
|
:param _ErrMsg: 错误信息
|
2258
2225
|
注意:此字段可能返回 null,表示取不到有效值。
|
2259
2226
|
:type ErrMsg: str
|
2260
2227
|
:param _Status: 该条任务运行状态
|
2261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2262
2228
|
:type Status: str
|
2263
2229
|
:param _Operation: 操作类型
|
2264
2230
|
注意:此字段可能返回 null,表示取不到有效值。
|
2265
2231
|
:type Operation: str
|
2266
2232
|
:param _DomainId: 域名ID
|
2267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2268
2233
|
:type DomainId: int
|
2269
2234
|
"""
|
2270
2235
|
self._RecordList = None
|
@@ -2279,7 +2244,6 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2279
2244
|
@property
|
2280
2245
|
def RecordList(self):
|
2281
2246
|
"""见RecordInfoBatch
|
2282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2283
2247
|
:rtype: list of CreateRecordBatchRecord
|
2284
2248
|
"""
|
2285
2249
|
return self._RecordList
|
@@ -2302,7 +2266,6 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2302
2266
|
@property
|
2303
2267
|
def Domain(self):
|
2304
2268
|
"""域名
|
2305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2306
2269
|
:rtype: str
|
2307
2270
|
"""
|
2308
2271
|
return self._Domain
|
@@ -2314,7 +2277,6 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2314
2277
|
@property
|
2315
2278
|
def DomainGrade(self):
|
2316
2279
|
"""域名等级
|
2317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2318
2280
|
:rtype: str
|
2319
2281
|
"""
|
2320
2282
|
return self._DomainGrade
|
@@ -2338,7 +2300,6 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2338
2300
|
@property
|
2339
2301
|
def Status(self):
|
2340
2302
|
"""该条任务运行状态
|
2341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2342
2303
|
:rtype: str
|
2343
2304
|
"""
|
2344
2305
|
return self._Status
|
@@ -2362,7 +2323,6 @@ class CreateRecordBatchDetail(AbstractModel):
|
|
2362
2323
|
@property
|
2363
2324
|
def DomainId(self):
|
2364
2325
|
"""域名ID
|
2365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2366
2326
|
:rtype: int
|
2367
2327
|
"""
|
2368
2328
|
return self._DomainId
|
@@ -2404,22 +2364,16 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2404
2364
|
def __init__(self):
|
2405
2365
|
r"""
|
2406
2366
|
:param _SubDomain: 子域名(主机记录)。
|
2407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2408
2367
|
:type SubDomain: str
|
2409
2368
|
:param _RecordType: 记录类型, 详见 DescribeRecordType 接口
|
2410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2411
2369
|
:type RecordType: str
|
2412
2370
|
:param _RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
|
2413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2414
2371
|
:type RecordLine: str
|
2415
2372
|
:param _Value: 记录值
|
2416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2417
2373
|
:type Value: str
|
2418
2374
|
:param _TTL: 记录的 TTL 值
|
2419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2420
2375
|
:type TTL: int
|
2421
2376
|
:param _Status: 记录添加状态
|
2422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2423
2377
|
:type Status: str
|
2424
2378
|
:param _Operation: 操作类型
|
2425
2379
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2430,10 +2384,8 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2430
2384
|
:param _Id: 此条记录在列表中的ID
|
2431
2385
|
:type Id: int
|
2432
2386
|
:param _MX: 记录的MX权重
|
2433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2434
2387
|
:type MX: int
|
2435
2388
|
:param _Weight: 记录的权重
|
2436
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2437
2389
|
:type Weight: int
|
2438
2390
|
"""
|
2439
2391
|
self._SubDomain = None
|
@@ -2451,7 +2403,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2451
2403
|
@property
|
2452
2404
|
def SubDomain(self):
|
2453
2405
|
"""子域名(主机记录)。
|
2454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2455
2406
|
:rtype: str
|
2456
2407
|
"""
|
2457
2408
|
return self._SubDomain
|
@@ -2463,7 +2414,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2463
2414
|
@property
|
2464
2415
|
def RecordType(self):
|
2465
2416
|
"""记录类型, 详见 DescribeRecordType 接口
|
2466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2467
2417
|
:rtype: str
|
2468
2418
|
"""
|
2469
2419
|
return self._RecordType
|
@@ -2475,7 +2425,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2475
2425
|
@property
|
2476
2426
|
def RecordLine(self):
|
2477
2427
|
"""解析记录的线路,详见 DescribeRecordLineList 接口
|
2478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2479
2428
|
:rtype: str
|
2480
2429
|
"""
|
2481
2430
|
return self._RecordLine
|
@@ -2487,7 +2436,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2487
2436
|
@property
|
2488
2437
|
def Value(self):
|
2489
2438
|
"""记录值
|
2490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2491
2439
|
:rtype: str
|
2492
2440
|
"""
|
2493
2441
|
return self._Value
|
@@ -2499,7 +2447,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2499
2447
|
@property
|
2500
2448
|
def TTL(self):
|
2501
2449
|
"""记录的 TTL 值
|
2502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2503
2450
|
:rtype: int
|
2504
2451
|
"""
|
2505
2452
|
return self._TTL
|
@@ -2511,7 +2458,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2511
2458
|
@property
|
2512
2459
|
def Status(self):
|
2513
2460
|
"""记录添加状态
|
2514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2515
2461
|
:rtype: str
|
2516
2462
|
"""
|
2517
2463
|
return self._Status
|
@@ -2558,7 +2504,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2558
2504
|
@property
|
2559
2505
|
def MX(self):
|
2560
2506
|
"""记录的MX权重
|
2561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2562
2507
|
:rtype: int
|
2563
2508
|
"""
|
2564
2509
|
return self._MX
|
@@ -2570,7 +2515,6 @@ class CreateRecordBatchRecord(AbstractModel):
|
|
2570
2515
|
@property
|
2571
2516
|
def Weight(self):
|
2572
2517
|
"""记录的权重
|
2573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2574
2518
|
:rtype: int
|
2575
2519
|
"""
|
2576
2520
|
return self._Weight
|
@@ -4974,7 +4918,6 @@ class DescribeBatchTaskDetail(AbstractModel):
|
|
4974
4918
|
def __init__(self):
|
4975
4919
|
r"""
|
4976
4920
|
:param _RecordList: 见BatchRecordInfo
|
4977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4978
4921
|
:type RecordList: list of BatchRecordInfo
|
4979
4922
|
:param _Id: 任务编号
|
4980
4923
|
:type Id: int
|
@@ -4982,13 +4925,11 @@ class DescribeBatchTaskDetail(AbstractModel):
|
|
4982
4925
|
注意:此字段可能返回 null,表示取不到有效值。
|
4983
4926
|
:type Domain: str
|
4984
4927
|
:param _DomainGrade: 域名等级
|
4985
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4986
4928
|
:type DomainGrade: str
|
4987
4929
|
:param _ErrMsg: 错误信息
|
4988
4930
|
注意:此字段可能返回 null,表示取不到有效值。
|
4989
4931
|
:type ErrMsg: str
|
4990
4932
|
:param _Status: 该条任务运行状态
|
4991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4992
4933
|
:type Status: str
|
4993
4934
|
:param _Operation: 操作类型
|
4994
4935
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5009,7 +4950,6 @@ class DescribeBatchTaskDetail(AbstractModel):
|
|
5009
4950
|
@property
|
5010
4951
|
def RecordList(self):
|
5011
4952
|
"""见BatchRecordInfo
|
5012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5013
4953
|
:rtype: list of BatchRecordInfo
|
5014
4954
|
"""
|
5015
4955
|
return self._RecordList
|
@@ -5044,7 +4984,6 @@ class DescribeBatchTaskDetail(AbstractModel):
|
|
5044
4984
|
@property
|
5045
4985
|
def DomainGrade(self):
|
5046
4986
|
"""域名等级
|
5047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5048
4987
|
:rtype: str
|
5049
4988
|
"""
|
5050
4989
|
return self._DomainGrade
|
@@ -5068,7 +5007,6 @@ class DescribeBatchTaskDetail(AbstractModel):
|
|
5068
5007
|
@property
|
5069
5008
|
def Status(self):
|
5070
5009
|
"""该条任务运行状态
|
5071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5072
5010
|
:rtype: str
|
5073
5011
|
"""
|
5074
5012
|
return self._Status
|
@@ -11814,7 +11752,6 @@ RECORD_EXPORT:导出解析记录
|
|
11814
11752
|
DOMAIN_EXPORT:导出域名列表
|
11815
11753
|
:type Type: str
|
11816
11754
|
:param _LeftTime: 剩余时间
|
11817
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11818
11755
|
:type LeftTime: :class:`tencentcloud.dnspod.v20210323.models.LeftTime`
|
11819
11756
|
"""
|
11820
11757
|
self._FileId = None
|
@@ -11952,7 +11889,6 @@ DOMAIN_EXPORT:导出域名列表
|
|
11952
11889
|
@property
|
11953
11890
|
def LeftTime(self):
|
11954
11891
|
"""剩余时间
|
11955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11956
11892
|
:rtype: :class:`tencentcloud.dnspod.v20210323.models.LeftTime`
|
11957
11893
|
"""
|
11958
11894
|
return self._LeftTime
|
@@ -12126,13 +12062,10 @@ class LeftTime(AbstractModel):
|
|
12126
12062
|
def __init__(self):
|
12127
12063
|
r"""
|
12128
12064
|
:param _Days: 剩余天数
|
12129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12130
12065
|
:type Days: int
|
12131
12066
|
:param _Hours: 剩余小时数
|
12132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12133
12067
|
:type Hours: int
|
12134
12068
|
:param _Mins: 剩余分钟数
|
12135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12136
12069
|
:type Mins: int
|
12137
12070
|
"""
|
12138
12071
|
self._Days = None
|
@@ -12142,7 +12075,6 @@ class LeftTime(AbstractModel):
|
|
12142
12075
|
@property
|
12143
12076
|
def Days(self):
|
12144
12077
|
"""剩余天数
|
12145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12146
12078
|
:rtype: int
|
12147
12079
|
"""
|
12148
12080
|
return self._Days
|
@@ -12154,7 +12086,6 @@ class LeftTime(AbstractModel):
|
|
12154
12086
|
@property
|
12155
12087
|
def Hours(self):
|
12156
12088
|
"""剩余小时数
|
12157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12158
12089
|
:rtype: int
|
12159
12090
|
"""
|
12160
12091
|
return self._Hours
|
@@ -12166,7 +12097,6 @@ class LeftTime(AbstractModel):
|
|
12166
12097
|
@property
|
12167
12098
|
def Mins(self):
|
12168
12099
|
"""剩余分钟数
|
12169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12170
12100
|
:rtype: int
|
12171
12101
|
"""
|
12172
12102
|
return self._Mins
|
@@ -3619,6 +3619,8 @@ class DBInfo(AbstractModel):
|
|
3619
3619
|
:type TmpSecretKey: str
|
3620
3620
|
:param _TmpToken: 临时密钥Id,可通过申请扮演角色临时访问凭证获取临时密钥https://cloud.tencent.com/document/product/1312/48197,其中角色资源RoleArn的定义可参考DTS跨账号迁移文档(https://cloud.tencent.com/document/product/571/54117)第4节中关于角色的定义。
|
3621
3621
|
:type TmpToken: str
|
3622
|
+
:param _EncryptConn: 是否走加密传输、UnEncrypted表示不走加密传输,Encrypted表示走加密传输,默认UnEncrypted
|
3623
|
+
:type EncryptConn: str
|
3622
3624
|
:param _SetId: tdsql的分片id。如节点类型为set必填。
|
3623
3625
|
:type SetId: str
|
3624
3626
|
"""
|
@@ -3642,6 +3644,7 @@ class DBInfo(AbstractModel):
|
|
3642
3644
|
self._TmpSecretId = None
|
3643
3645
|
self._TmpSecretKey = None
|
3644
3646
|
self._TmpToken = None
|
3647
|
+
self._EncryptConn = None
|
3645
3648
|
self._SetId = None
|
3646
3649
|
|
3647
3650
|
@property
|
@@ -3864,6 +3867,17 @@ class DBInfo(AbstractModel):
|
|
3864
3867
|
def TmpToken(self, TmpToken):
|
3865
3868
|
self._TmpToken = TmpToken
|
3866
3869
|
|
3870
|
+
@property
|
3871
|
+
def EncryptConn(self):
|
3872
|
+
"""是否走加密传输、UnEncrypted表示不走加密传输,Encrypted表示走加密传输,默认UnEncrypted
|
3873
|
+
:rtype: str
|
3874
|
+
"""
|
3875
|
+
return self._EncryptConn
|
3876
|
+
|
3877
|
+
@EncryptConn.setter
|
3878
|
+
def EncryptConn(self, EncryptConn):
|
3879
|
+
self._EncryptConn = EncryptConn
|
3880
|
+
|
3867
3881
|
@property
|
3868
3882
|
def SetId(self):
|
3869
3883
|
"""tdsql的分片id。如节点类型为set必填。
|
@@ -3897,6 +3911,7 @@ class DBInfo(AbstractModel):
|
|
3897
3911
|
self._TmpSecretId = params.get("TmpSecretId")
|
3898
3912
|
self._TmpSecretKey = params.get("TmpSecretKey")
|
3899
3913
|
self._TmpToken = params.get("TmpToken")
|
3914
|
+
self._EncryptConn = params.get("EncryptConn")
|
3900
3915
|
self._SetId = params.get("SetId")
|
3901
3916
|
memeber_set = set(params.keys())
|
3902
3917
|
for name, value in vars(self).items():
|
@@ -9194,11 +9209,26 @@ class DynamicOptions(AbstractModel):
|
|
9194
9209
|
:type ConflictHandleType: str
|
9195
9210
|
:param _ConflictHandleOption: 冲突处理的详细选项,如条件覆盖中的条件行和条件操作;不能部分更新该选项的内部字段;有更新时、需要全量更新该字段
|
9196
9211
|
:type ConflictHandleOption: :class:`tencentcloud.dts.v20211206.models.ConflictHandleOption`
|
9212
|
+
:param _KafkaOption: 同步到kafka链路的kafka配置
|
9213
|
+
:type KafkaOption: :class:`tencentcloud.dts.v20211206.models.KafkaOption`
|
9214
|
+
:param _FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
9215
|
+
:type FilterBeginCommit: bool
|
9216
|
+
:param _FilterCheckpoint: 同步到kafka链路是否过滤掉checkpoint消息。目前仅mysql2kafka链路支持
|
9217
|
+
:type FilterCheckpoint: bool
|
9218
|
+
:param _DealOfExistSameTable: 同名表的处理,ReportErrorAfterCheck(前置校验并报错,默认)、ExecuteAfterIgnore(忽略并继续执行)
|
9219
|
+
:type DealOfExistSameTable: str
|
9220
|
+
:param _StartPosition: 仅增量任务重新设置指定位点
|
9221
|
+
:type StartPosition: str
|
9197
9222
|
"""
|
9198
9223
|
self._OpTypes = None
|
9199
9224
|
self._DdlOptions = None
|
9200
9225
|
self._ConflictHandleType = None
|
9201
9226
|
self._ConflictHandleOption = None
|
9227
|
+
self._KafkaOption = None
|
9228
|
+
self._FilterBeginCommit = None
|
9229
|
+
self._FilterCheckpoint = None
|
9230
|
+
self._DealOfExistSameTable = None
|
9231
|
+
self._StartPosition = None
|
9202
9232
|
|
9203
9233
|
@property
|
9204
9234
|
def OpTypes(self):
|
@@ -9244,6 +9274,61 @@ class DynamicOptions(AbstractModel):
|
|
9244
9274
|
def ConflictHandleOption(self, ConflictHandleOption):
|
9245
9275
|
self._ConflictHandleOption = ConflictHandleOption
|
9246
9276
|
|
9277
|
+
@property
|
9278
|
+
def KafkaOption(self):
|
9279
|
+
"""同步到kafka链路的kafka配置
|
9280
|
+
:rtype: :class:`tencentcloud.dts.v20211206.models.KafkaOption`
|
9281
|
+
"""
|
9282
|
+
return self._KafkaOption
|
9283
|
+
|
9284
|
+
@KafkaOption.setter
|
9285
|
+
def KafkaOption(self, KafkaOption):
|
9286
|
+
self._KafkaOption = KafkaOption
|
9287
|
+
|
9288
|
+
@property
|
9289
|
+
def FilterBeginCommit(self):
|
9290
|
+
"""同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
9291
|
+
:rtype: bool
|
9292
|
+
"""
|
9293
|
+
return self._FilterBeginCommit
|
9294
|
+
|
9295
|
+
@FilterBeginCommit.setter
|
9296
|
+
def FilterBeginCommit(self, FilterBeginCommit):
|
9297
|
+
self._FilterBeginCommit = FilterBeginCommit
|
9298
|
+
|
9299
|
+
@property
|
9300
|
+
def FilterCheckpoint(self):
|
9301
|
+
"""同步到kafka链路是否过滤掉checkpoint消息。目前仅mysql2kafka链路支持
|
9302
|
+
:rtype: bool
|
9303
|
+
"""
|
9304
|
+
return self._FilterCheckpoint
|
9305
|
+
|
9306
|
+
@FilterCheckpoint.setter
|
9307
|
+
def FilterCheckpoint(self, FilterCheckpoint):
|
9308
|
+
self._FilterCheckpoint = FilterCheckpoint
|
9309
|
+
|
9310
|
+
@property
|
9311
|
+
def DealOfExistSameTable(self):
|
9312
|
+
"""同名表的处理,ReportErrorAfterCheck(前置校验并报错,默认)、ExecuteAfterIgnore(忽略并继续执行)
|
9313
|
+
:rtype: str
|
9314
|
+
"""
|
9315
|
+
return self._DealOfExistSameTable
|
9316
|
+
|
9317
|
+
@DealOfExistSameTable.setter
|
9318
|
+
def DealOfExistSameTable(self, DealOfExistSameTable):
|
9319
|
+
self._DealOfExistSameTable = DealOfExistSameTable
|
9320
|
+
|
9321
|
+
@property
|
9322
|
+
def StartPosition(self):
|
9323
|
+
"""仅增量任务重新设置指定位点
|
9324
|
+
:rtype: str
|
9325
|
+
"""
|
9326
|
+
return self._StartPosition
|
9327
|
+
|
9328
|
+
@StartPosition.setter
|
9329
|
+
def StartPosition(self, StartPosition):
|
9330
|
+
self._StartPosition = StartPosition
|
9331
|
+
|
9247
9332
|
|
9248
9333
|
def _deserialize(self, params):
|
9249
9334
|
self._OpTypes = params.get("OpTypes")
|
@@ -9257,6 +9342,13 @@ class DynamicOptions(AbstractModel):
|
|
9257
9342
|
if params.get("ConflictHandleOption") is not None:
|
9258
9343
|
self._ConflictHandleOption = ConflictHandleOption()
|
9259
9344
|
self._ConflictHandleOption._deserialize(params.get("ConflictHandleOption"))
|
9345
|
+
if params.get("KafkaOption") is not None:
|
9346
|
+
self._KafkaOption = KafkaOption()
|
9347
|
+
self._KafkaOption._deserialize(params.get("KafkaOption"))
|
9348
|
+
self._FilterBeginCommit = params.get("FilterBeginCommit")
|
9349
|
+
self._FilterCheckpoint = params.get("FilterCheckpoint")
|
9350
|
+
self._DealOfExistSameTable = params.get("DealOfExistSameTable")
|
9351
|
+
self._StartPosition = params.get("StartPosition")
|
9260
9352
|
memeber_set = set(params.keys())
|
9261
9353
|
for name, value in vars(self).items():
|
9262
9354
|
property_name = name[1:]
|
@@ -29,7 +29,8 @@ class DescribeMaterialListRequest(AbstractModel):
|
|
29
29
|
:type ActivityId: str
|
30
30
|
:param _MaterialId: 素材Id
|
31
31
|
:type MaterialId: str
|
32
|
-
:param _Limit:
|
32
|
+
:param _Limit: 每次拉取条数。
|
33
|
+
每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求拉取全部素材信息。
|
33
34
|
:type Limit: int
|
34
35
|
:param _Offset: 偏移量
|
35
36
|
:type Offset: int
|
@@ -63,7 +64,8 @@ class DescribeMaterialListRequest(AbstractModel):
|
|
63
64
|
|
64
65
|
@property
|
65
66
|
def Limit(self):
|
66
|
-
"""
|
67
|
+
"""每次拉取条数。
|
68
|
+
每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求拉取全部素材信息。
|
67
69
|
:rtype: int
|
68
70
|
"""
|
69
71
|
return self._Limit
|
@@ -3666,11 +3666,17 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
|
|
3666
3666
|
r"""
|
3667
3667
|
:param _AndroidInstanceId: 安卓实例 ID
|
3668
3668
|
:type AndroidInstanceId: str
|
3669
|
-
:param _Width:
|
3669
|
+
:param _Width: 分辨率宽度。建议按照以下数值设置,避免出现性能不足问题:
|
3670
|
+
实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1080
|
3671
|
+
实例类型为 四开(A4) 及以上:建议设置为 720
|
3670
3672
|
:type Width: int
|
3671
|
-
:param _Height:
|
3673
|
+
:param _Height: 分辨率高度。建议按照以下数值设置,避免出现性能不足问题:
|
3674
|
+
实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1920
|
3675
|
+
实例类型为 四开(A4) 及以上:建议设置为 1280
|
3672
3676
|
:type Height: int
|
3673
3677
|
:param _DPI: 每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App 异常退出,请谨慎使用!
|
3678
|
+
分辨率为 720x1280:建议配置为 320
|
3679
|
+
分辨率为 1080x1920:建议配置为 480
|
3674
3680
|
:type DPI: int
|
3675
3681
|
"""
|
3676
3682
|
self._AndroidInstanceId = None
|
@@ -3691,7 +3697,9 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
|
|
3691
3697
|
|
3692
3698
|
@property
|
3693
3699
|
def Width(self):
|
3694
|
-
"""
|
3700
|
+
"""分辨率宽度。建议按照以下数值设置,避免出现性能不足问题:
|
3701
|
+
实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1080
|
3702
|
+
实例类型为 四开(A4) 及以上:建议设置为 720
|
3695
3703
|
:rtype: int
|
3696
3704
|
"""
|
3697
3705
|
return self._Width
|
@@ -3702,7 +3710,9 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
|
|
3702
3710
|
|
3703
3711
|
@property
|
3704
3712
|
def Height(self):
|
3705
|
-
"""
|
3713
|
+
"""分辨率高度。建议按照以下数值设置,避免出现性能不足问题:
|
3714
|
+
实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1920
|
3715
|
+
实例类型为 四开(A4) 及以上:建议设置为 1280
|
3706
3716
|
:rtype: int
|
3707
3717
|
"""
|
3708
3718
|
return self._Height
|
@@ -3714,6 +3724,8 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
|
|
3714
3724
|
@property
|
3715
3725
|
def DPI(self):
|
3716
3726
|
"""每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App 异常退出,请谨慎使用!
|
3727
|
+
分辨率为 720x1280:建议配置为 320
|
3728
|
+
分辨率为 1080x1920:建议配置为 480
|
3717
3729
|
:rtype: int
|
3718
3730
|
"""
|
3719
3731
|
return self._DPI
|
@@ -533,7 +533,7 @@ class IotexplorerClient(AbstractClient):
|
|
533
533
|
|
534
534
|
|
535
535
|
def CreatePositionSpace(self, request):
|
536
|
-
"""
|
536
|
+
"""创建位置空间。
|
537
537
|
|
538
538
|
:param request: Request instance for CreatePositionSpace.
|
539
539
|
:type request: :class:`tencentcloud.iotexplorer.v20190423.models.CreatePositionSpaceRequest`
|