tencentcloud-sdk-python-cdb 3.0.1062__tar.gz → 3.0.1075__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.
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/setup.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/cdb/v20170320/cdb_client.py +2 -2
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/cdb/v20170320/models.py +2 -2
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdb-3.0.1075/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdb-3.0.1062/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/README.rst +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1062 → tencentcloud-sdk-python-cdb-3.0.1075}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cdb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1075"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -497,7 +497,7 @@ class CdbClient(AbstractClient):
|
|
|
497
497
|
2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
|
|
498
498
|
3. 支持创建 MySQL 5.5 、 MySQL 5.6 、 MySQL 5.7 、 MySQL 8.0 版本;
|
|
499
499
|
4. 支持创建主实例、只读实例、灾备实例;
|
|
500
|
-
5. 当入参指定 Port
|
|
500
|
+
5. 当入参指定 Port 和 ParamTemplateType 参数模板,相关参数才会自动初始化(不支持基础版实例);
|
|
501
501
|
6. 当入参指定 ParamTemplateId 或 AlarmPolicyList 时,需将SDK提升至最新版本方可支持;
|
|
502
502
|
|
|
503
503
|
:param request: Request instance for CreateDBInstance.
|
|
@@ -736,7 +736,7 @@ class CdbClient(AbstractClient):
|
|
|
736
736
|
|
|
737
737
|
|
|
738
738
|
def DeleteAuditRuleTemplates(self, request):
|
|
739
|
-
"""
|
|
739
|
+
"""删除审计规则模板
|
|
740
740
|
|
|
741
741
|
:param request: Request instance for DeleteAuditRuleTemplates.
|
|
742
742
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DeleteAuditRuleTemplatesRequest`
|
|
@@ -8141,7 +8141,7 @@ class DeleteAuditRuleTemplatesRequest(AbstractModel):
|
|
|
8141
8141
|
|
|
8142
8142
|
def __init__(self):
|
|
8143
8143
|
r"""
|
|
8144
|
-
:param _RuleTemplateIds:
|
|
8144
|
+
:param _RuleTemplateIds: 审计规则模板ID。
|
|
8145
8145
|
:type RuleTemplateIds: list of str
|
|
8146
8146
|
"""
|
|
8147
8147
|
self._RuleTemplateIds = None
|
|
@@ -20582,7 +20582,7 @@ class ModifyAuditServiceRequest(AbstractModel):
|
|
|
20582
20582
|
:type AuditAll: bool
|
|
20583
20583
|
:param _AuditRuleFilters: 审计规则。
|
|
20584
20584
|
:type AuditRuleFilters: list of AuditRuleFilters
|
|
20585
|
-
:param _RuleTemplateIds:
|
|
20585
|
+
:param _RuleTemplateIds: 规则模板ID。
|
|
20586
20586
|
:type RuleTemplateIds: list of str
|
|
20587
20587
|
"""
|
|
20588
20588
|
self._InstanceId = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1075
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1062
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|