tencentcloud-sdk-python-ga2 3.1.140__tar.gz → 3.1.142__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 (17) hide show
  1. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/v20250115/models.py +2 -2
  5. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ga2-3.1.142/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ga2-3.1.140/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/v20250115/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
  14. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ga2-3.1.140 → tencentcloud_sdk_python_ga2-3.1.142}/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.140
3
+ Version: 3.1.142
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.140
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.142
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.140,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.142,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ga2 SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.140'
17
+ __version__ = '3.1.142'
@@ -1435,7 +1435,7 @@ class CreateGlobalAcceleratorRequest(AbstractModel):
1435
1435
 
1436
1436
  def __init__(self):
1437
1437
  r"""
1438
- :param _Name: <p>名称,最大长度不能超过60个字节。</p>
1438
+ :param _Name: <p>名称,最大长度不能超过128个字节,不能为空。</p><p>参数格式:满足正则 ^[a-zA-Z\u4e00-\u9fa5](首字符是英文字母或汉字),并且不满足正则 ^[\d._-]*$(整串不能只由数字/./_/-组成)。</p>
1439
1439
  :type Name: str
1440
1440
  :param _InstanceChargeType: <p>计费模式,PREPAID:表示预付费,即包年包月,POSTPAID:表示后付费,即按量计费。默认:POSTPAID。当前仅支持后付费。</p>
1441
1441
  :type InstanceChargeType: str
@@ -1457,7 +1457,7 @@ class CreateGlobalAcceleratorRequest(AbstractModel):
1457
1457
 
1458
1458
  @property
1459
1459
  def Name(self):
1460
- r"""<p>名称,最大长度不能超过60个字节。</p>
1460
+ r"""<p>名称,最大长度不能超过128个字节,不能为空。</p><p>参数格式:满足正则 ^[a-zA-Z\u4e00-\u9fa5](首字符是英文字母或汉字),并且不满足正则 ^[\d._-]*$(整串不能只由数字/./_/-组成)。</p>
1461
1461
  :rtype: str
1462
1462
  """
1463
1463
  return self._Name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ga2
3
- Version: 3.1.140
3
+ Version: 3.1.142
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.140
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.142
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.142
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.140