tencentcloud-sdk-python-clb 3.1.63__tar.gz → 3.1.81__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.63 → tencentcloud_sdk_python_clb-3.1.81}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/setup.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/models.py +4 -4
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_clb-3.1.81/tencentcloud_sdk_python_clb.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_clb-3.1.63/tencentcloud_sdk_python_clb.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/README.rst +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/setup.cfg +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/__init__.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/clb_client.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/clb_client_async.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud/clb/v20180317/errorcodes.py +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/tencentcloud_sdk_python_clb.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_clb-3.1.63 → tencentcloud_sdk_python_clb-3.1.81}/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.81
|
|
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.81
|
|
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.81,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Clb SDK for Python',
|
|
@@ -11422,9 +11422,9 @@ class Filter(AbstractModel):
|
|
|
11422
11422
|
|
|
11423
11423
|
def __init__(self):
|
|
11424
11424
|
r"""
|
|
11425
|
-
:param _Name:
|
|
11425
|
+
:param _Name: <p>过滤器的名称</p>
|
|
11426
11426
|
:type Name: str
|
|
11427
|
-
:param _Values:
|
|
11427
|
+
:param _Values: <p>过滤器的值数组</p>
|
|
11428
11428
|
:type Values: list of str
|
|
11429
11429
|
"""
|
|
11430
11430
|
self._Name = None
|
|
@@ -11432,7 +11432,7 @@ class Filter(AbstractModel):
|
|
|
11432
11432
|
|
|
11433
11433
|
@property
|
|
11434
11434
|
def Name(self):
|
|
11435
|
-
r"""
|
|
11435
|
+
r"""<p>过滤器的名称</p>
|
|
11436
11436
|
:rtype: str
|
|
11437
11437
|
"""
|
|
11438
11438
|
return self._Name
|
|
@@ -11443,7 +11443,7 @@ class Filter(AbstractModel):
|
|
|
11443
11443
|
|
|
11444
11444
|
@property
|
|
11445
11445
|
def Values(self):
|
|
11446
|
-
r"""
|
|
11446
|
+
r"""<p>过滤器的值数组</p>
|
|
11447
11447
|
:rtype: list of str
|
|
11448
11448
|
"""
|
|
11449
11449
|
return self._Values
|
|
@@ -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.81
|
|
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.81
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
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
|