tencentcloud-sdk-python-cdb 3.0.1419__tar.gz → 3.0.1421__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.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/setup.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/cdb/v20170320/models.py +8 -8
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdb-3.0.1421/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdb-3.0.1419/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/README.rst +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1419 → tencentcloud-sdk-python-cdb-3.0.1421}/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.1421,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -807,7 +807,7 @@ class CdbClient(AbstractClient):
|
|
|
807
807
|
|
|
808
808
|
|
|
809
809
|
def DeleteAuditRuleTemplates(self, request):
|
|
810
|
-
"""
|
|
810
|
+
"""本接口(DeleteAuditRuleTemplates)用于删除审计规则模板。
|
|
811
811
|
|
|
812
812
|
:param request: Request instance for DeleteAuditRuleTemplates.
|
|
813
813
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DeleteAuditRuleTemplatesRequest`
|
|
@@ -11123,14 +11123,14 @@ class DeleteAuditRuleTemplatesRequest(AbstractModel):
|
|
|
11123
11123
|
|
|
11124
11124
|
def __init__(self):
|
|
11125
11125
|
r"""
|
|
11126
|
-
:param _RuleTemplateIds: 审计规则模板ID
|
|
11126
|
+
:param _RuleTemplateIds: 审计规则模板 ID,可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取,单次允许最多删除5个规则模板。
|
|
11127
11127
|
:type RuleTemplateIds: list of str
|
|
11128
11128
|
"""
|
|
11129
11129
|
self._RuleTemplateIds = None
|
|
11130
11130
|
|
|
11131
11131
|
@property
|
|
11132
11132
|
def RuleTemplateIds(self):
|
|
11133
|
-
"""审计规则模板ID
|
|
11133
|
+
"""审计规则模板 ID,可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取,单次允许最多删除5个规则模板。
|
|
11134
11134
|
:rtype: list of str
|
|
11135
11135
|
"""
|
|
11136
11136
|
return self._RuleTemplateIds
|
|
@@ -29846,11 +29846,11 @@ class ModifyInstanceTagRequest(AbstractModel):
|
|
|
29846
29846
|
|
|
29847
29847
|
def __init__(self):
|
|
29848
29848
|
r"""
|
|
29849
|
-
:param _InstanceId: 实例 ID
|
|
29849
|
+
:param _InstanceId: 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
|
29850
29850
|
:type InstanceId: str
|
|
29851
|
-
:param _ReplaceTags: 要增加或修改的标签。
|
|
29851
|
+
:param _ReplaceTags: 要增加或修改的标签。ReplaceTags 和 DeleteTags 必填一个。
|
|
29852
29852
|
:type ReplaceTags: list of TagInfo
|
|
29853
|
-
:param _DeleteTags: 要删除的标签。
|
|
29853
|
+
:param _DeleteTags: 要删除的标签。ReplaceTags 和 DeleteTags 必填一个。
|
|
29854
29854
|
:type DeleteTags: list of TagInfo
|
|
29855
29855
|
"""
|
|
29856
29856
|
self._InstanceId = None
|
|
@@ -29859,7 +29859,7 @@ class ModifyInstanceTagRequest(AbstractModel):
|
|
|
29859
29859
|
|
|
29860
29860
|
@property
|
|
29861
29861
|
def InstanceId(self):
|
|
29862
|
-
"""实例 ID
|
|
29862
|
+
"""实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
|
29863
29863
|
:rtype: str
|
|
29864
29864
|
"""
|
|
29865
29865
|
return self._InstanceId
|
|
@@ -29870,7 +29870,7 @@ class ModifyInstanceTagRequest(AbstractModel):
|
|
|
29870
29870
|
|
|
29871
29871
|
@property
|
|
29872
29872
|
def ReplaceTags(self):
|
|
29873
|
-
"""要增加或修改的标签。
|
|
29873
|
+
"""要增加或修改的标签。ReplaceTags 和 DeleteTags 必填一个。
|
|
29874
29874
|
:rtype: list of TagInfo
|
|
29875
29875
|
"""
|
|
29876
29876
|
return self._ReplaceTags
|
|
@@ -29881,7 +29881,7 @@ class ModifyInstanceTagRequest(AbstractModel):
|
|
|
29881
29881
|
|
|
29882
29882
|
@property
|
|
29883
29883
|
def DeleteTags(self):
|
|
29884
|
-
"""要删除的标签。
|
|
29884
|
+
"""要删除的标签。ReplaceTags 和 DeleteTags 必填一个。
|
|
29885
29885
|
:rtype: list of TagInfo
|
|
29886
29886
|
"""
|
|
29887
29887
|
return self._DeleteTags
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1421
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1419
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|