tencentcloud-sdk-python-ga2 3.1.129__tar.gz → 3.1.132__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.129 → tencentcloud_sdk_python_ga2-3.1.132}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/v20250115/models.py +42 -22
  5. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ga2-3.1.132/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ga2-3.1.129/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/v20250115/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
  14. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ga2-3.1.129 → tencentcloud_sdk_python_ga2-3.1.132}/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.129
3
+ Version: 3.1.132
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.129
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
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.129,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.132,<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.129'
17
+ __version__ = '3.1.132'
@@ -284,9 +284,9 @@ class CreateAccelerateAreasRequest(AbstractModel):
284
284
 
285
285
  def __init__(self):
286
286
  r"""
287
- :param _GlobalAcceleratorId: 全球加速实例ID
287
+ :param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
288
288
  :type GlobalAcceleratorId: str
289
- :param _AcceleratorAreas: 加速地域信息。
289
+ :param _AcceleratorAreas: <p>加速地域信息。一次最多创建10组加速地域。</p>
290
290
  :type AcceleratorAreas: list of AcceleratorAreas
291
291
  """
292
292
  self._GlobalAcceleratorId = None
@@ -294,7 +294,7 @@ class CreateAccelerateAreasRequest(AbstractModel):
294
294
 
295
295
  @property
296
296
  def GlobalAcceleratorId(self):
297
- r"""全球加速实例ID
297
+ r"""<p>全球加速实例ID。</p>
298
298
  :rtype: str
299
299
  """
300
300
  return self._GlobalAcceleratorId
@@ -305,7 +305,7 @@ class CreateAccelerateAreasRequest(AbstractModel):
305
305
 
306
306
  @property
307
307
  def AcceleratorAreas(self):
308
- r"""加速地域信息。
308
+ r"""<p>加速地域信息。一次最多创建10组加速地域。</p>
309
309
  :rtype: list of AcceleratorAreas
310
310
  """
311
311
  return self._AcceleratorAreas
@@ -340,7 +340,7 @@ class CreateAccelerateAreasResponse(AbstractModel):
340
340
 
341
341
  def __init__(self):
342
342
  r"""
343
- :param _TaskId: 异步任务ID
343
+ :param _TaskId: <p>异步任务ID。</p>
344
344
  :type TaskId: str
345
345
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
346
346
  :type RequestId: str
@@ -350,7 +350,7 @@ class CreateAccelerateAreasResponse(AbstractModel):
350
350
 
351
351
  @property
352
352
  def TaskId(self):
353
- r"""异步任务ID
353
+ r"""<p>异步任务ID。</p>
354
354
  :rtype: str
355
355
  """
356
356
  return self._TaskId
@@ -2021,20 +2021,23 @@ class DescribeAccelerateAreasRequest(AbstractModel):
2021
2021
 
2022
2022
  def __init__(self):
2023
2023
  r"""
2024
- :param _GlobalAcceleratorId: 全球加速实例ID
2024
+ :param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
2025
2025
  :type GlobalAcceleratorId: str
2026
- :param _Offset: 偏移量。
2026
+ :param _Offset: <p>偏移量。默认为0。</p>
2027
2027
  :type Offset: int
2028
- :param _Limit: 符合条件实例数量。
2028
+ :param _Limit: <p>符合条件实例数量。默认为20,最大200。</p>
2029
2029
  :type Limit: int
2030
+ :param _Filters: <p>过滤条件。 accelerate-region- String -(过滤条件)终端节点组地域。</p>
2031
+ :type Filters: list of Filter
2030
2032
  """
2031
2033
  self._GlobalAcceleratorId = None
2032
2034
  self._Offset = None
2033
2035
  self._Limit = None
2036
+ self._Filters = None
2034
2037
 
2035
2038
  @property
2036
2039
  def GlobalAcceleratorId(self):
2037
- r"""全球加速实例ID
2040
+ r"""<p>全球加速实例ID。</p>
2038
2041
  :rtype: str
2039
2042
  """
2040
2043
  return self._GlobalAcceleratorId
@@ -2045,7 +2048,7 @@ class DescribeAccelerateAreasRequest(AbstractModel):
2045
2048
 
2046
2049
  @property
2047
2050
  def Offset(self):
2048
- r"""偏移量。
2051
+ r"""<p>偏移量。默认为0。</p>
2049
2052
  :rtype: int
2050
2053
  """
2051
2054
  return self._Offset
@@ -2056,7 +2059,7 @@ class DescribeAccelerateAreasRequest(AbstractModel):
2056
2059
 
2057
2060
  @property
2058
2061
  def Limit(self):
2059
- r"""符合条件实例数量。
2062
+ r"""<p>符合条件实例数量。默认为20,最大200。</p>
2060
2063
  :rtype: int
2061
2064
  """
2062
2065
  return self._Limit
@@ -2065,11 +2068,28 @@ class DescribeAccelerateAreasRequest(AbstractModel):
2065
2068
  def Limit(self, Limit):
2066
2069
  self._Limit = Limit
2067
2070
 
2071
+ @property
2072
+ def Filters(self):
2073
+ r"""<p>过滤条件。 accelerate-region- String -(过滤条件)终端节点组地域。</p>
2074
+ :rtype: list of Filter
2075
+ """
2076
+ return self._Filters
2077
+
2078
+ @Filters.setter
2079
+ def Filters(self, Filters):
2080
+ self._Filters = Filters
2081
+
2068
2082
 
2069
2083
  def _deserialize(self, params):
2070
2084
  self._GlobalAcceleratorId = params.get("GlobalAcceleratorId")
2071
2085
  self._Offset = params.get("Offset")
2072
2086
  self._Limit = params.get("Limit")
2087
+ if params.get("Filters") is not None:
2088
+ self._Filters = []
2089
+ for item in params.get("Filters"):
2090
+ obj = Filter()
2091
+ obj._deserialize(item)
2092
+ self._Filters.append(obj)
2073
2093
  memeber_set = set(params.keys())
2074
2094
  for name, value in vars(self).items():
2075
2095
  property_name = name[1:]
@@ -2087,9 +2107,9 @@ class DescribeAccelerateAreasResponse(AbstractModel):
2087
2107
 
2088
2108
  def __init__(self):
2089
2109
  r"""
2090
- :param _AccelerateAreaSet: 加速地域信息。
2110
+ :param _AccelerateAreaSet: <p>加速地域信息。</p>
2091
2111
  :type AccelerateAreaSet: list of AcceleratorAreas
2092
- :param _TotalCount: 实例个数。
2112
+ :param _TotalCount: <p>实例个数。</p>
2093
2113
  :type TotalCount: int
2094
2114
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2095
2115
  :type RequestId: str
@@ -2100,7 +2120,7 @@ class DescribeAccelerateAreasResponse(AbstractModel):
2100
2120
 
2101
2121
  @property
2102
2122
  def AccelerateAreaSet(self):
2103
- r"""加速地域信息。
2123
+ r"""<p>加速地域信息。</p>
2104
2124
  :rtype: list of AcceleratorAreas
2105
2125
  """
2106
2126
  return self._AccelerateAreaSet
@@ -2111,7 +2131,7 @@ class DescribeAccelerateAreasResponse(AbstractModel):
2111
2131
 
2112
2132
  @property
2113
2133
  def TotalCount(self):
2114
- r"""实例个数。
2134
+ r"""<p>实例个数。</p>
2115
2135
  :rtype: int
2116
2136
  """
2117
2137
  return self._TotalCount
@@ -5076,9 +5096,9 @@ class ModifyAccelerateAreasRequest(AbstractModel):
5076
5096
 
5077
5097
  def __init__(self):
5078
5098
  r"""
5079
- :param _GlobalAcceleratorId: 全球加速实例ID
5099
+ :param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
5080
5100
  :type GlobalAcceleratorId: str
5081
- :param _AcceleratorAreas: 加速地域信息。
5101
+ :param _AcceleratorAreas: <p>加速地域信息。</p><p>入参限制:数组长度不能超过10。</p>
5082
5102
  :type AcceleratorAreas: list of AcceleratorAreas
5083
5103
  """
5084
5104
  self._GlobalAcceleratorId = None
@@ -5086,7 +5106,7 @@ class ModifyAccelerateAreasRequest(AbstractModel):
5086
5106
 
5087
5107
  @property
5088
5108
  def GlobalAcceleratorId(self):
5089
- r"""全球加速实例ID
5109
+ r"""<p>全球加速实例ID。</p>
5090
5110
  :rtype: str
5091
5111
  """
5092
5112
  return self._GlobalAcceleratorId
@@ -5097,7 +5117,7 @@ class ModifyAccelerateAreasRequest(AbstractModel):
5097
5117
 
5098
5118
  @property
5099
5119
  def AcceleratorAreas(self):
5100
- r"""加速地域信息。
5120
+ r"""<p>加速地域信息。</p><p>入参限制:数组长度不能超过10。</p>
5101
5121
  :rtype: list of AcceleratorAreas
5102
5122
  """
5103
5123
  return self._AcceleratorAreas
@@ -5132,7 +5152,7 @@ class ModifyAccelerateAreasResponse(AbstractModel):
5132
5152
 
5133
5153
  def __init__(self):
5134
5154
  r"""
5135
- :param _TaskId: 异步任务ID
5155
+ :param _TaskId: <p>异步任务ID。</p>
5136
5156
  :type TaskId: str
5137
5157
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5138
5158
  :type RequestId: str
@@ -5142,7 +5162,7 @@ class ModifyAccelerateAreasResponse(AbstractModel):
5142
5162
 
5143
5163
  @property
5144
5164
  def TaskId(self):
5145
- r"""异步任务ID
5165
+ r"""<p>异步任务ID。</p>
5146
5166
  :rtype: str
5147
5167
  """
5148
5168
  return self._TaskId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ga2
3
- Version: 3.1.129
3
+ Version: 3.1.132
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.129
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.132
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.129