tencentcloud-sdk-python-cynosdb 3.0.1459__tar.gz → 3.0.1485__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.
Files changed (18) hide show
  1. tencentcloud_sdk_python_cynosdb-3.0.1485/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  5. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/cynosdb/v20190107/models.py +2360 -615
  6. tencentcloud_sdk_python_cynosdb-3.0.1485/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +46 -0
  7. tencentcloud_sdk_python_cynosdb-3.0.1485/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cynosdb-3.0.1459/PKG-INFO +0 -45
  9. tencentcloud-sdk-python-cynosdb-3.0.1459/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +0 -45
  10. tencentcloud-sdk-python-cynosdb-3.0.1459/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +0 -1
  11. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/README.rst +0 -0
  12. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/setup.cfg +0 -0
  13. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/cynosdb/__init__.py +0 -0
  14. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/cynosdb/v20190107/__init__.py +0 -0
  15. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud/cynosdb/v20190107/errorcodes.py +0 -0
  16. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud_sdk_python_cynosdb.egg-info/SOURCES.txt +0 -0
  17. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud_sdk_python_cynosdb.egg-info/dependency_links.txt +0 -0
  18. {tencentcloud-sdk-python-cynosdb-3.0.1459 → tencentcloud_sdk_python_cynosdb-3.0.1485}/tencentcloud_sdk_python_cynosdb.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-cynosdb
3
+ Version: 3.0.1485
4
+ Summary: Tencent Cloud Cynosdb SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1485
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Cynosdb SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-cynosdb
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common cynosdb
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cynosdb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1459,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1485,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cynosdb SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1459'
17
+ __version__ = '3.0.1485'
@@ -463,6 +463,29 @@ class CynosdbClient(AbstractClient):
463
463
  raise TencentCloudSDKException(type(e).__name__, str(e))
464
464
 
465
465
 
466
+ def CreateIntegrateCluster(self, request):
467
+ r"""本接口(CreateClusters)用于新购集群。
468
+
469
+ :param request: Request instance for CreateIntegrateCluster.
470
+ :type request: :class:`tencentcloud.cynosdb.v20190107.models.CreateIntegrateClusterRequest`
471
+ :rtype: :class:`tencentcloud.cynosdb.v20190107.models.CreateIntegrateClusterResponse`
472
+
473
+ """
474
+ try:
475
+ params = request._serialize()
476
+ headers = request.headers
477
+ body = self.call("CreateIntegrateCluster", params, headers=headers)
478
+ response = json.loads(body)
479
+ model = models.CreateIntegrateClusterResponse()
480
+ model._deserialize(response["Response"])
481
+ return model
482
+ except Exception as e:
483
+ if isinstance(e, TencentCloudSDKException):
484
+ raise
485
+ else:
486
+ raise TencentCloudSDKException(type(e).__name__, str(e))
487
+
488
+
466
489
  def CreateParamTemplate(self, request):
467
490
  r"""本接口(CreateParamTemplate)用于创建参数模板。
468
491
 
@@ -1636,6 +1659,29 @@ class CynosdbClient(AbstractClient):
1636
1659
  raise TencentCloudSDKException(type(e).__name__, str(e))
1637
1660
 
1638
1661
 
1662
+ def DescribeIntegrateTask(self, request):
1663
+ r"""本接口(DescribeIntegrateTask)用于查询集群任务。
1664
+
1665
+ :param request: Request instance for DescribeIntegrateTask.
1666
+ :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeIntegrateTaskRequest`
1667
+ :rtype: :class:`tencentcloud.cynosdb.v20190107.models.DescribeIntegrateTaskResponse`
1668
+
1669
+ """
1670
+ try:
1671
+ params = request._serialize()
1672
+ headers = request.headers
1673
+ body = self.call("DescribeIntegrateTask", params, headers=headers)
1674
+ response = json.loads(body)
1675
+ model = models.DescribeIntegrateTaskResponse()
1676
+ model._deserialize(response["Response"])
1677
+ return model
1678
+ except Exception as e:
1679
+ if isinstance(e, TencentCloudSDKException):
1680
+ raise
1681
+ else:
1682
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1683
+
1684
+
1639
1685
  def DescribeIsolatedInstances(self, request):
1640
1686
  r"""本接口(DescribeIsolatedInstances)用于查询回收站实例列表。
1641
1687
 
@@ -2257,6 +2303,29 @@ class CynosdbClient(AbstractClient):
2257
2303
  raise TencentCloudSDKException(type(e).__name__, str(e))
2258
2304
 
2259
2305
 
2306
+ def InquirePriceMultiSpec(self, request):
2307
+ r"""此接口(InquirePriceMultiSpec)用于批量询价
2308
+
2309
+ :param request: Request instance for InquirePriceMultiSpec.
2310
+ :type request: :class:`tencentcloud.cynosdb.v20190107.models.InquirePriceMultiSpecRequest`
2311
+ :rtype: :class:`tencentcloud.cynosdb.v20190107.models.InquirePriceMultiSpecResponse`
2312
+
2313
+ """
2314
+ try:
2315
+ params = request._serialize()
2316
+ headers = request.headers
2317
+ body = self.call("InquirePriceMultiSpec", params, headers=headers)
2318
+ response = json.loads(body)
2319
+ model = models.InquirePriceMultiSpecResponse()
2320
+ model._deserialize(response["Response"])
2321
+ return model
2322
+ except Exception as e:
2323
+ if isinstance(e, TencentCloudSDKException):
2324
+ raise
2325
+ else:
2326
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2327
+
2328
+
2260
2329
  def InquirePriceRenew(self, request):
2261
2330
  r"""本接口(InquirePriceRenew)用于查询续费集群价格。
2262
2331