tencentcloud-sdk-python-dbbrain 3.0.1289__tar.gz → 3.0.1294__tar.gz
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-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/setup.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20210527/models.py +4 -4
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dbbrain-3.0.1294/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dbbrain-3.0.1289/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/README.rst +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20191016/models.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dbbrain',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1294"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dbbrain SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -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
|
tencentcloud-sdk-python-dbbrain-3.0.1294/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1294
|
tencentcloud-sdk-python-dbbrain-3.0.1289/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1289
|
{tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-dbbrain-3.0.1289 → tencentcloud-sdk-python-dbbrain-3.0.1294}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|