tencentcloud-sdk-python-clb 3.1.82__tar.gz → 3.1.104__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.82 → tencentcloud_sdk_python_clb-3.1.104}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/v20180317/models.py +15 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.104/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.82/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.82 → tencentcloud_sdk_python_clb-3.1.104}/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.104
|
|
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.104
|
|
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.104,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -22551,6 +22551,8 @@ class TargetGroupInfo(AbstractModel):
|
|
|
22551
22551
|
:type SessionExpireTime: int
|
|
22552
22552
|
:param _IpVersion: <p>IP版本。</p>
|
|
22553
22553
|
:type IpVersion: str
|
|
22554
|
+
:param _SnatEnable: <p>是否开启SNAT</p>
|
|
22555
|
+
:type SnatEnable: bool
|
|
22554
22556
|
"""
|
|
22555
22557
|
self._TargetGroupId = None
|
|
22556
22558
|
self._VpcId = None
|
|
@@ -22571,6 +22573,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
22571
22573
|
self._KeepaliveEnable = None
|
|
22572
22574
|
self._SessionExpireTime = None
|
|
22573
22575
|
self._IpVersion = None
|
|
22576
|
+
self._SnatEnable = None
|
|
22574
22577
|
|
|
22575
22578
|
@property
|
|
22576
22579
|
def TargetGroupId(self):
|
|
@@ -22787,6 +22790,17 @@ class TargetGroupInfo(AbstractModel):
|
|
|
22787
22790
|
def IpVersion(self, IpVersion):
|
|
22788
22791
|
self._IpVersion = IpVersion
|
|
22789
22792
|
|
|
22793
|
+
@property
|
|
22794
|
+
def SnatEnable(self):
|
|
22795
|
+
r"""<p>是否开启SNAT</p>
|
|
22796
|
+
:rtype: bool
|
|
22797
|
+
"""
|
|
22798
|
+
return self._SnatEnable
|
|
22799
|
+
|
|
22800
|
+
@SnatEnable.setter
|
|
22801
|
+
def SnatEnable(self, SnatEnable):
|
|
22802
|
+
self._SnatEnable = SnatEnable
|
|
22803
|
+
|
|
22790
22804
|
|
|
22791
22805
|
def _deserialize(self, params):
|
|
22792
22806
|
self._TargetGroupId = params.get("TargetGroupId")
|
|
@@ -22820,6 +22834,7 @@ class TargetGroupInfo(AbstractModel):
|
|
|
22820
22834
|
self._KeepaliveEnable = params.get("KeepaliveEnable")
|
|
22821
22835
|
self._SessionExpireTime = params.get("SessionExpireTime")
|
|
22822
22836
|
self._IpVersion = params.get("IpVersion")
|
|
22837
|
+
self._SnatEnable = params.get("SnatEnable")
|
|
22823
22838
|
memeber_set = set(params.keys())
|
|
22824
22839
|
for name, value in vars(self).items():
|
|
22825
22840
|
property_name = name[1:]
|
|
@@ -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.104
|
|
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.104
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.104
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|