tencentcloud-sdk-python-clb 3.1.81__tar.gz → 3.1.82__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.81 → tencentcloud_sdk_python_clb-3.1.82}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/v20180317/clb_client.py +0 -1
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/v20180317/clb_client_async.py +0 -1
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/v20180317/models.py +15 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.82/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.81/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.81 → tencentcloud_sdk_python_clb-3.1.82}/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.82
|
|
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.82
|
|
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.82,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -1747,7 +1747,6 @@ class ClbClient(AbstractClient):
|
|
|
1747
1747
|
def ModifyLoadBalancerSla(self, request):
|
|
1748
1748
|
r"""本接口(ModifyLoadBalancerSla)用于调整按量计费模式实例的性能容量型规格,如共享型升级性能容量型,性能容量型实例规格调整。<br/>
|
|
1749
1749
|
限制条件:
|
|
1750
|
-
- 本接口只支持调整按量计费的CLB实例,包年包月的CLB实例升级请通过控制台进行调整。
|
|
1751
1750
|
- 共享型升级为性能容量型实例后,不支持再回退到共享型实例。
|
|
1752
1751
|
- 传统型负载均衡实例不支持升级为性能容量型实例。
|
|
1753
1752
|
|
|
@@ -1391,7 +1391,6 @@ class ClbClient(AbstractClient):
|
|
|
1391
1391
|
"""
|
|
1392
1392
|
本接口(ModifyLoadBalancerSla)用于调整按量计费模式实例的性能容量型规格,如共享型升级性能容量型,性能容量型实例规格调整。<br/>
|
|
1393
1393
|
限制条件:
|
|
1394
|
-
- 本接口只支持调整按量计费的CLB实例,包年包月的CLB实例升级请通过控制台进行调整。
|
|
1395
1394
|
- 共享型升级为性能容量型实例后,不支持再回退到共享型实例。
|
|
1396
1395
|
- 传统型负载均衡实例不支持升级为性能容量型实例。
|
|
1397
1396
|
"""
|
|
@@ -17540,11 +17540,25 @@ class ModifyLoadBalancerSlaResponse(AbstractModel):
|
|
|
17540
17540
|
|
|
17541
17541
|
def __init__(self):
|
|
17542
17542
|
r"""
|
|
17543
|
+
:param _DealName: 订单号。
|
|
17544
|
+
:type DealName: str
|
|
17543
17545
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17544
17546
|
:type RequestId: str
|
|
17545
17547
|
"""
|
|
17548
|
+
self._DealName = None
|
|
17546
17549
|
self._RequestId = None
|
|
17547
17550
|
|
|
17551
|
+
@property
|
|
17552
|
+
def DealName(self):
|
|
17553
|
+
r"""订单号。
|
|
17554
|
+
:rtype: str
|
|
17555
|
+
"""
|
|
17556
|
+
return self._DealName
|
|
17557
|
+
|
|
17558
|
+
@DealName.setter
|
|
17559
|
+
def DealName(self, DealName):
|
|
17560
|
+
self._DealName = DealName
|
|
17561
|
+
|
|
17548
17562
|
@property
|
|
17549
17563
|
def RequestId(self):
|
|
17550
17564
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17558,6 +17572,7 @@ class ModifyLoadBalancerSlaResponse(AbstractModel):
|
|
|
17558
17572
|
|
|
17559
17573
|
|
|
17560
17574
|
def _deserialize(self, params):
|
|
17575
|
+
self._DealName = params.get("DealName")
|
|
17561
17576
|
self._RequestId = params.get("RequestId")
|
|
17562
17577
|
|
|
17563
17578
|
|
|
@@ -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.82
|
|
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.82
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|