tencentcloud-sdk-python-dbbrain 3.0.1267__py2.py3-none-any.whl → 3.0.1291__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/dbbrain/v20210527/models.py +6 -6
- {tencentcloud_sdk_python_dbbrain-3.0.1267.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_dbbrain-3.0.1267.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_dbbrain-3.0.1267.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_dbbrain-3.0.1267.dist-info → tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -4081,9 +4081,9 @@ class DescribeAuditLogFilesRequest(AbstractModel):
|
|
|
4081
4081
|
|
|
4082
4082
|
def __init__(self):
|
|
4083
4083
|
r"""
|
|
4084
|
-
:param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB
|
|
4084
|
+
:param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
|
|
4085
4085
|
:type Product: str
|
|
4086
|
-
:param _NodeRequestType:
|
|
4086
|
+
:param _NodeRequestType: 该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
|
|
4087
4087
|
:type NodeRequestType: str
|
|
4088
4088
|
:param _InstanceId: 实例 ID 。
|
|
4089
4089
|
:type InstanceId: str
|
|
@@ -4100,7 +4100,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
|
|
|
4100
4100
|
|
|
4101
4101
|
@property
|
|
4102
4102
|
def Product(self):
|
|
4103
|
-
"""服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB
|
|
4103
|
+
"""服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
|
|
4104
4104
|
:rtype: str
|
|
4105
4105
|
"""
|
|
4106
4106
|
return self._Product
|
|
@@ -4111,7 +4111,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
|
|
|
4111
4111
|
|
|
4112
4112
|
@property
|
|
4113
4113
|
def NodeRequestType(self):
|
|
4114
|
-
"""
|
|
4114
|
+
"""该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
|
|
4115
4115
|
:rtype: str
|
|
4116
4116
|
"""
|
|
4117
4117
|
return self._NodeRequestType
|
|
@@ -11505,7 +11505,7 @@ class KillMySqlThreadsRequest(AbstractModel):
|
|
|
11505
11505
|
:type SqlExecId: str
|
|
11506
11506
|
:param _Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
|
|
11507
11507
|
:type Product: str
|
|
11508
|
-
:param _RecordHistory: 默认是
|
|
11508
|
+
:param _RecordHistory: 默认是true,会记录下kill的记录;该参数为true, 则在kill操作前校验目标会话是否存在,存在则继续kill,否则取消kill。为了加快kill速度,可设置为false。
|
|
11509
11509
|
:type RecordHistory: bool
|
|
11510
11510
|
"""
|
|
11511
11511
|
self._InstanceId = None
|
|
@@ -11572,7 +11572,7 @@ class KillMySqlThreadsRequest(AbstractModel):
|
|
|
11572
11572
|
|
|
11573
11573
|
@property
|
|
11574
11574
|
def RecordHistory(self):
|
|
11575
|
-
"""默认是
|
|
11575
|
+
"""默认是true,会记录下kill的记录;该参数为true, 则在kill操作前校验目标会话是否存在,存在则继续kill,否则取消kill。为了加快kill速度,可设置为false。
|
|
11576
11576
|
:rtype: bool
|
|
11577
11577
|
"""
|
|
11578
11578
|
return self._RecordHistory
|
|
@@ -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.1291
|
|
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.1291)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=Ux9ATZnVOxr5DAV-M8h9CjmBGxr60JKJ9oj3-WXQw0E,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
|
|
@@ -7,8 +7,8 @@ tencentcloud/dbbrain/v20191016/models.py,sha256=FmVzQBFmDNebBAAYmI8PyZWXlxDz-ivj
|
|
|
7
7
|
tencentcloud/dbbrain/v20210527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
tencentcloud/dbbrain/v20210527/dbbrain_client.py,sha256=haKd0OEiHaNkpQHpmfDOLpUXxKA2V9r8_5DwZ-X1-34,62076
|
|
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=MT0uw-dZA0VV8AGZS5Kl9b_R8FJPdTMHIqbirgOuN2M,496867
|
|
11
|
+
tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info/METADATA,sha256=zUi6x76E390bD_blVc1k2e6aLPsAkUybfEgcpbYz-M0,1516
|
|
12
|
+
tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
13
|
+
tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
14
|
+
tencentcloud_sdk_python_dbbrain-3.0.1291.dist-info/RECORD,,
|
|
File without changes
|