tencentcloud-sdk-python-dbdc 3.1.148__tar.gz → 3.1.149__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.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/setup.py +1 -1
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/v20201029/models.py +2 -2
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud_sdk_python_dbdc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_dbdc-3.1.149/tencentcloud_sdk_python_dbdc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_dbdc-3.1.148/tencentcloud_sdk_python_dbdc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/README.rst +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/setup.cfg +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/__init__.py +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/v20201029/__init__.py +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/v20201029/dbdc_client.py +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/v20201029/dbdc_client_async.py +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud/dbdc/v20201029/errorcodes.py +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud_sdk_python_dbdc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud_sdk_python_dbdc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_dbdc-3.1.148 → tencentcloud_sdk_python_dbdc-3.1.149}/tencentcloud_sdk_python_dbdc.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dbdc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.149
|
|
4
4
|
Summary: Tencent Cloud Dbdc 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.149
|
|
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-dbdc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.149,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Dbdc SDK for Python',
|
|
@@ -1731,7 +1731,7 @@ class DBCustomNode(AbstractModel):
|
|
|
1731
1731
|
:type RackId: str
|
|
1732
1732
|
:param _HostIp: <p>底层物理机IP(已加密)</p>
|
|
1733
1733
|
:type HostIp: str
|
|
1734
|
-
:param _NetworkMode: <p>网络模式</p><p>枚举值:</p><ul><li>
|
|
1734
|
+
:param _NetworkMode: <p>网络模式</p><p>枚举值:</p><ul><li>privatelink: 四层 SSH 服务联通模式</li><li>cross_tenant_eni: 三层双网卡访问方式</li></ul>
|
|
1735
1735
|
:type NetworkMode: str
|
|
1736
1736
|
:param _EniIP: <p>当选择NetworkModeCrossTenantENI模式时,节点的访问IP地址</p>
|
|
1737
1737
|
:type EniIP: str
|
|
@@ -2044,7 +2044,7 @@ class DBCustomNode(AbstractModel):
|
|
|
2044
2044
|
|
|
2045
2045
|
@property
|
|
2046
2046
|
def NetworkMode(self):
|
|
2047
|
-
r"""<p>网络模式</p><p>枚举值:</p><ul><li>
|
|
2047
|
+
r"""<p>网络模式</p><p>枚举值:</p><ul><li>privatelink: 四层 SSH 服务联通模式</li><li>cross_tenant_eni: 三层双网卡访问方式</li></ul>
|
|
2048
2048
|
:rtype: str
|
|
2049
2049
|
"""
|
|
2050
2050
|
return self._NetworkMode
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dbdc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.149
|
|
4
4
|
Summary: Tencent Cloud Dbdc 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.149
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.149
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.148
|
|
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
|