tencentcloud-sdk-python-ga2 3.1.112__tar.gz → 3.1.122__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.112 → tencentcloud_sdk_python_ga2-3.1.122}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/models.py +12 -12
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.122/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ga2-3.1.112/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.112 → tencentcloud_sdk_python_ga2-3.1.122}/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.122
|
|
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.122
|
|
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.122,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ga2 SDK for Python',
|
|
@@ -2328,13 +2328,13 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2328
2328
|
|
|
2329
2329
|
def __init__(self):
|
|
2330
2330
|
r"""
|
|
2331
|
-
:param _GlobalAcceleratorId:
|
|
2331
|
+
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
2332
2332
|
:type GlobalAcceleratorId: str
|
|
2333
|
-
:param _Offset:
|
|
2333
|
+
:param _Offset: <p>偏移量,默认为0。</p>
|
|
2334
2334
|
:type Offset: int
|
|
2335
|
-
:param _Limit:
|
|
2335
|
+
:param _Limit: <p>返回数量,默认为10,最大值为10。</p>
|
|
2336
2336
|
:type Limit: int
|
|
2337
|
-
:param _Filters:
|
|
2337
|
+
:param _Filters: <p>过滤条件。 endpoint-group-id- String -(过滤条件)终端节点组实例ID。endpoint-group-type- String -(过滤条件)终端节点组实例类型。</p>
|
|
2338
2338
|
:type Filters: list of Filter
|
|
2339
2339
|
"""
|
|
2340
2340
|
self._GlobalAcceleratorId = None
|
|
@@ -2344,7 +2344,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2344
2344
|
|
|
2345
2345
|
@property
|
|
2346
2346
|
def GlobalAcceleratorId(self):
|
|
2347
|
-
r"""
|
|
2347
|
+
r"""<p>全球加速实例ID。</p>
|
|
2348
2348
|
:rtype: str
|
|
2349
2349
|
"""
|
|
2350
2350
|
return self._GlobalAcceleratorId
|
|
@@ -2355,7 +2355,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2355
2355
|
|
|
2356
2356
|
@property
|
|
2357
2357
|
def Offset(self):
|
|
2358
|
-
r"""
|
|
2358
|
+
r"""<p>偏移量,默认为0。</p>
|
|
2359
2359
|
:rtype: int
|
|
2360
2360
|
"""
|
|
2361
2361
|
return self._Offset
|
|
@@ -2366,7 +2366,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2366
2366
|
|
|
2367
2367
|
@property
|
|
2368
2368
|
def Limit(self):
|
|
2369
|
-
r"""
|
|
2369
|
+
r"""<p>返回数量,默认为10,最大值为10。</p>
|
|
2370
2370
|
:rtype: int
|
|
2371
2371
|
"""
|
|
2372
2372
|
return self._Limit
|
|
@@ -2377,7 +2377,7 @@ class DescribeEndpointGroupsRequest(AbstractModel):
|
|
|
2377
2377
|
|
|
2378
2378
|
@property
|
|
2379
2379
|
def Filters(self):
|
|
2380
|
-
r"""
|
|
2380
|
+
r"""<p>过滤条件。 endpoint-group-id- String -(过滤条件)终端节点组实例ID。endpoint-group-type- String -(过滤条件)终端节点组实例类型。</p>
|
|
2381
2381
|
:rtype: list of Filter
|
|
2382
2382
|
"""
|
|
2383
2383
|
return self._Filters
|
|
@@ -2414,9 +2414,9 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2414
2414
|
|
|
2415
2415
|
def __init__(self):
|
|
2416
2416
|
r"""
|
|
2417
|
-
:param _EndpointGroupConfigurationSet:
|
|
2417
|
+
:param _EndpointGroupConfigurationSet: <p>符合条件的终端节点组。</p>
|
|
2418
2418
|
:type EndpointGroupConfigurationSet: list of EndpointGroupConfigurationSet
|
|
2419
|
-
:param _TotalCount:
|
|
2419
|
+
:param _TotalCount: <p>符合条件的实例个数。</p>
|
|
2420
2420
|
:type TotalCount: int
|
|
2421
2421
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2422
2422
|
:type RequestId: str
|
|
@@ -2427,7 +2427,7 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2427
2427
|
|
|
2428
2428
|
@property
|
|
2429
2429
|
def EndpointGroupConfigurationSet(self):
|
|
2430
|
-
r"""
|
|
2430
|
+
r"""<p>符合条件的终端节点组。</p>
|
|
2431
2431
|
:rtype: list of EndpointGroupConfigurationSet
|
|
2432
2432
|
"""
|
|
2433
2433
|
return self._EndpointGroupConfigurationSet
|
|
@@ -2438,7 +2438,7 @@ class DescribeEndpointGroupsResponse(AbstractModel):
|
|
|
2438
2438
|
|
|
2439
2439
|
@property
|
|
2440
2440
|
def TotalCount(self):
|
|
2441
|
-
r"""
|
|
2441
|
+
r"""<p>符合条件的实例个数。</p>
|
|
2442
2442
|
:rtype: int
|
|
2443
2443
|
"""
|
|
2444
2444
|
return self._TotalCount
|
|
@@ -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.122
|
|
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.122
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.122
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.112
|
|
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
|