tencentcloud-sdk-python-clb 3.0.1188__tar.gz → 3.0.1195__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.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/setup.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/clb/v20180317/clb_client.py +1 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/clb/v20180317/models.py +14 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-clb-3.0.1195/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-clb-3.0.1188/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/README.rst +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/setup.cfg +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1188 → tencentcloud-sdk-python-clb-3.0.1195}/tencentcloud_sdk_python_clb.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-clb',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1195"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Clb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1600,6 +1600,7 @@ class ClbClient(AbstractClient):
|
|
|
1600
1600
|
|
|
1601
1601
|
def ModifyLoadBalancerAttributes(self, request):
|
|
1602
1602
|
"""修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。
|
|
1603
|
+
注意:非带宽上移用户的 CLB 实例必须加入带宽包才可以设置跨域属性。
|
|
1603
1604
|
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
1604
1605
|
|
|
1605
1606
|
:param request: Request instance for ModifyLoadBalancerAttributes.
|
|
@@ -3378,6 +3378,8 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
3378
3378
|
:type DynamicVip: bool
|
|
3379
3379
|
:param _Egress: 网络出口
|
|
3380
3380
|
:type Egress: str
|
|
3381
|
+
:param _LBChargePrepaid: 负载均衡实例的预付费相关属性
|
|
3382
|
+
:type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
|
|
3381
3383
|
"""
|
|
3382
3384
|
self._LoadBalancerType = None
|
|
3383
3385
|
self._Forward = None
|
|
@@ -3406,6 +3408,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
3406
3408
|
self._LoadBalancerPassToTarget = None
|
|
3407
3409
|
self._DynamicVip = None
|
|
3408
3410
|
self._Egress = None
|
|
3411
|
+
self._LBChargePrepaid = None
|
|
3409
3412
|
|
|
3410
3413
|
@property
|
|
3411
3414
|
def LoadBalancerType(self):
|
|
@@ -3623,6 +3626,14 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
3623
3626
|
def Egress(self, Egress):
|
|
3624
3627
|
self._Egress = Egress
|
|
3625
3628
|
|
|
3629
|
+
@property
|
|
3630
|
+
def LBChargePrepaid(self):
|
|
3631
|
+
return self._LBChargePrepaid
|
|
3632
|
+
|
|
3633
|
+
@LBChargePrepaid.setter
|
|
3634
|
+
def LBChargePrepaid(self, LBChargePrepaid):
|
|
3635
|
+
self._LBChargePrepaid = LBChargePrepaid
|
|
3636
|
+
|
|
3626
3637
|
|
|
3627
3638
|
def _deserialize(self, params):
|
|
3628
3639
|
self._LoadBalancerType = params.get("LoadBalancerType")
|
|
@@ -3666,6 +3677,9 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
3666
3677
|
self._LoadBalancerPassToTarget = params.get("LoadBalancerPassToTarget")
|
|
3667
3678
|
self._DynamicVip = params.get("DynamicVip")
|
|
3668
3679
|
self._Egress = params.get("Egress")
|
|
3680
|
+
if params.get("LBChargePrepaid") is not None:
|
|
3681
|
+
self._LBChargePrepaid = LBChargePrepaid()
|
|
3682
|
+
self._LBChargePrepaid._deserialize(params.get("LBChargePrepaid"))
|
|
3669
3683
|
memeber_set = set(params.keys())
|
|
3670
3684
|
for name, value in vars(self).items():
|
|
3671
3685
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1195
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1188
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|