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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/setup.py +1 -1
  3. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/models.py +14 -0
  5. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-clb-3.0.1190/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-clb-3.0.1189/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/README.rst +0 -0
  9. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/__init__.py +0 -0
  11. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/__init__.py +0 -0
  12. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/clb_client.py +0 -0
  13. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-clb-3.0.1189 → tencentcloud-sdk-python-clb-3.0.1190}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
  15. {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
  16. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.0.1189
3
+ Version: 3.0.1190
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
@@ -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.1189"],
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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1189'
17
+ __version__ = '3.0.1190'
@@ -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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-clb
3
- Version: 3.0.1189
3
+ Version: 3.0.1190
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1190
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1189