tencentcloud-sdk-python-cdb 3.1.158__tar.gz → 3.1.164__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-cdb might be problematic. Click here for more details.
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/setup.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/v20170320/models.py +29 -16
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cdb-3.1.164/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cdb-3.1.158/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/README.rst +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/v20170320/cdb_client.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/v20170320/cdb_client_async.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cdb-3.1.158 → tencentcloud_sdk_python_cdb-3.1.164}/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.164
|
|
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.164
|
|
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.164,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cdb SDK for Python',
|
|
@@ -15841,16 +15841,14 @@ class DescribeClusterInfoRequest(AbstractModel):
|
|
|
15841
15841
|
|
|
15842
15842
|
def __init__(self):
|
|
15843
15843
|
r"""
|
|
15844
|
-
:param _InstanceId:
|
|
15845
|
-
说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。
|
|
15844
|
+
:param _InstanceId: <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。<br>说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。</p>
|
|
15846
15845
|
:type InstanceId: str
|
|
15847
15846
|
"""
|
|
15848
15847
|
self._InstanceId = None
|
|
15849
15848
|
|
|
15850
15849
|
@property
|
|
15851
15850
|
def InstanceId(self):
|
|
15852
|
-
r"""
|
|
15853
|
-
说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。
|
|
15851
|
+
r"""<p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。<br>说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。</p>
|
|
15854
15852
|
:rtype: str
|
|
15855
15853
|
"""
|
|
15856
15854
|
return self._InstanceId
|
|
@@ -15879,17 +15877,17 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15879
15877
|
|
|
15880
15878
|
def __init__(self):
|
|
15881
15879
|
r"""
|
|
15882
|
-
:param _ClusterName:
|
|
15880
|
+
:param _ClusterName: <p>实例名称。</p>
|
|
15883
15881
|
:type ClusterName: str
|
|
15884
|
-
:param _ReadWriteAddress:
|
|
15882
|
+
:param _ReadWriteAddress: <p>云盘版实例的读写地址信息。</p>
|
|
15885
15883
|
:type ReadWriteAddress: :class:`tencentcloud.cdb.v20170320.models.AddressInfo`
|
|
15886
|
-
:param _ReadOnlyAddress:
|
|
15884
|
+
:param _ReadOnlyAddress: <p>云盘版实例的只读地址信息。</p>
|
|
15887
15885
|
:type ReadOnlyAddress: list of AddressInfo
|
|
15888
|
-
:param _NodeList:
|
|
15886
|
+
:param _NodeList: <p>云盘版实例的节点列表信息。</p>
|
|
15889
15887
|
:type NodeList: list of ClusterNodeInfo
|
|
15890
|
-
:param _ReadonlyLimit:
|
|
15888
|
+
:param _ReadonlyLimit: <p>只读空间保护阈值,单位GB</p>
|
|
15891
15889
|
:type ReadonlyLimit: int
|
|
15892
|
-
:param _NodeCount:
|
|
15890
|
+
:param _NodeCount: <p>实例节点数。</p>
|
|
15893
15891
|
:type NodeCount: int
|
|
15894
15892
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15895
15893
|
:type RequestId: str
|
|
@@ -15904,7 +15902,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15904
15902
|
|
|
15905
15903
|
@property
|
|
15906
15904
|
def ClusterName(self):
|
|
15907
|
-
r"""
|
|
15905
|
+
r"""<p>实例名称。</p>
|
|
15908
15906
|
:rtype: str
|
|
15909
15907
|
"""
|
|
15910
15908
|
return self._ClusterName
|
|
@@ -15915,7 +15913,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15915
15913
|
|
|
15916
15914
|
@property
|
|
15917
15915
|
def ReadWriteAddress(self):
|
|
15918
|
-
r"""
|
|
15916
|
+
r"""<p>云盘版实例的读写地址信息。</p>
|
|
15919
15917
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.AddressInfo`
|
|
15920
15918
|
"""
|
|
15921
15919
|
return self._ReadWriteAddress
|
|
@@ -15926,7 +15924,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15926
15924
|
|
|
15927
15925
|
@property
|
|
15928
15926
|
def ReadOnlyAddress(self):
|
|
15929
|
-
r"""
|
|
15927
|
+
r"""<p>云盘版实例的只读地址信息。</p>
|
|
15930
15928
|
:rtype: list of AddressInfo
|
|
15931
15929
|
"""
|
|
15932
15930
|
return self._ReadOnlyAddress
|
|
@@ -15937,7 +15935,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15937
15935
|
|
|
15938
15936
|
@property
|
|
15939
15937
|
def NodeList(self):
|
|
15940
|
-
r"""
|
|
15938
|
+
r"""<p>云盘版实例的节点列表信息。</p>
|
|
15941
15939
|
:rtype: list of ClusterNodeInfo
|
|
15942
15940
|
"""
|
|
15943
15941
|
return self._NodeList
|
|
@@ -15948,7 +15946,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15948
15946
|
|
|
15949
15947
|
@property
|
|
15950
15948
|
def ReadonlyLimit(self):
|
|
15951
|
-
r"""
|
|
15949
|
+
r"""<p>只读空间保护阈值,单位GB</p>
|
|
15952
15950
|
:rtype: int
|
|
15953
15951
|
"""
|
|
15954
15952
|
return self._ReadonlyLimit
|
|
@@ -15959,7 +15957,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15959
15957
|
|
|
15960
15958
|
@property
|
|
15961
15959
|
def NodeCount(self):
|
|
15962
|
-
r"""
|
|
15960
|
+
r"""<p>实例节点数。</p>
|
|
15963
15961
|
:rtype: int
|
|
15964
15962
|
"""
|
|
15965
15963
|
return self._NodeCount
|
|
@@ -35170,6 +35168,8 @@ class RoGroup(AbstractModel):
|
|
|
35170
35168
|
:type RoGroupZone: str
|
|
35171
35169
|
:param _DelayReplicationTime: <p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
|
|
35172
35170
|
:type DelayReplicationTime: int
|
|
35171
|
+
:param _RoGroupType: <p>只读组类型。</p><p>枚举值:</p><ul><li>normal: 普通RO组</li><li>direct: 纯网络转发模式</li><li>default: 默认RO组</li></ul><p>默认值:normal</p>
|
|
35172
|
+
:type RoGroupType: str
|
|
35173
35173
|
"""
|
|
35174
35174
|
self._RoGroupMode = None
|
|
35175
35175
|
self._RoGroupId = None
|
|
@@ -35187,6 +35187,7 @@ class RoGroup(AbstractModel):
|
|
|
35187
35187
|
self._RoGroupRegion = None
|
|
35188
35188
|
self._RoGroupZone = None
|
|
35189
35189
|
self._DelayReplicationTime = None
|
|
35190
|
+
self._RoGroupType = None
|
|
35190
35191
|
|
|
35191
35192
|
@property
|
|
35192
35193
|
def RoGroupMode(self):
|
|
@@ -35364,6 +35365,17 @@ class RoGroup(AbstractModel):
|
|
|
35364
35365
|
def DelayReplicationTime(self, DelayReplicationTime):
|
|
35365
35366
|
self._DelayReplicationTime = DelayReplicationTime
|
|
35366
35367
|
|
|
35368
|
+
@property
|
|
35369
|
+
def RoGroupType(self):
|
|
35370
|
+
r"""<p>只读组类型。</p><p>枚举值:</p><ul><li>normal: 普通RO组</li><li>direct: 纯网络转发模式</li><li>default: 默认RO组</li></ul><p>默认值:normal</p>
|
|
35371
|
+
:rtype: str
|
|
35372
|
+
"""
|
|
35373
|
+
return self._RoGroupType
|
|
35374
|
+
|
|
35375
|
+
@RoGroupType.setter
|
|
35376
|
+
def RoGroupType(self, RoGroupType):
|
|
35377
|
+
self._RoGroupType = RoGroupType
|
|
35378
|
+
|
|
35367
35379
|
|
|
35368
35380
|
def _deserialize(self, params):
|
|
35369
35381
|
self._RoGroupMode = params.get("RoGroupMode")
|
|
@@ -35387,6 +35399,7 @@ class RoGroup(AbstractModel):
|
|
|
35387
35399
|
self._RoGroupRegion = params.get("RoGroupRegion")
|
|
35388
35400
|
self._RoGroupZone = params.get("RoGroupZone")
|
|
35389
35401
|
self._DelayReplicationTime = params.get("DelayReplicationTime")
|
|
35402
|
+
self._RoGroupType = params.get("RoGroupType")
|
|
35390
35403
|
memeber_set = set(params.keys())
|
|
35391
35404
|
for name, value in vars(self).items():
|
|
35392
35405
|
property_name = name[1:]
|
|
@@ -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.164
|
|
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.164
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.164
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.158
|
|
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
|