tencentcloud-sdk-python-cdb 3.0.1094__tar.gz → 3.0.1096__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.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/setup.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/cdb/v20170320/models.py +12 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdb-3.0.1096/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdb-3.0.1094/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/README.rst +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1094 → tencentcloud-sdk-python-cdb-3.0.1096}/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.1096"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -13365,9 +13365,12 @@ class DescribeDBSecurityGroupsRequest(AbstractModel):
|
|
|
13365
13365
|
:type InstanceId: str
|
|
13366
13366
|
:param _ForReadonlyInstance: 该值默认为False,表示当传入只读实例ID时,查询操作的是对应只读组的安全组。如果需要操作只读实例ID的安全组, 需要将该入参置为True。
|
|
13367
13367
|
:type ForReadonlyInstance: bool
|
|
13368
|
+
:param _OpResourceId: 变更集群版实例只读组时,InstanceId传实例id,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。
|
|
13369
|
+
:type OpResourceId: str
|
|
13368
13370
|
"""
|
|
13369
13371
|
self._InstanceId = None
|
|
13370
13372
|
self._ForReadonlyInstance = None
|
|
13373
|
+
self._OpResourceId = None
|
|
13371
13374
|
|
|
13372
13375
|
@property
|
|
13373
13376
|
def InstanceId(self):
|
|
@@ -13385,10 +13388,19 @@ class DescribeDBSecurityGroupsRequest(AbstractModel):
|
|
|
13385
13388
|
def ForReadonlyInstance(self, ForReadonlyInstance):
|
|
13386
13389
|
self._ForReadonlyInstance = ForReadonlyInstance
|
|
13387
13390
|
|
|
13391
|
+
@property
|
|
13392
|
+
def OpResourceId(self):
|
|
13393
|
+
return self._OpResourceId
|
|
13394
|
+
|
|
13395
|
+
@OpResourceId.setter
|
|
13396
|
+
def OpResourceId(self, OpResourceId):
|
|
13397
|
+
self._OpResourceId = OpResourceId
|
|
13398
|
+
|
|
13388
13399
|
|
|
13389
13400
|
def _deserialize(self, params):
|
|
13390
13401
|
self._InstanceId = params.get("InstanceId")
|
|
13391
13402
|
self._ForReadonlyInstance = params.get("ForReadonlyInstance")
|
|
13403
|
+
self._OpResourceId = params.get("OpResourceId")
|
|
13392
13404
|
memeber_set = set(params.keys())
|
|
13393
13405
|
for name, value in vars(self).items():
|
|
13394
13406
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1096
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1094
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|