tencentcloud-sdk-python-cdb 3.0.1369__tar.gz → 3.0.1371__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.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/setup.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/cdb/v20170320/cdb_client.py +2 -2
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/cdb/v20170320/models.py +10 -10
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud_sdk_python_cdb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cdb-3.0.1371/tencentcloud_sdk_python_cdb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cdb-3.0.1369/tencentcloud_sdk_python_cdb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/README.rst +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/cdb/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/cdb/v20170320/__init__.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud/cdb/v20170320/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud_sdk_python_cdb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/tencentcloud_sdk_python_cdb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cdb-3.0.1369 → tencentcloud-sdk-python-cdb-3.0.1371}/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.1371"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cdb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -165,7 +165,7 @@ class CdbClient(AbstractClient):
|
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
def CheckMigrateCluster(self, request):
|
|
168
|
-
"""本接口(CheckMigrateCluster
|
|
168
|
+
"""本接口(CheckMigrateCluster)用于高可用实例一键迁移到云盘版校验。
|
|
169
169
|
|
|
170
170
|
:param request: Request instance for CheckMigrateCluster.
|
|
171
171
|
:type request: :class:`tencentcloud.cdb.v20170320.models.CheckMigrateClusterRequest`
|
|
@@ -1521,7 +1521,7 @@ class CdbClient(AbstractClient):
|
|
|
1521
1521
|
|
|
1522
1522
|
|
|
1523
1523
|
def DescribeClusterInfo(self, request):
|
|
1524
|
-
"""本接口(DescribeClusterInfo
|
|
1524
|
+
"""本接口(DescribeClusterInfo)用于查询云盘版实例信息。
|
|
1525
1525
|
|
|
1526
1526
|
:param request: Request instance for DescribeClusterInfo.
|
|
1527
1527
|
:type request: :class:`tencentcloud.cdb.v20170320.models.DescribeClusterInfoRequest`
|
|
@@ -4837,9 +4837,9 @@ class CheckMigrateClusterRequest(AbstractModel):
|
|
|
4837
4837
|
:type Volume: int
|
|
4838
4838
|
:param _DiskType: 磁盘类型。 CLOUD_SSD: SSD云硬盘; CLOUD_HSSD: 增强型SSD云硬盘
|
|
4839
4839
|
:type DiskType: str
|
|
4840
|
-
:param _ClusterTopology:
|
|
4840
|
+
:param _ClusterTopology: 云盘版节点拓扑配置。
|
|
4841
4841
|
:type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
|
4842
|
-
:param _DeviceType: 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" -
|
|
4842
|
+
:param _DeviceType: 迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型云盘版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型云盘版实例。
|
|
4843
4843
|
:type DeviceType: str
|
|
4844
4844
|
:param _RoInfo: 只读实例信息
|
|
4845
4845
|
:type RoInfo: list of MigrateClusterRoInfo
|
|
@@ -4910,7 +4910,7 @@ class CheckMigrateClusterRequest(AbstractModel):
|
|
|
4910
4910
|
|
|
4911
4911
|
@property
|
|
4912
4912
|
def ClusterTopology(self):
|
|
4913
|
-
"""
|
|
4913
|
+
"""云盘版节点拓扑配置。
|
|
4914
4914
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
|
4915
4915
|
"""
|
|
4916
4916
|
return self._ClusterTopology
|
|
@@ -4921,7 +4921,7 @@ class CheckMigrateClusterRequest(AbstractModel):
|
|
|
4921
4921
|
|
|
4922
4922
|
@property
|
|
4923
4923
|
def DeviceType(self):
|
|
4924
|
-
"""迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" -
|
|
4924
|
+
"""迁移实例类型。支持值包括: "CLOUD_NATIVE_CLUSTER" - 标准型云盘版实例, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 加强型云盘版实例。
|
|
4925
4925
|
:rtype: str
|
|
4926
4926
|
"""
|
|
4927
4927
|
return self._DeviceType
|
|
@@ -15268,11 +15268,11 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15268
15268
|
r"""
|
|
15269
15269
|
:param _ClusterName: 实例名称。
|
|
15270
15270
|
:type ClusterName: str
|
|
15271
|
-
:param _ReadWriteAddress:
|
|
15271
|
+
:param _ReadWriteAddress: 云盘版实例的读写地址信息。
|
|
15272
15272
|
:type ReadWriteAddress: :class:`tencentcloud.cdb.v20170320.models.AddressInfo`
|
|
15273
|
-
:param _ReadOnlyAddress:
|
|
15273
|
+
:param _ReadOnlyAddress: 云盘版实例的只读地址信息。
|
|
15274
15274
|
:type ReadOnlyAddress: list of AddressInfo
|
|
15275
|
-
:param _NodeList:
|
|
15275
|
+
:param _NodeList: 云盘版实例的节点列表信息。
|
|
15276
15276
|
:type NodeList: list of ClusterNodeInfo
|
|
15277
15277
|
:param _ReadonlyLimit: 只读空间保护阈值,单位GB
|
|
15278
15278
|
:type ReadonlyLimit: int
|
|
@@ -15302,7 +15302,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15302
15302
|
|
|
15303
15303
|
@property
|
|
15304
15304
|
def ReadWriteAddress(self):
|
|
15305
|
-
"""
|
|
15305
|
+
"""云盘版实例的读写地址信息。
|
|
15306
15306
|
:rtype: :class:`tencentcloud.cdb.v20170320.models.AddressInfo`
|
|
15307
15307
|
"""
|
|
15308
15308
|
return self._ReadWriteAddress
|
|
@@ -15313,7 +15313,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15313
15313
|
|
|
15314
15314
|
@property
|
|
15315
15315
|
def ReadOnlyAddress(self):
|
|
15316
|
-
"""
|
|
15316
|
+
"""云盘版实例的只读地址信息。
|
|
15317
15317
|
:rtype: list of AddressInfo
|
|
15318
15318
|
"""
|
|
15319
15319
|
return self._ReadOnlyAddress
|
|
@@ -15324,7 +15324,7 @@ class DescribeClusterInfoResponse(AbstractModel):
|
|
|
15324
15324
|
|
|
15325
15325
|
@property
|
|
15326
15326
|
def NodeList(self):
|
|
15327
|
-
"""
|
|
15327
|
+
"""云盘版实例的节点列表信息。
|
|
15328
15328
|
:rtype: list of ClusterNodeInfo
|
|
15329
15329
|
"""
|
|
15330
15330
|
return self._NodeList
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1371
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1369
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|