tencentcloud-sdk-python-clb 3.0.1189__tar.gz → 3.0.1190__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.1189 → tencentcloud-sdk-python-clb-3.0.1190}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/setup.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/models.py +14 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-clb-3.0.1190/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-clb-3.0.1189/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/README.rst +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/setup.cfg +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/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.1190"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Clb SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -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.1190
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1189
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|