tencentcloud-sdk-python-dbdc 3.0.1101__tar.gz → 3.0.1114__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-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/setup.py +1 -1
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/dbdc/v20201029/models.py +6 -6
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud_sdk_python_dbdc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dbdc-3.0.1114/tencentcloud_sdk_python_dbdc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dbdc-3.0.1101/tencentcloud_sdk_python_dbdc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/README.rst +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/dbdc/__init__.py +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/dbdc/v20201029/__init__.py +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/dbdc/v20201029/dbdc_client.py +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud/dbdc/v20201029/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud_sdk_python_dbdc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud_sdk_python_dbdc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dbdc-3.0.1101 → tencentcloud-sdk-python-dbdc-3.0.1114}/tencentcloud_sdk_python_dbdc.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-dbdc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1114"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dbdc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -383,7 +383,7 @@ class DescribeDBInstancesResponse(AbstractModel):
|
|
|
383
383
|
:type Instances: list of DBInstanceDetail
|
|
384
384
|
:param _TotalCount: 独享集群内的DB实例总数
|
|
385
385
|
:type TotalCount: int
|
|
386
|
-
:param _RequestId: 唯一请求 ID
|
|
386
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
387
387
|
:type RequestId: str
|
|
388
388
|
"""
|
|
389
389
|
self._Instances = None
|
|
@@ -506,7 +506,7 @@ class DescribeHostListResponse(AbstractModel):
|
|
|
506
506
|
:type TotalCount: int
|
|
507
507
|
:param _Hosts: 主机详情
|
|
508
508
|
:type Hosts: list of HostDetail
|
|
509
|
-
:param _RequestId: 唯一请求 ID
|
|
509
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
510
510
|
:type RequestId: str
|
|
511
511
|
"""
|
|
512
512
|
self._TotalCount = None
|
|
@@ -978,7 +978,7 @@ class DescribeInstanceDetailResponse(AbstractModel):
|
|
|
978
978
|
:param _ClusterId: 所属集群ID(默认集群为空)
|
|
979
979
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
980
980
|
:type ClusterId: str
|
|
981
|
-
:param _RequestId: 唯一请求 ID
|
|
981
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
982
982
|
:type RequestId: str
|
|
983
983
|
"""
|
|
984
984
|
self._InstanceId = None
|
|
@@ -1408,7 +1408,7 @@ class DescribeInstanceListResponse(AbstractModel):
|
|
|
1408
1408
|
:type Instances: list of DescribeInstanceDetail
|
|
1409
1409
|
:param _TotalCount: 独享集群实例总数
|
|
1410
1410
|
:type TotalCount: int
|
|
1411
|
-
:param _RequestId: 唯一请求 ID
|
|
1411
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1412
1412
|
:type RequestId: str
|
|
1413
1413
|
"""
|
|
1414
1414
|
self._Instances = None
|
|
@@ -1603,7 +1603,7 @@ class DescribeInstancesResponse(AbstractModel):
|
|
|
1603
1603
|
:type TotalCount: int
|
|
1604
1604
|
:param _Instances: 集群扩展信息
|
|
1605
1605
|
:type Instances: list of InstanceExpand
|
|
1606
|
-
:param _RequestId: 唯一请求 ID
|
|
1606
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1607
1607
|
:type RequestId: str
|
|
1608
1608
|
"""
|
|
1609
1609
|
self._TotalCount = None
|
|
@@ -2549,7 +2549,7 @@ class ModifyInstanceNameResponse(AbstractModel):
|
|
|
2549
2549
|
|
|
2550
2550
|
def __init__(self):
|
|
2551
2551
|
r"""
|
|
2552
|
-
:param _RequestId: 唯一请求 ID
|
|
2552
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2553
2553
|
:type RequestId: str
|
|
2554
2554
|
"""
|
|
2555
2555
|
self._RequestId = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1114
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1101
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|