tencentcloud-sdk-python-dbbrain 3.0.1337__py2.py3-none-any.whl → 3.0.1341__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-dbbrain might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/dbbrain/v20191016/models.py +0 -12
- tencentcloud/dbbrain/v20210527/models.py +15 -16
- {tencentcloud_sdk_python_dbbrain-3.0.1337.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_dbbrain-3.0.1337.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info}/RECORD +7 -7
- {tencentcloud_sdk_python_dbbrain-3.0.1337.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_dbbrain-3.0.1337.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -327,7 +327,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
|
327
327
|
def __init__(self):
|
|
328
328
|
r"""
|
|
329
329
|
:param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
331
330
|
:type AsyncRequestId: int
|
|
332
331
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
333
332
|
:type RequestId: str
|
|
@@ -338,7 +337,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
|
338
337
|
@property
|
|
339
338
|
def AsyncRequestId(self):
|
|
340
339
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
340
|
:rtype: int
|
|
343
341
|
"""
|
|
344
342
|
return self._AsyncRequestId
|
|
@@ -4736,7 +4734,6 @@ class HealthStatus(AbstractModel):
|
|
|
4736
4734
|
:param _ScoreLost: 总扣分分数。
|
|
4737
4735
|
:type ScoreLost: int
|
|
4738
4736
|
:param _ScoreDetails: 扣分详情。
|
|
4739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4740
4737
|
:type ScoreDetails: list of ScoreDetail
|
|
4741
4738
|
"""
|
|
4742
4739
|
self._HealthScore = None
|
|
@@ -4780,7 +4777,6 @@ class HealthStatus(AbstractModel):
|
|
|
4780
4777
|
@property
|
|
4781
4778
|
def ScoreDetails(self):
|
|
4782
4779
|
"""扣分详情。
|
|
4783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4784
4780
|
:rtype: list of ScoreDetail
|
|
4785
4781
|
"""
|
|
4786
4782
|
return self._ScoreDetails
|
|
@@ -5053,18 +5049,14 @@ class InstanceInfo(AbstractModel):
|
|
|
5053
5049
|
:param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
|
5054
5050
|
:type AuditRunningStatus: str
|
|
5055
5051
|
:param _InternalVip: 内网vip。
|
|
5056
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5057
5052
|
:type InternalVip: str
|
|
5058
5053
|
:param _InternalVport: 内网port。
|
|
5059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5060
5054
|
:type InternalVport: int
|
|
5061
5055
|
:param _CreateTime: 创建时间。
|
|
5062
5056
|
:type CreateTime: str
|
|
5063
5057
|
:param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
5064
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5065
5058
|
:type ClusterId: str
|
|
5066
5059
|
:param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
5067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5068
5060
|
:type ClusterName: str
|
|
5069
5061
|
"""
|
|
5070
5062
|
self._InstanceId = None
|
|
@@ -5412,7 +5404,6 @@ class InstanceInfo(AbstractModel):
|
|
|
5412
5404
|
@property
|
|
5413
5405
|
def InternalVip(self):
|
|
5414
5406
|
"""内网vip。
|
|
5415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5416
5407
|
:rtype: str
|
|
5417
5408
|
"""
|
|
5418
5409
|
return self._InternalVip
|
|
@@ -5424,7 +5415,6 @@ class InstanceInfo(AbstractModel):
|
|
|
5424
5415
|
@property
|
|
5425
5416
|
def InternalVport(self):
|
|
5426
5417
|
"""内网port。
|
|
5427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5428
5418
|
:rtype: int
|
|
5429
5419
|
"""
|
|
5430
5420
|
return self._InternalVport
|
|
@@ -5447,7 +5437,6 @@ class InstanceInfo(AbstractModel):
|
|
|
5447
5437
|
@property
|
|
5448
5438
|
def ClusterId(self):
|
|
5449
5439
|
"""所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
5450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5451
5440
|
:rtype: str
|
|
5452
5441
|
"""
|
|
5453
5442
|
return self._ClusterId
|
|
@@ -5459,7 +5448,6 @@ class InstanceInfo(AbstractModel):
|
|
|
5459
5448
|
@property
|
|
5460
5449
|
def ClusterName(self):
|
|
5461
5450
|
"""所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
5462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5463
5451
|
:rtype: str
|
|
5464
5452
|
"""
|
|
5465
5453
|
return self._ClusterName
|
|
@@ -1815,7 +1815,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
|
1815
1815
|
def __init__(self):
|
|
1816
1816
|
r"""
|
|
1817
1817
|
:param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
1818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1819
1818
|
:type AsyncRequestId: int
|
|
1820
1819
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1821
1820
|
:type RequestId: str
|
|
@@ -1826,7 +1825,6 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
|
|
|
1826
1825
|
@property
|
|
1827
1826
|
def AsyncRequestId(self):
|
|
1828
1827
|
"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
1829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1830
1828
|
:rtype: int
|
|
1831
1829
|
"""
|
|
1832
1830
|
return self._AsyncRequestId
|
|
@@ -4013,7 +4011,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
|
|
|
4013
4011
|
def __init__(self):
|
|
4014
4012
|
r"""
|
|
4015
4013
|
:param _TotalCount: 符合条件的实例个数。
|
|
4016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4017
4014
|
:type TotalCount: int
|
|
4018
4015
|
:param _Items: 实例详情。
|
|
4019
4016
|
:type Items: list of AuditInstance
|
|
@@ -4027,7 +4024,6 @@ class DescribeAuditInstanceListResponse(AbstractModel):
|
|
|
4027
4024
|
@property
|
|
4028
4025
|
def TotalCount(self):
|
|
4029
4026
|
"""符合条件的实例个数。
|
|
4030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4031
4027
|
:rtype: int
|
|
4032
4028
|
"""
|
|
4033
4029
|
return self._TotalCount
|
|
@@ -4507,6 +4503,8 @@ class DescribeDBDiagEventsRequest(AbstractModel):
|
|
|
4507
4503
|
:type Severities: list of int
|
|
4508
4504
|
:param _InstanceIds: 实例ID列表。
|
|
4509
4505
|
:type InstanceIds: list of str
|
|
4506
|
+
:param _Product: 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
4507
|
+
:type Product: str
|
|
4510
4508
|
:param _Offset: 偏移量,默认0。
|
|
4511
4509
|
:type Offset: int
|
|
4512
4510
|
:param _Limit: 返回数量,默认20,最大值为50。
|
|
@@ -4516,6 +4514,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
|
|
|
4516
4514
|
self._EndTime = None
|
|
4517
4515
|
self._Severities = None
|
|
4518
4516
|
self._InstanceIds = None
|
|
4517
|
+
self._Product = None
|
|
4519
4518
|
self._Offset = None
|
|
4520
4519
|
self._Limit = None
|
|
4521
4520
|
|
|
@@ -4563,6 +4562,17 @@ class DescribeDBDiagEventsRequest(AbstractModel):
|
|
|
4563
4562
|
def InstanceIds(self, InstanceIds):
|
|
4564
4563
|
self._InstanceIds = InstanceIds
|
|
4565
4564
|
|
|
4565
|
+
@property
|
|
4566
|
+
def Product(self):
|
|
4567
|
+
"""服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
4568
|
+
:rtype: str
|
|
4569
|
+
"""
|
|
4570
|
+
return self._Product
|
|
4571
|
+
|
|
4572
|
+
@Product.setter
|
|
4573
|
+
def Product(self, Product):
|
|
4574
|
+
self._Product = Product
|
|
4575
|
+
|
|
4566
4576
|
@property
|
|
4567
4577
|
def Offset(self):
|
|
4568
4578
|
"""偏移量,默认0。
|
|
@@ -4591,6 +4601,7 @@ class DescribeDBDiagEventsRequest(AbstractModel):
|
|
|
4591
4601
|
self._EndTime = params.get("EndTime")
|
|
4592
4602
|
self._Severities = params.get("Severities")
|
|
4593
4603
|
self._InstanceIds = params.get("InstanceIds")
|
|
4604
|
+
self._Product = params.get("Product")
|
|
4594
4605
|
self._Offset = params.get("Offset")
|
|
4595
4606
|
self._Limit = params.get("Limit")
|
|
4596
4607
|
memeber_set = set(params.keys())
|
|
@@ -6828,7 +6839,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
|
|
|
6828
6839
|
def __init__(self):
|
|
6829
6840
|
r"""
|
|
6830
6841
|
:param _TotalCount: 任务总数。
|
|
6831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6832
6842
|
:type TotalCount: int
|
|
6833
6843
|
:param _Tasks: 任务列表。
|
|
6834
6844
|
:type Tasks: list of RedisBigKeyTask
|
|
@@ -6842,7 +6852,6 @@ class DescribeRedisBigKeyAnalysisTasksResponse(AbstractModel):
|
|
|
6842
6852
|
@property
|
|
6843
6853
|
def TotalCount(self):
|
|
6844
6854
|
"""任务总数。
|
|
6845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6846
6855
|
:rtype: int
|
|
6847
6856
|
"""
|
|
6848
6857
|
return self._TotalCount
|
|
@@ -10495,7 +10504,6 @@ class HealthStatus(AbstractModel):
|
|
|
10495
10504
|
:param _ScoreLost: 总扣分分数。
|
|
10496
10505
|
:type ScoreLost: int
|
|
10497
10506
|
:param _ScoreDetails: 扣分详情。
|
|
10498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10499
10507
|
:type ScoreDetails: list of ScoreDetail
|
|
10500
10508
|
"""
|
|
10501
10509
|
self._HealthScore = None
|
|
@@ -10539,7 +10547,6 @@ class HealthStatus(AbstractModel):
|
|
|
10539
10547
|
@property
|
|
10540
10548
|
def ScoreDetails(self):
|
|
10541
10549
|
"""扣分详情。
|
|
10542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10543
10550
|
:rtype: list of ScoreDetail
|
|
10544
10551
|
"""
|
|
10545
10552
|
return self._ScoreDetails
|
|
@@ -11104,18 +11111,14 @@ class InstanceInfo(AbstractModel):
|
|
|
11104
11111
|
:param _AuditRunningStatus: 实例审计日志运行状态:normal: 运行中; paused: 欠费暂停。
|
|
11105
11112
|
:type AuditRunningStatus: str
|
|
11106
11113
|
:param _InternalVip: 内网vip。
|
|
11107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11108
11114
|
:type InternalVip: str
|
|
11109
11115
|
:param _InternalVport: 内网port。
|
|
11110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11111
11116
|
:type InternalVport: int
|
|
11112
11117
|
:param _CreateTime: 创建时间。
|
|
11113
11118
|
:type CreateTime: str
|
|
11114
11119
|
:param _ClusterId: 所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
11115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11116
11120
|
:type ClusterId: str
|
|
11117
11121
|
:param _ClusterName: 所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
11118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11119
11122
|
:type ClusterName: str
|
|
11120
11123
|
:param _AgentStatus: 自建MySQL的Agent状态,"not_deployed" - 未部署,"deploying" - 部署中,"connected" - 连接正常,"deploy_failed" - 连接失败,"monitoring" - 连接正常,"stopped" - 暂停连接,"connect_failed" - 连接失败,unknown - 未知。
|
|
11121
11124
|
:type AgentStatus: str
|
|
@@ -11469,7 +11472,6 @@ class InstanceInfo(AbstractModel):
|
|
|
11469
11472
|
@property
|
|
11470
11473
|
def InternalVip(self):
|
|
11471
11474
|
"""内网vip。
|
|
11472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11473
11475
|
:rtype: str
|
|
11474
11476
|
"""
|
|
11475
11477
|
return self._InternalVip
|
|
@@ -11481,7 +11483,6 @@ class InstanceInfo(AbstractModel):
|
|
|
11481
11483
|
@property
|
|
11482
11484
|
def InternalVport(self):
|
|
11483
11485
|
"""内网port。
|
|
11484
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11485
11486
|
:rtype: int
|
|
11486
11487
|
"""
|
|
11487
11488
|
return self._InternalVport
|
|
@@ -11504,7 +11505,6 @@ class InstanceInfo(AbstractModel):
|
|
|
11504
11505
|
@property
|
|
11505
11506
|
def ClusterId(self):
|
|
11506
11507
|
"""所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
11507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11508
11508
|
:rtype: str
|
|
11509
11509
|
"""
|
|
11510
11510
|
return self._ClusterId
|
|
@@ -11516,7 +11516,6 @@ class InstanceInfo(AbstractModel):
|
|
|
11516
11516
|
@property
|
|
11517
11517
|
def ClusterName(self):
|
|
11518
11518
|
"""所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。
|
|
11519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11520
11519
|
:rtype: str
|
|
11521
11520
|
"""
|
|
11522
11521
|
return self._ClusterName
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dbbrain
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1341
|
|
4
4
|
Summary: Tencent Cloud Dbbrain SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1341)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=Wmpk7nbltVCu8YbijjqciY8wMv-BXig5Wu4imw2ImJ8,631
|
|
2
2
|
tencentcloud/dbbrain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/dbbrain/v20191016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/dbbrain/v20191016/dbbrain_client.py,sha256=y0CGqcMIR-iZT2lCfFZG6i7zC2A0uhWTZac3lBixaDw,27767
|
|
5
5
|
tencentcloud/dbbrain/v20191016/errorcodes.py,sha256=wnHsy05CDIIuHtBrnD-B59DV96DnEFDmvXDXt4TvSXM,1652
|
|
6
|
-
tencentcloud/dbbrain/v20191016/models.py,sha256=
|
|
6
|
+
tencentcloud/dbbrain/v20191016/models.py,sha256=YOFnMHwzkCO6O0xSJDVVAmMh82lsHI8g7laRwr6RzBo,228478
|
|
7
7
|
tencentcloud/dbbrain/v20210527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
tencentcloud/dbbrain/v20210527/dbbrain_client.py,sha256=OJzwM9pSDPxnbYtpisqpOqmpbD5FF2EAIHXvac6swZk,62983
|
|
9
9
|
tencentcloud/dbbrain/v20210527/errorcodes.py,sha256=1_O1MV43gQWvTMJGz66l4BgfmMXaz2EI_v069aadx0E,2143
|
|
10
|
-
tencentcloud/dbbrain/v20210527/models.py,sha256=
|
|
11
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
12
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
13
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
14
|
-
tencentcloud_sdk_python_dbbrain-3.0.
|
|
10
|
+
tencentcloud/dbbrain/v20210527/models.py,sha256=sUDV8IhQiwaUU-_Cu8glM0PdO9pfYhR3LWpLCZ9wiUU,503464
|
|
11
|
+
tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info/METADATA,sha256=X1vgZf5GkQS3rd6sHFs_6OkR00AEVAtwNHcOqunL0tE,1516
|
|
12
|
+
tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
13
|
+
tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
14
|
+
tencentcloud_sdk_python_dbbrain-3.0.1341.dist-info/RECORD,,
|
|
File without changes
|