tencentcloud-sdk-python-clb 3.1.118__tar.gz → 3.1.120__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_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/clb_client.py +0 -1
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/clb_client_async.py +0 -1
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.120/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.118/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud/clb/v20180317/models.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.118 → tencentcloud_sdk_python_clb-3.1.120}/tencentcloud_sdk_python_clb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.120
|
|
4
4
|
Summary: Tencent Cloud Clb 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.120
|
|
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-clb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.120,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -2164,7 +2164,6 @@ class ClbClient(AbstractClient):
|
|
|
2164
2164
|
def SetLoadBalancerStartStatus(self, request):
|
|
2165
2165
|
r"""启停负载均衡实例或者监听器。
|
|
2166
2166
|
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
2167
|
-
该功能正在内测中,如需使用,请通过[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1)。
|
|
2168
2167
|
|
|
2169
2168
|
:param request: Request instance for SetLoadBalancerStartStatus.
|
|
2170
2169
|
:type request: :class:`tencentcloud.clb.v20180317.models.SetLoadBalancerStartStatusRequest`
|
|
@@ -1723,7 +1723,6 @@ class ClbClient(AbstractClient):
|
|
|
1723
1723
|
"""
|
|
1724
1724
|
启停负载均衡实例或者监听器。
|
|
1725
1725
|
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
1726
|
-
该功能正在内测中,如需使用,请通过[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1)。
|
|
1727
1726
|
"""
|
|
1728
1727
|
|
|
1729
1728
|
kwargs = {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-clb
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.120
|
|
4
4
|
Summary: Tencent Cloud Clb 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.120
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.120
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.118
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|