tencentcloud-sdk-python-ga2 3.1.138__tar.gz → 3.1.140__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_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/v20250115/models.py +4 -4
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.140/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ga2-3.1.138/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.138 → tencentcloud_sdk_python_ga2-3.1.140}/tencentcloud_sdk_python_ga2.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ga2
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.140
|
|
4
4
|
Summary: Tencent Cloud Ga2 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.140
|
|
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-ga2',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.140,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ga2 SDK for Python',
|
|
@@ -1720,11 +1720,11 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1720
1720
|
r"""
|
|
1721
1721
|
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
1722
1722
|
:type GlobalAcceleratorId: str
|
|
1723
|
-
:param _Name: <p>名称,最大长度不能超过
|
|
1723
|
+
:param _Name: <p>名称,最大长度不能超过128个字符。</p>
|
|
1724
1724
|
:type Name: str
|
|
1725
1725
|
:param _PortRanges: <p>端口范围。</p>
|
|
1726
1726
|
:type PortRanges: :class:`tencentcloud.ga2.v20250115.models.PortRanges`
|
|
1727
|
-
:param _Description: <p>描述信息,最大长度不能超过100
|
|
1727
|
+
:param _Description: <p>描述信息,最大长度不能超过100个字符。</p>
|
|
1728
1728
|
:type Description: str
|
|
1729
1729
|
:param _ListenerType: <p>监听类型,默认为智能路由。</p><p>枚举值:</p><ul><li>Standard: 智能路由。</li></ul>
|
|
1730
1730
|
:type ListenerType: str
|
|
@@ -1781,7 +1781,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1781
1781
|
|
|
1782
1782
|
@property
|
|
1783
1783
|
def Name(self):
|
|
1784
|
-
r"""<p>名称,最大长度不能超过
|
|
1784
|
+
r"""<p>名称,最大长度不能超过128个字符。</p>
|
|
1785
1785
|
:rtype: str
|
|
1786
1786
|
"""
|
|
1787
1787
|
return self._Name
|
|
@@ -1803,7 +1803,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1803
1803
|
|
|
1804
1804
|
@property
|
|
1805
1805
|
def Description(self):
|
|
1806
|
-
r"""<p>描述信息,最大长度不能超过100
|
|
1806
|
+
r"""<p>描述信息,最大长度不能超过100个字符。</p>
|
|
1807
1807
|
:rtype: str
|
|
1808
1808
|
"""
|
|
1809
1809
|
return self._Description
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ga2
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.140
|
|
4
4
|
Summary: Tencent Cloud Ga2 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.140
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.140
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.138
|
|
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
|