tencentcloud-sdk-python-cdb 3.1.28__tar.gz → 3.1.41__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.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/v20170320/models.py +23 -4
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.41/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.28/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.28 → tencentcloud_sdk_python_cdb-3.1.41}/tencentcloud_sdk_python_cdb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.41
|
|
4
4
|
Summary: Tencent Cloud Cdb 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<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.41,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -7960,6 +7960,8 @@ class CreateCloneInstanceRequest(AbstractModel):
|
|
|
7960
7960
|
:type SpecifiedSubBackupId: int
|
|
7961
7961
|
:param _MasterZone: 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
7962
7962
|
:type MasterZone: str
|
|
7963
|
+
:param _Zone: 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
7964
|
+
:type Zone: str
|
|
7963
7965
|
"""
|
|
7964
7966
|
self._InstanceId = None
|
|
7965
7967
|
self._SpecifiedRollbackTime = None
|
|
@@ -7988,6 +7990,7 @@ class CreateCloneInstanceRequest(AbstractModel):
|
|
|
7988
7990
|
self._SrcRegion = None
|
|
7989
7991
|
self._SpecifiedSubBackupId = None
|
|
7990
7992
|
self._MasterZone = None
|
|
7993
|
+
self._Zone = None
|
|
7991
7994
|
|
|
7992
7995
|
@property
|
|
7993
7996
|
def InstanceId(self):
|
|
@@ -8279,6 +8282,8 @@ class CreateCloneInstanceRequest(AbstractModel):
|
|
|
8279
8282
|
|
|
8280
8283
|
@property
|
|
8281
8284
|
def MasterZone(self):
|
|
8285
|
+
warnings.warn("parameter `MasterZone` is deprecated", DeprecationWarning)
|
|
8286
|
+
|
|
8282
8287
|
r"""新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
8283
8288
|
:rtype: str
|
|
8284
8289
|
"""
|
|
@@ -8286,8 +8291,21 @@ class CreateCloneInstanceRequest(AbstractModel):
|
|
|
8286
8291
|
|
|
8287
8292
|
@MasterZone.setter
|
|
8288
8293
|
def MasterZone(self, MasterZone):
|
|
8294
|
+
warnings.warn("parameter `MasterZone` is deprecated", DeprecationWarning)
|
|
8295
|
+
|
|
8289
8296
|
self._MasterZone = MasterZone
|
|
8290
8297
|
|
|
8298
|
+
@property
|
|
8299
|
+
def Zone(self):
|
|
8300
|
+
r"""新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
8301
|
+
:rtype: str
|
|
8302
|
+
"""
|
|
8303
|
+
return self._Zone
|
|
8304
|
+
|
|
8305
|
+
@Zone.setter
|
|
8306
|
+
def Zone(self, Zone):
|
|
8307
|
+
self._Zone = Zone
|
|
8308
|
+
|
|
8291
8309
|
|
|
8292
8310
|
def _deserialize(self, params):
|
|
8293
8311
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -8324,6 +8342,7 @@ class CreateCloneInstanceRequest(AbstractModel):
|
|
|
8324
8342
|
self._SrcRegion = params.get("SrcRegion")
|
|
8325
8343
|
self._SpecifiedSubBackupId = params.get("SpecifiedSubBackupId")
|
|
8326
8344
|
self._MasterZone = params.get("MasterZone")
|
|
8345
|
+
self._Zone = params.get("Zone")
|
|
8327
8346
|
memeber_set = set(params.keys())
|
|
8328
8347
|
for name, value in vars(self).items():
|
|
8329
8348
|
property_name = name[1:]
|
|
@@ -19950,7 +19969,7 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
|
|
|
19950
19969
|
:type DstZoneId: int
|
|
19951
19970
|
:param _NodeDistribution: 独享集群 CDB 实例的节点分布情况。
|
|
19952
19971
|
:type NodeDistribution: :class:`tencentcloud.cdb.v20170320.models.NodeDistribution`
|
|
19953
|
-
:param _ClusterTopology:
|
|
19972
|
+
:param _ClusterTopology: 云盘版的节点拓扑配置。Nodeld 信息可通过 [DescribeClusterInfo](https://cloud.tencent.com/document/api/236/105116) 接口获取。
|
|
19954
19973
|
:type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
|
19955
19974
|
"""
|
|
19956
19975
|
self._InstanceId = None
|
|
@@ -20101,7 +20120,7 @@ class DescribeInstanceUpgradeTypeRequest(AbstractModel):
|
|
|
20101
20120
|
|
|
20102
20121
|
@property
|
|
20103
20122
|
def ClusterTopology(self):
|
|
20104
|
-
r"""
|
|
20123
|
+
r"""云盘版的节点拓扑配置。Nodeld 信息可通过 [DescribeClusterInfo](https://cloud.tencent.com/document/api/236/105116) 接口获取。
|
|
20105
20124
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
|
20106
20125
|
"""
|
|
20107
20126
|
return self._ClusterTopology
|
|
@@ -27400,7 +27419,7 @@ class ModifyAccountPasswordRequest(AbstractModel):
|
|
|
27400
27419
|
:type NewPassword: str
|
|
27401
27420
|
:param _Accounts: 云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。
|
|
27402
27421
|
:type Accounts: list of Account
|
|
27403
|
-
:param _SkipValidatePassword:
|
|
27422
|
+
:param _SkipValidatePassword: 该字段已废弃。
|
|
27404
27423
|
:type SkipValidatePassword: bool
|
|
27405
27424
|
"""
|
|
27406
27425
|
self._InstanceId = None
|
|
@@ -27445,7 +27464,7 @@ class ModifyAccountPasswordRequest(AbstractModel):
|
|
|
27445
27464
|
def SkipValidatePassword(self):
|
|
27446
27465
|
warnings.warn("parameter `SkipValidatePassword` is deprecated", DeprecationWarning)
|
|
27447
27466
|
|
|
27448
|
-
r"""
|
|
27467
|
+
r"""该字段已废弃。
|
|
27449
27468
|
:rtype: bool
|
|
27450
27469
|
"""
|
|
27451
27470
|
return self._SkipValidatePassword
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cdb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.41
|
|
4
4
|
Summary: Tencent Cloud Cdb 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<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.41
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.28
|
|
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
|