tencentcloud-sdk-python 3.0.1297__py2.py3-none-any.whl → 3.0.1298__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/billing/v20180709/models.py +90 -0
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/ccc/v20200210/models.py +121 -0
- tencentcloud/cls/v20201016/models.py +2 -2
- tencentcloud/dbbrain/v20210527/models.py +17 -2
- tencentcloud/ess/v20201111/models.py +58 -156
- tencentcloud/essbasic/v20210526/models.py +6 -108
- tencentcloud/hunyuan/v20230901/models.py +7 -7
- tencentcloud/lcic/v20220817/models.py +10 -4
- tencentcloud/lkeap/v20240522/lkeap_client.py +24 -0
- tencentcloud/lkeap/v20240522/models.py +167 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +3 -0
- tencentcloud/mongodb/v20180408/models.py +76 -18
- tencentcloud/mongodb/v20180408/mongodb_client.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +49 -96
- tencentcloud/ocr/v20181119/ocr_client.py +3 -3
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tcb/v20180608/models.py +14 -28
- tencentcloud/tcbr/v20220217/models.py +51 -6
- tencentcloud/tdmq/v20200217/models.py +205 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +4 -8
- tencentcloud/vpc/v20170312/models.py +48 -23
- {tencentcloud_sdk_python-3.0.1297.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1297.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/RECORD +29 -29
- {tencentcloud_sdk_python-3.0.1297.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1297.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1297.dist-info → tencentcloud_sdk_python-3.0.1298.dist-info}/top_level.txt +0 -0
@@ -252,8 +252,13 @@ class BackupDownloadTask(AbstractModel):
|
|
252
252
|
:param _BackupMethod: 备份文件备份类型,0-逻辑备份,1-物理备份
|
253
253
|
:type BackupMethod: int
|
254
254
|
:param _BackupDesc: 发起备份时指定的备注信息
|
255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
256
255
|
:type BackupDesc: str
|
256
|
+
:param _Region: 地区信息。
|
257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
258
|
+
:type Region: str
|
259
|
+
:param _Bucket: Bucket信息。
|
260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
261
|
+
:type Bucket: str
|
257
262
|
"""
|
258
263
|
self._CreateTime = None
|
259
264
|
self._BackupName = None
|
@@ -265,6 +270,8 @@ class BackupDownloadTask(AbstractModel):
|
|
265
270
|
self._Url = None
|
266
271
|
self._BackupMethod = None
|
267
272
|
self._BackupDesc = None
|
273
|
+
self._Region = None
|
274
|
+
self._Bucket = None
|
268
275
|
|
269
276
|
@property
|
270
277
|
def CreateTime(self):
|
@@ -368,7 +375,6 @@ class BackupDownloadTask(AbstractModel):
|
|
368
375
|
@property
|
369
376
|
def BackupDesc(self):
|
370
377
|
"""发起备份时指定的备注信息
|
371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
372
378
|
:rtype: str
|
373
379
|
"""
|
374
380
|
return self._BackupDesc
|
@@ -377,6 +383,30 @@ class BackupDownloadTask(AbstractModel):
|
|
377
383
|
def BackupDesc(self, BackupDesc):
|
378
384
|
self._BackupDesc = BackupDesc
|
379
385
|
|
386
|
+
@property
|
387
|
+
def Region(self):
|
388
|
+
"""地区信息。
|
389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
390
|
+
:rtype: str
|
391
|
+
"""
|
392
|
+
return self._Region
|
393
|
+
|
394
|
+
@Region.setter
|
395
|
+
def Region(self, Region):
|
396
|
+
self._Region = Region
|
397
|
+
|
398
|
+
@property
|
399
|
+
def Bucket(self):
|
400
|
+
"""Bucket信息。
|
401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
402
|
+
:rtype: str
|
403
|
+
"""
|
404
|
+
return self._Bucket
|
405
|
+
|
406
|
+
@Bucket.setter
|
407
|
+
def Bucket(self, Bucket):
|
408
|
+
self._Bucket = Bucket
|
409
|
+
|
380
410
|
|
381
411
|
def _deserialize(self, params):
|
382
412
|
self._CreateTime = params.get("CreateTime")
|
@@ -389,6 +419,8 @@ class BackupDownloadTask(AbstractModel):
|
|
389
419
|
self._Url = params.get("Url")
|
390
420
|
self._BackupMethod = params.get("BackupMethod")
|
391
421
|
self._BackupDesc = params.get("BackupDesc")
|
422
|
+
self._Region = params.get("Region")
|
423
|
+
self._Bucket = params.get("Bucket")
|
392
424
|
memeber_set = set(params.keys())
|
393
425
|
for name, value in vars(self).items():
|
394
426
|
property_name = name[1:]
|
@@ -464,16 +496,12 @@ class BackupInfo(AbstractModel):
|
|
464
496
|
:param _BackupName: 备份名称
|
465
497
|
:type BackupName: str
|
466
498
|
:param _BackupDesc: 备份备注
|
467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
468
499
|
:type BackupDesc: str
|
469
500
|
:param _BackupSize: 备份文件大小,单位KB
|
470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
471
501
|
:type BackupSize: int
|
472
502
|
:param _StartTime: 备份开始时间
|
473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
474
503
|
:type StartTime: str
|
475
504
|
:param _EndTime: 备份结束时间
|
476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
477
505
|
:type EndTime: str
|
478
506
|
:param _Status: 备份状态,1-备份中,2-备份成功
|
479
507
|
:type Status: int
|
@@ -484,7 +512,6 @@ class BackupInfo(AbstractModel):
|
|
484
512
|
:param _DeleteTime: 备份删除时间
|
485
513
|
:type DeleteTime: str
|
486
514
|
:param _BackupRegion: 异地备份地域
|
487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
488
515
|
:type BackupRegion: str
|
489
516
|
"""
|
490
517
|
self._InstanceId = None
|
@@ -536,7 +563,6 @@ class BackupInfo(AbstractModel):
|
|
536
563
|
@property
|
537
564
|
def BackupDesc(self):
|
538
565
|
"""备份备注
|
539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
540
566
|
:rtype: str
|
541
567
|
"""
|
542
568
|
return self._BackupDesc
|
@@ -548,7 +574,6 @@ class BackupInfo(AbstractModel):
|
|
548
574
|
@property
|
549
575
|
def BackupSize(self):
|
550
576
|
"""备份文件大小,单位KB
|
551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
552
577
|
:rtype: int
|
553
578
|
"""
|
554
579
|
return self._BackupSize
|
@@ -560,7 +585,6 @@ class BackupInfo(AbstractModel):
|
|
560
585
|
@property
|
561
586
|
def StartTime(self):
|
562
587
|
"""备份开始时间
|
563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
564
588
|
:rtype: str
|
565
589
|
"""
|
566
590
|
return self._StartTime
|
@@ -572,7 +596,6 @@ class BackupInfo(AbstractModel):
|
|
572
596
|
@property
|
573
597
|
def EndTime(self):
|
574
598
|
"""备份结束时间
|
575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
576
599
|
:rtype: str
|
577
600
|
"""
|
578
601
|
return self._EndTime
|
@@ -628,7 +651,6 @@ class BackupInfo(AbstractModel):
|
|
628
651
|
@property
|
629
652
|
def BackupRegion(self):
|
630
653
|
"""异地备份地域
|
631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
632
654
|
:rtype: str
|
633
655
|
"""
|
634
656
|
return self._BackupRegion
|
@@ -2666,7 +2688,6 @@ class DBInstancePrice(AbstractModel):
|
|
2666
2688
|
def __init__(self):
|
2667
2689
|
r"""
|
2668
2690
|
:param _UnitPrice: 单价
|
2669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2670
2691
|
:type UnitPrice: float
|
2671
2692
|
:param _OriginalPrice: 原价
|
2672
2693
|
:type OriginalPrice: float
|
@@ -2680,7 +2701,6 @@ class DBInstancePrice(AbstractModel):
|
|
2680
2701
|
@property
|
2681
2702
|
def UnitPrice(self):
|
2682
2703
|
"""单价
|
2683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2684
2704
|
:rtype: float
|
2685
2705
|
"""
|
2686
2706
|
return self._UnitPrice
|
@@ -4131,7 +4151,6 @@ class DescribeDBInstanceNodePropertyResponse(AbstractModel):
|
|
4131
4151
|
def __init__(self):
|
4132
4152
|
r"""
|
4133
4153
|
:param _Mongos: Mongos节点属性。
|
4134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4135
4154
|
:type Mongos: list of NodeProperty
|
4136
4155
|
:param _ReplicateSets: 副本集节点信息。
|
4137
4156
|
:type ReplicateSets: list of ReplicateSetInfo
|
@@ -4145,7 +4164,6 @@ class DescribeDBInstanceNodePropertyResponse(AbstractModel):
|
|
4145
4164
|
@property
|
4146
4165
|
def Mongos(self):
|
4147
4166
|
"""Mongos节点属性。
|
4148
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4149
4167
|
:rtype: list of NodeProperty
|
4150
4168
|
"""
|
4151
4169
|
return self._Mongos
|
@@ -4252,28 +4270,20 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4252
4270
|
def __init__(self):
|
4253
4271
|
r"""
|
4254
4272
|
:param _InstanceEnumParams: 枚举类参数详情列表。
|
4255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4256
4273
|
:type InstanceEnumParams: list of InstanceEnumParam
|
4257
4274
|
:param _InstanceIntegerParams: 整形参数详情列表。
|
4258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4259
4275
|
:type InstanceIntegerParams: list of InstanceIntegerParam
|
4260
4276
|
:param _InstanceTextParams: 文本参数详情列表。
|
4261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4262
4277
|
:type InstanceTextParams: list of InstanceTextParam
|
4263
4278
|
:param _InstanceMultiParams: 多值参数详情列表。
|
4264
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4265
4279
|
:type InstanceMultiParams: list of InstanceMultiParam
|
4266
4280
|
:param _TotalCount: 参数总个数。
|
4267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4268
4281
|
:type TotalCount: int
|
4269
4282
|
:param _MongoVersion: 模板适配实例版本。
|
4270
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4271
4283
|
:type MongoVersion: str
|
4272
4284
|
:param _ClusterType: 模板适配集群类型,副本集或分片。。
|
4273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4274
4285
|
:type ClusterType: str
|
4275
4286
|
:param _TplName: 参数模板名称。
|
4276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4277
4287
|
:type TplName: str
|
4278
4288
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4279
4289
|
:type RequestId: str
|
@@ -4291,7 +4301,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4291
4301
|
@property
|
4292
4302
|
def InstanceEnumParams(self):
|
4293
4303
|
"""枚举类参数详情列表。
|
4294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4295
4304
|
:rtype: list of InstanceEnumParam
|
4296
4305
|
"""
|
4297
4306
|
return self._InstanceEnumParams
|
@@ -4303,7 +4312,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4303
4312
|
@property
|
4304
4313
|
def InstanceIntegerParams(self):
|
4305
4314
|
"""整形参数详情列表。
|
4306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4307
4315
|
:rtype: list of InstanceIntegerParam
|
4308
4316
|
"""
|
4309
4317
|
return self._InstanceIntegerParams
|
@@ -4315,7 +4323,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4315
4323
|
@property
|
4316
4324
|
def InstanceTextParams(self):
|
4317
4325
|
"""文本参数详情列表。
|
4318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4319
4326
|
:rtype: list of InstanceTextParam
|
4320
4327
|
"""
|
4321
4328
|
return self._InstanceTextParams
|
@@ -4327,7 +4334,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4327
4334
|
@property
|
4328
4335
|
def InstanceMultiParams(self):
|
4329
4336
|
"""多值参数详情列表。
|
4330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4331
4337
|
:rtype: list of InstanceMultiParam
|
4332
4338
|
"""
|
4333
4339
|
return self._InstanceMultiParams
|
@@ -4339,7 +4345,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4339
4345
|
@property
|
4340
4346
|
def TotalCount(self):
|
4341
4347
|
"""参数总个数。
|
4342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4343
4348
|
:rtype: int
|
4344
4349
|
"""
|
4345
4350
|
return self._TotalCount
|
@@ -4351,7 +4356,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4351
4356
|
@property
|
4352
4357
|
def MongoVersion(self):
|
4353
4358
|
"""模板适配实例版本。
|
4354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4355
4359
|
:rtype: str
|
4356
4360
|
"""
|
4357
4361
|
return self._MongoVersion
|
@@ -4363,7 +4367,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4363
4367
|
@property
|
4364
4368
|
def ClusterType(self):
|
4365
4369
|
"""模板适配集群类型,副本集或分片。。
|
4366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4367
4370
|
:rtype: str
|
4368
4371
|
"""
|
4369
4372
|
return self._ClusterType
|
@@ -4375,7 +4378,6 @@ class DescribeDBInstanceParamTplDetailResponse(AbstractModel):
|
|
4375
4378
|
@property
|
4376
4379
|
def TplName(self):
|
4377
4380
|
"""参数模板名称。
|
4378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4379
4381
|
:rtype: str
|
4380
4382
|
"""
|
4381
4383
|
return self._TplName
|
@@ -4517,10 +4519,8 @@ class DescribeDBInstanceParamTplResponse(AbstractModel):
|
|
4517
4519
|
def __init__(self):
|
4518
4520
|
r"""
|
4519
4521
|
:param _ParamTpls: 参数模板列表信息。
|
4520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4521
4522
|
:type ParamTpls: list of ParamTpl
|
4522
4523
|
:param _TotalCount: 参数模板总数。
|
4523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4524
4524
|
:type TotalCount: int
|
4525
4525
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4526
4526
|
:type RequestId: str
|
@@ -4532,7 +4532,6 @@ class DescribeDBInstanceParamTplResponse(AbstractModel):
|
|
4532
4532
|
@property
|
4533
4533
|
def ParamTpls(self):
|
4534
4534
|
"""参数模板列表信息。
|
4535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4536
4535
|
:rtype: list of ParamTpl
|
4537
4536
|
"""
|
4538
4537
|
return self._ParamTpls
|
@@ -4544,7 +4543,6 @@ class DescribeDBInstanceParamTplResponse(AbstractModel):
|
|
4544
4543
|
@property
|
4545
4544
|
def TotalCount(self):
|
4546
4545
|
"""参数模板总数。
|
4547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4548
4546
|
:rtype: int
|
4549
4547
|
"""
|
4550
4548
|
return self._TotalCount
|
@@ -5455,7 +5453,6 @@ class DescribeSlowLogsResponse(AbstractModel):
|
|
5455
5453
|
:param _Count: 慢日志总数
|
5456
5454
|
:type Count: int
|
5457
5455
|
:param _SlowLogs: 慢日志详情
|
5458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5459
5456
|
:type SlowLogs: list of str
|
5460
5457
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5461
5458
|
:type RequestId: str
|
@@ -5478,7 +5475,6 @@ class DescribeSlowLogsResponse(AbstractModel):
|
|
5478
5475
|
@property
|
5479
5476
|
def SlowLogs(self):
|
5480
5477
|
"""慢日志详情
|
5481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5482
5478
|
:rtype: list of str
|
5483
5479
|
"""
|
5484
5480
|
return self._SlowLogs
|
@@ -6992,31 +6988,22 @@ class InstanceDetail(AbstractModel):
|
|
6992
6988
|
:param _RealInstanceId: 实例对应的物理实例id,回档并替换过的实例有不同的InstanceId和RealInstanceId,从barad获取监控数据等场景下需要用物理id获取
|
6993
6989
|
:type RealInstanceId: str
|
6994
6990
|
:param _ZoneList: 实例当前可用区信息。
|
6995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6996
6991
|
:type ZoneList: list of str
|
6997
6992
|
:param _MongosNodeNum: mongos节点个数。
|
6998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6999
6993
|
:type MongosNodeNum: int
|
7000
6994
|
:param _MongosMemory: mongos节点内存。
|
7001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7002
6995
|
:type MongosMemory: int
|
7003
6996
|
:param _MongosCpuNum: mongos节点CPU核数。
|
7004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7005
6997
|
:type MongosCpuNum: int
|
7006
6998
|
:param _ConfigServerNodeNum: Config Server节点个数。
|
7007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7008
6999
|
:type ConfigServerNodeNum: int
|
7009
7000
|
:param _ConfigServerMemory: Config Server节点内存。
|
7010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7011
7001
|
:type ConfigServerMemory: int
|
7012
7002
|
:param _ConfigServerVolume: Config Server节点磁盘大小。
|
7013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7014
7003
|
:type ConfigServerVolume: int
|
7015
7004
|
:param _ConfigServerCpuNum: Config Server节点CPU核数。
|
7016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7017
7005
|
:type ConfigServerCpuNum: int
|
7018
7006
|
:param _ReadonlyNodeNum: readonly节点个数。
|
7019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7020
7007
|
:type ReadonlyNodeNum: int
|
7021
7008
|
"""
|
7022
7009
|
self._InstanceId = None
|
@@ -7488,7 +7475,6 @@ class InstanceDetail(AbstractModel):
|
|
7488
7475
|
@property
|
7489
7476
|
def ZoneList(self):
|
7490
7477
|
"""实例当前可用区信息。
|
7491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7492
7478
|
:rtype: list of str
|
7493
7479
|
"""
|
7494
7480
|
return self._ZoneList
|
@@ -7500,7 +7486,6 @@ class InstanceDetail(AbstractModel):
|
|
7500
7486
|
@property
|
7501
7487
|
def MongosNodeNum(self):
|
7502
7488
|
"""mongos节点个数。
|
7503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7504
7489
|
:rtype: int
|
7505
7490
|
"""
|
7506
7491
|
return self._MongosNodeNum
|
@@ -7512,7 +7497,6 @@ class InstanceDetail(AbstractModel):
|
|
7512
7497
|
@property
|
7513
7498
|
def MongosMemory(self):
|
7514
7499
|
"""mongos节点内存。
|
7515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7516
7500
|
:rtype: int
|
7517
7501
|
"""
|
7518
7502
|
return self._MongosMemory
|
@@ -7524,7 +7508,6 @@ class InstanceDetail(AbstractModel):
|
|
7524
7508
|
@property
|
7525
7509
|
def MongosCpuNum(self):
|
7526
7510
|
"""mongos节点CPU核数。
|
7527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7528
7511
|
:rtype: int
|
7529
7512
|
"""
|
7530
7513
|
return self._MongosCpuNum
|
@@ -7536,7 +7519,6 @@ class InstanceDetail(AbstractModel):
|
|
7536
7519
|
@property
|
7537
7520
|
def ConfigServerNodeNum(self):
|
7538
7521
|
"""Config Server节点个数。
|
7539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7540
7522
|
:rtype: int
|
7541
7523
|
"""
|
7542
7524
|
return self._ConfigServerNodeNum
|
@@ -7548,7 +7530,6 @@ class InstanceDetail(AbstractModel):
|
|
7548
7530
|
@property
|
7549
7531
|
def ConfigServerMemory(self):
|
7550
7532
|
"""Config Server节点内存。
|
7551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7552
7533
|
:rtype: int
|
7553
7534
|
"""
|
7554
7535
|
return self._ConfigServerMemory
|
@@ -7560,7 +7541,6 @@ class InstanceDetail(AbstractModel):
|
|
7560
7541
|
@property
|
7561
7542
|
def ConfigServerVolume(self):
|
7562
7543
|
"""Config Server节点磁盘大小。
|
7563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7564
7544
|
:rtype: int
|
7565
7545
|
"""
|
7566
7546
|
return self._ConfigServerVolume
|
@@ -7572,7 +7552,6 @@ class InstanceDetail(AbstractModel):
|
|
7572
7552
|
@property
|
7573
7553
|
def ConfigServerCpuNum(self):
|
7574
7554
|
"""Config Server节点CPU核数。
|
7575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7576
7555
|
:rtype: int
|
7577
7556
|
"""
|
7578
7557
|
return self._ConfigServerCpuNum
|
@@ -7584,7 +7563,6 @@ class InstanceDetail(AbstractModel):
|
|
7584
7563
|
@property
|
7585
7564
|
def ReadonlyNodeNum(self):
|
7586
7565
|
"""readonly节点个数。
|
7587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7588
7566
|
:rtype: int
|
7589
7567
|
"""
|
7590
7568
|
return self._ReadonlyNodeNum
|
@@ -8388,22 +8366,16 @@ class KMSInfoDetail(AbstractModel):
|
|
8388
8366
|
def __init__(self):
|
8389
8367
|
r"""
|
8390
8368
|
:param _KeyId: 主密钥 ID。
|
8391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8392
8369
|
:type KeyId: str
|
8393
8370
|
:param _KeyName: 主密钥名称。
|
8394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8395
8371
|
:type KeyName: str
|
8396
8372
|
:param _CreateTime: 实例与密钥绑定时间。
|
8397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8398
8373
|
:type CreateTime: str
|
8399
8374
|
:param _Status: 密钥状态。
|
8400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8401
8375
|
:type Status: str
|
8402
8376
|
:param _KeyUsage: 密钥用途。
|
8403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8404
8377
|
:type KeyUsage: str
|
8405
8378
|
:param _KeyOrigin: 密钥来源。
|
8406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8407
8379
|
:type KeyOrigin: str
|
8408
8380
|
:param _KmsRegion: kms所在地域。
|
8409
8381
|
:type KmsRegion: str
|
@@ -8419,7 +8391,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8419
8391
|
@property
|
8420
8392
|
def KeyId(self):
|
8421
8393
|
"""主密钥 ID。
|
8422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8423
8394
|
:rtype: str
|
8424
8395
|
"""
|
8425
8396
|
return self._KeyId
|
@@ -8431,7 +8402,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8431
8402
|
@property
|
8432
8403
|
def KeyName(self):
|
8433
8404
|
"""主密钥名称。
|
8434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8435
8405
|
:rtype: str
|
8436
8406
|
"""
|
8437
8407
|
return self._KeyName
|
@@ -8443,7 +8413,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8443
8413
|
@property
|
8444
8414
|
def CreateTime(self):
|
8445
8415
|
"""实例与密钥绑定时间。
|
8446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8447
8416
|
:rtype: str
|
8448
8417
|
"""
|
8449
8418
|
return self._CreateTime
|
@@ -8455,7 +8424,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8455
8424
|
@property
|
8456
8425
|
def Status(self):
|
8457
8426
|
"""密钥状态。
|
8458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8459
8427
|
:rtype: str
|
8460
8428
|
"""
|
8461
8429
|
return self._Status
|
@@ -8467,7 +8435,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8467
8435
|
@property
|
8468
8436
|
def KeyUsage(self):
|
8469
8437
|
"""密钥用途。
|
8470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8471
8438
|
:rtype: str
|
8472
8439
|
"""
|
8473
8440
|
return self._KeyUsage
|
@@ -8479,7 +8446,6 @@ class KMSInfoDetail(AbstractModel):
|
|
8479
8446
|
@property
|
8480
8447
|
def KeyOrigin(self):
|
8481
8448
|
"""密钥来源。
|
8482
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8483
8449
|
:rtype: str
|
8484
8450
|
"""
|
8485
8451
|
return self._KeyOrigin
|
@@ -9454,42 +9420,34 @@ class NodeProperty(AbstractModel):
|
|
9454
9420
|
def __init__(self):
|
9455
9421
|
r"""
|
9456
9422
|
:param _Zone: 节点所在的可用区。
|
9457
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9458
9423
|
:type Zone: str
|
9459
9424
|
:param _NodeName: 节点名称。
|
9460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9461
9425
|
:type NodeName: str
|
9462
9426
|
:param _Address: 节点访问地址。
|
9463
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9464
9427
|
:type Address: str
|
9428
|
+
:param _WanServiceAddress: 节点公网访问地址(IP或域名)。
|
9429
|
+
:type WanServiceAddress: str
|
9465
9430
|
:param _Role: 角色。
|
9466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9467
9431
|
:type Role: str
|
9468
9432
|
:param _Hidden: 是否为Hidden节点
|
9469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9470
9433
|
:type Hidden: bool
|
9471
9434
|
:param _Status: 节点状态,包括:ORMAL/STARTUP/RECOVERING/STARTUP2/UNKNOWN/DOWN/ROLLBACK/REMOVED等。
|
9472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9473
9435
|
:type Status: str
|
9474
9436
|
:param _SlaveDelay: 主从延迟,单位秒。
|
9475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9476
9437
|
:type SlaveDelay: int
|
9477
9438
|
:param _Priority: 节点优先级。
|
9478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9479
9439
|
:type Priority: int
|
9480
9440
|
:param _Votes: 节点投票权。
|
9481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9482
9441
|
:type Votes: int
|
9483
9442
|
:param _Tags: 节点标签。
|
9484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9485
9443
|
:type Tags: list of NodeTag
|
9486
9444
|
:param _ReplicateSetId: 副本集Id。
|
9487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9488
9445
|
:type ReplicateSetId: str
|
9489
9446
|
"""
|
9490
9447
|
self._Zone = None
|
9491
9448
|
self._NodeName = None
|
9492
9449
|
self._Address = None
|
9450
|
+
self._WanServiceAddress = None
|
9493
9451
|
self._Role = None
|
9494
9452
|
self._Hidden = None
|
9495
9453
|
self._Status = None
|
@@ -9502,7 +9460,6 @@ class NodeProperty(AbstractModel):
|
|
9502
9460
|
@property
|
9503
9461
|
def Zone(self):
|
9504
9462
|
"""节点所在的可用区。
|
9505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9506
9463
|
:rtype: str
|
9507
9464
|
"""
|
9508
9465
|
return self._Zone
|
@@ -9514,7 +9471,6 @@ class NodeProperty(AbstractModel):
|
|
9514
9471
|
@property
|
9515
9472
|
def NodeName(self):
|
9516
9473
|
"""节点名称。
|
9517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9518
9474
|
:rtype: str
|
9519
9475
|
"""
|
9520
9476
|
return self._NodeName
|
@@ -9526,7 +9482,6 @@ class NodeProperty(AbstractModel):
|
|
9526
9482
|
@property
|
9527
9483
|
def Address(self):
|
9528
9484
|
"""节点访问地址。
|
9529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9530
9485
|
:rtype: str
|
9531
9486
|
"""
|
9532
9487
|
return self._Address
|
@@ -9535,10 +9490,20 @@ class NodeProperty(AbstractModel):
|
|
9535
9490
|
def Address(self, Address):
|
9536
9491
|
self._Address = Address
|
9537
9492
|
|
9493
|
+
@property
|
9494
|
+
def WanServiceAddress(self):
|
9495
|
+
"""节点公网访问地址(IP或域名)。
|
9496
|
+
:rtype: str
|
9497
|
+
"""
|
9498
|
+
return self._WanServiceAddress
|
9499
|
+
|
9500
|
+
@WanServiceAddress.setter
|
9501
|
+
def WanServiceAddress(self, WanServiceAddress):
|
9502
|
+
self._WanServiceAddress = WanServiceAddress
|
9503
|
+
|
9538
9504
|
@property
|
9539
9505
|
def Role(self):
|
9540
9506
|
"""角色。
|
9541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9542
9507
|
:rtype: str
|
9543
9508
|
"""
|
9544
9509
|
return self._Role
|
@@ -9550,7 +9515,6 @@ class NodeProperty(AbstractModel):
|
|
9550
9515
|
@property
|
9551
9516
|
def Hidden(self):
|
9552
9517
|
"""是否为Hidden节点
|
9553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9554
9518
|
:rtype: bool
|
9555
9519
|
"""
|
9556
9520
|
return self._Hidden
|
@@ -9562,7 +9526,6 @@ class NodeProperty(AbstractModel):
|
|
9562
9526
|
@property
|
9563
9527
|
def Status(self):
|
9564
9528
|
"""节点状态,包括:ORMAL/STARTUP/RECOVERING/STARTUP2/UNKNOWN/DOWN/ROLLBACK/REMOVED等。
|
9565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9566
9529
|
:rtype: str
|
9567
9530
|
"""
|
9568
9531
|
return self._Status
|
@@ -9574,7 +9537,6 @@ class NodeProperty(AbstractModel):
|
|
9574
9537
|
@property
|
9575
9538
|
def SlaveDelay(self):
|
9576
9539
|
"""主从延迟,单位秒。
|
9577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9578
9540
|
:rtype: int
|
9579
9541
|
"""
|
9580
9542
|
return self._SlaveDelay
|
@@ -9586,7 +9548,6 @@ class NodeProperty(AbstractModel):
|
|
9586
9548
|
@property
|
9587
9549
|
def Priority(self):
|
9588
9550
|
"""节点优先级。
|
9589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9590
9551
|
:rtype: int
|
9591
9552
|
"""
|
9592
9553
|
return self._Priority
|
@@ -9598,7 +9559,6 @@ class NodeProperty(AbstractModel):
|
|
9598
9559
|
@property
|
9599
9560
|
def Votes(self):
|
9600
9561
|
"""节点投票权。
|
9601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9602
9562
|
:rtype: int
|
9603
9563
|
"""
|
9604
9564
|
return self._Votes
|
@@ -9610,7 +9570,6 @@ class NodeProperty(AbstractModel):
|
|
9610
9570
|
@property
|
9611
9571
|
def Tags(self):
|
9612
9572
|
"""节点标签。
|
9613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9614
9573
|
:rtype: list of NodeTag
|
9615
9574
|
"""
|
9616
9575
|
return self._Tags
|
@@ -9622,7 +9581,6 @@ class NodeProperty(AbstractModel):
|
|
9622
9581
|
@property
|
9623
9582
|
def ReplicateSetId(self):
|
9624
9583
|
"""副本集Id。
|
9625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9626
9584
|
:rtype: str
|
9627
9585
|
"""
|
9628
9586
|
return self._ReplicateSetId
|
@@ -9636,6 +9594,7 @@ class NodeProperty(AbstractModel):
|
|
9636
9594
|
self._Zone = params.get("Zone")
|
9637
9595
|
self._NodeName = params.get("NodeName")
|
9638
9596
|
self._Address = params.get("Address")
|
9597
|
+
self._WanServiceAddress = params.get("WanServiceAddress")
|
9639
9598
|
self._Role = params.get("Role")
|
9640
9599
|
self._Hidden = params.get("Hidden")
|
9641
9600
|
self._Status = params.get("Status")
|
@@ -9667,10 +9626,8 @@ class NodeTag(AbstractModel):
|
|
9667
9626
|
def __init__(self):
|
9668
9627
|
r"""
|
9669
9628
|
:param _TagKey: 节点Tag key
|
9670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9671
9629
|
:type TagKey: str
|
9672
9630
|
:param _TagValue: 节点Tag Value
|
9673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9674
9631
|
:type TagValue: str
|
9675
9632
|
"""
|
9676
9633
|
self._TagKey = None
|
@@ -9679,7 +9636,6 @@ class NodeTag(AbstractModel):
|
|
9679
9636
|
@property
|
9680
9637
|
def TagKey(self):
|
9681
9638
|
"""节点Tag key
|
9682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9683
9639
|
:rtype: str
|
9684
9640
|
"""
|
9685
9641
|
return self._TagKey
|
@@ -9691,7 +9647,6 @@ class NodeTag(AbstractModel):
|
|
9691
9647
|
@property
|
9692
9648
|
def TagValue(self):
|
9693
9649
|
"""节点Tag Value
|
9694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9695
9650
|
:rtype: str
|
9696
9651
|
"""
|
9697
9652
|
return self._TagValue
|
@@ -10307,7 +10262,6 @@ class ReplicateSetInfo(AbstractModel):
|
|
10307
10262
|
def __init__(self):
|
10308
10263
|
r"""
|
10309
10264
|
:param _Nodes: 节点属性
|
10310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10311
10265
|
:type Nodes: list of NodeProperty
|
10312
10266
|
"""
|
10313
10267
|
self._Nodes = None
|
@@ -10315,7 +10269,6 @@ class ReplicateSetInfo(AbstractModel):
|
|
10315
10269
|
@property
|
10316
10270
|
def Nodes(self):
|
10317
10271
|
"""节点属性
|
10318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10319
10272
|
:rtype: list of NodeProperty
|
10320
10273
|
"""
|
10321
10274
|
return self._Nodes
|
@@ -1210,8 +1210,8 @@ class OcrClient(AbstractClient):
|
|
1210
1210
|
|
1211
1211
|
|
1212
1212
|
def MLIDPassportOCR(self, request):
|
1213
|
-
"""
|
1214
|
-
|
1213
|
+
"""本接口支持以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍、国家地区代码,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
|
1214
|
+
本接口支持地区范围:可机读护照国家。包括中国港澳台地区、新加坡、马来西亚、泰国、美国、韩国、越南、澳大利亚、缅甸、印度尼西亚、日本、加拿大、老挝、巴基斯坦、哈萨克斯坦、法国、英国、德国、菲律宾、新西兰、印度、意大利、蒙古、孟加拉国、尼日利亚、柬埔寨、西班牙、摩洛哥、吉尔吉斯斯坦、埃及、荷兰、塔吉克斯坦、巴西、乌兹别克斯坦、伊拉克、阿尔及利亚、土耳其、南非、墨西哥、尼泊尔、白俄罗斯、叶门、阿富汗、沙特、肯尼亚、波兰、比利时、瑞典、奥地利、坦桑尼亚、委内瑞拉、阿根廷、喀麦隆、斯里兰卡、衣索比亚、约旦、瑞士、加纳、爱尔兰、哥伦比亚、苏丹、匈牙利、罗马尼亚、阿联酋、文莱、希腊、以色列、巴拿马、丹麦、伊朗、乌干达、挪威、秘鲁、葡萄牙、智利、塞尔维亚、芬兰、尚比亚、亚美尼亚、叙利亚、黎巴嫩、斯洛伐克、卡塔尔、古巴、朝鲜。
|
1215
1215
|
|
1216
1216
|
默认接口请求频率限制:5次/秒。
|
1217
1217
|
|
@@ -2177,7 +2177,7 @@ class OcrClient(AbstractClient):
|
|
2177
2177
|
|
2178
2178
|
|
2179
2179
|
def SmartStructuralOCRV2(self, request):
|
2180
|
-
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/
|
2180
|
+
"""本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。
|
2181
2181
|
|
2182
2182
|
默认接口请求频率限制:5次/秒。
|
2183
2183
|
|