tencentcloud-sdk-python-ga2 3.1.71__tar.gz → 3.1.100__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.71 → tencentcloud_sdk_python_ga2-3.1.100}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/v20250115/errorcodes.py +18 -0
  5. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/v20250115/models.py +38 -38
  6. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_ga2-3.1.100/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_ga2-3.1.71/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/README.rst +0 -0
  10. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/v20250115/__init__.py +0 -0
  13. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
  14. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ga2-3.1.71 → tencentcloud_sdk_python_ga2-3.1.100}/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.71
3
+ Version: 3.1.100
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.71
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
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.71,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.100,<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.71'
17
+ __version__ = '3.1.100'
@@ -191,6 +191,9 @@ UNSUPPORTEDOPERATION_EXISTACCELERATORAREA = 'UnsupportedOperation.ExistAccelerat
191
191
  # 存在默认准许所有流量访问通道访问控制策略,不支持当前操作。
192
192
  UNSUPPORTEDOPERATION_EXISTACCEPTACLPOLICY = 'UnsupportedOperation.ExistAcceptAclPolicy'
193
193
 
194
+ # 存在访问日志,不支持当前操作。
195
+ UNSUPPORTEDOPERATION_EXISTACCESSLOG = 'UnsupportedOperation.ExistAccessLog'
196
+
194
197
  # 配置了策略为拒绝的访问规则,不支持当前操作。
195
198
  UNSUPPORTEDOPERATION_EXISTDROPACCEPTACLRULE = 'UnsupportedOperation.ExistDropAcceptAclRule'
196
199
 
@@ -209,6 +212,9 @@ UNSUPPORTEDOPERATION_EXISTLISTENER = 'UnsupportedOperation.ExistListener'
209
212
  # 转发规则不支持配置默认终端节点组。
210
213
  UNSUPPORTEDOPERATION_FORWARDGROUPFORWARDINGRULEUNSUPPORTEDDEFAULTENDPOINTGROUP = 'UnsupportedOperation.ForwardGroupForwardingRuleUnsupportedDefaultEndpointGroup'
211
214
 
215
+ # 监听器和终端节点组的HTTP最大协议版本需要保持一致。
216
+ UNSUPPORTEDOPERATION_HTTPVERSIONINCONSISTENT = 'UnsupportedOperation.HttpVersionInconsistent'
217
+
212
218
  # 实例不是运行状态,不支持当前操作。
213
219
  UNSUPPORTEDOPERATION_INSTANCENOTRUNNING = 'UnsupportedOperation.InstanceNotRunning'
214
220
 
@@ -218,6 +224,9 @@ UNSUPPORTEDOPERATION_INSTANCESTATENOTALLOWEDOPERATE = 'UnsupportedOperation.Inst
218
224
  # 账户余额不足。
219
225
  UNSUPPORTEDOPERATION_INSUFFICIENTFUNDS = 'UnsupportedOperation.InsufficientFunds'
220
226
 
227
+ # 当前全球加速实例未开通内网回源特性。
228
+ UNSUPPORTEDOPERATION_INTERNALENDPOINTFEATURENOTENABLED = 'UnsupportedOperation.InternalEndpointFeatureNotEnabled'
229
+
221
230
  # 不支持IPV6。
222
231
  UNSUPPORTEDOPERATION_IPV6NOTSUPPORT = 'UnsupportedOperation.Ipv6NotSupport'
223
232
 
@@ -227,12 +236,21 @@ UNSUPPORTEDOPERATION_LISTENERPORTSEGMENT = 'UnsupportedOperation.ListenerPortSeg
227
236
  # 当前全球加速实例没有设置跨境类型。无法创建跨境加速地域或终端节点组。
228
237
  UNSUPPORTEDOPERATION_NOTSETCROSSBORDERTYPE = 'UnsupportedOperation.NotSetCrossBorderType'
229
238
 
239
+ # 仅TCP监听器,支持通过TOA获取客户端IP。
240
+ UNSUPPORTEDOPERATION_ONLYTCPLISTENERSUPPORTTOA = 'UnsupportedOperation.OnlyTcpListenerSupportToa'
241
+
230
242
  # 当前操作使终端节点组域名和全球加速实例域名一致,不支持当前操作。
231
243
  UNSUPPORTEDOPERATION_SAMEDOMAIN = 'UnsupportedOperation.SameDomain'
232
244
 
233
245
  # 当前操作使终端节点组域名和全球加速实例加速地域公网IP一致,不支持当前操作。
234
246
  UNSUPPORTEDOPERATION_SAMEPUBLICIP = 'UnsupportedOperation.SamePublicIp'
235
247
 
248
+ # 当前全球加速实例未开通TOA特性,请联系腾讯云客服申请。
249
+ UNSUPPORTEDOPERATION_TOAFEATURENOTENABLED = 'UnsupportedOperation.TOAFeatureNotEnabled'
250
+
251
+ # 不支持创建三网类型的加速地域。
252
+ UNSUPPORTEDOPERATION_THREENETWORKSACCELERATEAREAS = 'UnsupportedOperation.ThreeNetworksAccelerateAreas'
253
+
236
254
  # 不支持创建三网类型的终端节点组。
237
255
  UNSUPPORTEDOPERATION_THREENETWORKSENDPOINTGROUP = 'UnsupportedOperation.ThreeNetworksEndpointGroup'
238
256
 
@@ -2631,13 +2631,13 @@ class EndpointConfigurations(AbstractModel):
2631
2631
 
2632
2632
  def __init__(self):
2633
2633
  r"""
2634
- :param _EndpointType: 域名类型。可选值'Domain', 'PublicIp'。
2634
+ :param _EndpointType: <p>域名类型。可选值&#39;Domain&#39;, &#39;PublicIp&#39;。</p>
2635
2635
  :type EndpointType: str
2636
- :param _EndpointService: 域名。
2636
+ :param _EndpointService: <p>域名。</p>
2637
2637
  :type EndpointService: str
2638
- :param _Weight: 权重。
2638
+ :param _Weight: <p>权重。</p>
2639
2639
  :type Weight: int
2640
- :param _HealthCheckStatus: 健康检查状态;HEALTH:健康;UNHEALTH:不健康。
2640
+ :param _HealthCheckStatus: <p>健康检查状态;HEALTH:健康;UNHEALTH:不健康。</p>
2641
2641
  :type HealthCheckStatus: str
2642
2642
  """
2643
2643
  self._EndpointType = None
@@ -2647,7 +2647,7 @@ class EndpointConfigurations(AbstractModel):
2647
2647
 
2648
2648
  @property
2649
2649
  def EndpointType(self):
2650
- r"""域名类型。可选值'Domain', 'PublicIp'。
2650
+ r"""<p>域名类型。可选值&#39;Domain&#39;, &#39;PublicIp&#39;。</p>
2651
2651
  :rtype: str
2652
2652
  """
2653
2653
  return self._EndpointType
@@ -2658,7 +2658,7 @@ class EndpointConfigurations(AbstractModel):
2658
2658
 
2659
2659
  @property
2660
2660
  def EndpointService(self):
2661
- r"""域名。
2661
+ r"""<p>域名。</p>
2662
2662
  :rtype: str
2663
2663
  """
2664
2664
  return self._EndpointService
@@ -2669,7 +2669,7 @@ class EndpointConfigurations(AbstractModel):
2669
2669
 
2670
2670
  @property
2671
2671
  def Weight(self):
2672
- r"""权重。
2672
+ r"""<p>权重。</p>
2673
2673
  :rtype: int
2674
2674
  """
2675
2675
  return self._Weight
@@ -2680,7 +2680,7 @@ class EndpointConfigurations(AbstractModel):
2680
2680
 
2681
2681
  @property
2682
2682
  def HealthCheckStatus(self):
2683
- r"""健康检查状态;HEALTH:健康;UNHEALTH:不健康。
2683
+ r"""<p>健康检查状态;HEALTH:健康;UNHEALTH:不健康。</p>
2684
2684
  :rtype: str
2685
2685
  """
2686
2686
  return self._HealthCheckStatus
@@ -5259,33 +5259,33 @@ class ModifyListenerRequest(AbstractModel):
5259
5259
 
5260
5260
  def __init__(self):
5261
5261
  r"""
5262
- :param _GlobalAcceleratorId: 全球加速实例ID
5262
+ :param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
5263
5263
  :type GlobalAcceleratorId: str
5264
- :param _ListenerId: 监听器ID
5264
+ :param _ListenerId: <p>监听器ID。</p>
5265
5265
  :type ListenerId: str
5266
- :param _Name: 名称,最大长度不能超过60个字节。
5266
+ :param _Name: <p>名称,最大长度不能超过60个字节。</p>
5267
5267
  :type Name: str
5268
- :param _Description: 描述信息,最大长度不能超过100个字节。
5268
+ :param _Description: <p>描述信息,最大长度不能超过100个字节。</p>
5269
5269
  :type Description: str
5270
- :param _IdleTimeout: 连接空闲等待时间。
5270
+ :param _IdleTimeout: <p>连接空闲等待时间。</p>
5271
5271
  :type IdleTimeout: int
5272
- :param _ClientAffinity: 是否开启会话保持。
5272
+ :param _ClientAffinity: <p>是否开启会话保持。</p>
5273
5273
  :type ClientAffinity: str
5274
- :param _ClientAffinityTime: 会话保持时间。
5274
+ :param _ClientAffinityTime: <p>会话保持时间。</p>
5275
5275
  :type ClientAffinityTime: int
5276
- :param _RequestTimeout: 请求超时时间。
5276
+ :param _RequestTimeout: <p>请求超时时间。</p>
5277
5277
  :type RequestTimeout: int
5278
- :param _XForwardedForRealIp: 是否打开七层获取源IP方式。
5278
+ :param _XForwardedForRealIp: <p>是否打开七层获取源IP方式。</p>
5279
5279
  :type XForwardedForRealIp: bool
5280
- :param _CertificationType: 解析方式。UNIDIRECTIONAL:双向。MUTUAL:单向。
5280
+ :param _CertificationType: <p>解析方式。UNIDIRECTIONAL:双向。MUTUAL:单向。</p>
5281
5281
  :type CertificationType: str
5282
- :param _CipherPolicyId: 加密算法套件。
5282
+ :param _CipherPolicyId: <p>加密算法套件。</p>
5283
5283
  :type CipherPolicyId: str
5284
- :param _ServerCertificates: 服务器证书。
5284
+ :param _ServerCertificates: <p>服务器证书。</p>
5285
5285
  :type ServerCertificates: list of str
5286
- :param _ClientCaCertificates: 客户端证书。
5286
+ :param _ClientCaCertificates: <p>客户端证书。</p>
5287
5287
  :type ClientCaCertificates: list of str
5288
- :param _GetRealIpType: 四层获取源IP方式。
5288
+ :param _GetRealIpType: <p>四层获取源IP方式。</p>
5289
5289
  :type GetRealIpType: str
5290
5290
  """
5291
5291
  self._GlobalAcceleratorId = None
@@ -5305,7 +5305,7 @@ class ModifyListenerRequest(AbstractModel):
5305
5305
 
5306
5306
  @property
5307
5307
  def GlobalAcceleratorId(self):
5308
- r"""全球加速实例ID
5308
+ r"""<p>全球加速实例ID。</p>
5309
5309
  :rtype: str
5310
5310
  """
5311
5311
  return self._GlobalAcceleratorId
@@ -5316,7 +5316,7 @@ class ModifyListenerRequest(AbstractModel):
5316
5316
 
5317
5317
  @property
5318
5318
  def ListenerId(self):
5319
- r"""监听器ID
5319
+ r"""<p>监听器ID。</p>
5320
5320
  :rtype: str
5321
5321
  """
5322
5322
  return self._ListenerId
@@ -5327,7 +5327,7 @@ class ModifyListenerRequest(AbstractModel):
5327
5327
 
5328
5328
  @property
5329
5329
  def Name(self):
5330
- r"""名称,最大长度不能超过60个字节。
5330
+ r"""<p>名称,最大长度不能超过60个字节。</p>
5331
5331
  :rtype: str
5332
5332
  """
5333
5333
  return self._Name
@@ -5338,7 +5338,7 @@ class ModifyListenerRequest(AbstractModel):
5338
5338
 
5339
5339
  @property
5340
5340
  def Description(self):
5341
- r"""描述信息,最大长度不能超过100个字节。
5341
+ r"""<p>描述信息,最大长度不能超过100个字节。</p>
5342
5342
  :rtype: str
5343
5343
  """
5344
5344
  return self._Description
@@ -5349,7 +5349,7 @@ class ModifyListenerRequest(AbstractModel):
5349
5349
 
5350
5350
  @property
5351
5351
  def IdleTimeout(self):
5352
- r"""连接空闲等待时间。
5352
+ r"""<p>连接空闲等待时间。</p>
5353
5353
  :rtype: int
5354
5354
  """
5355
5355
  return self._IdleTimeout
@@ -5360,7 +5360,7 @@ class ModifyListenerRequest(AbstractModel):
5360
5360
 
5361
5361
  @property
5362
5362
  def ClientAffinity(self):
5363
- r"""是否开启会话保持。
5363
+ r"""<p>是否开启会话保持。</p>
5364
5364
  :rtype: str
5365
5365
  """
5366
5366
  return self._ClientAffinity
@@ -5371,7 +5371,7 @@ class ModifyListenerRequest(AbstractModel):
5371
5371
 
5372
5372
  @property
5373
5373
  def ClientAffinityTime(self):
5374
- r"""会话保持时间。
5374
+ r"""<p>会话保持时间。</p>
5375
5375
  :rtype: int
5376
5376
  """
5377
5377
  return self._ClientAffinityTime
@@ -5382,7 +5382,7 @@ class ModifyListenerRequest(AbstractModel):
5382
5382
 
5383
5383
  @property
5384
5384
  def RequestTimeout(self):
5385
- r"""请求超时时间。
5385
+ r"""<p>请求超时时间。</p>
5386
5386
  :rtype: int
5387
5387
  """
5388
5388
  return self._RequestTimeout
@@ -5393,7 +5393,7 @@ class ModifyListenerRequest(AbstractModel):
5393
5393
 
5394
5394
  @property
5395
5395
  def XForwardedForRealIp(self):
5396
- r"""是否打开七层获取源IP方式。
5396
+ r"""<p>是否打开七层获取源IP方式。</p>
5397
5397
  :rtype: bool
5398
5398
  """
5399
5399
  return self._XForwardedForRealIp
@@ -5404,7 +5404,7 @@ class ModifyListenerRequest(AbstractModel):
5404
5404
 
5405
5405
  @property
5406
5406
  def CertificationType(self):
5407
- r"""解析方式。UNIDIRECTIONAL:双向。MUTUAL:单向。
5407
+ r"""<p>解析方式。UNIDIRECTIONAL:双向。MUTUAL:单向。</p>
5408
5408
  :rtype: str
5409
5409
  """
5410
5410
  return self._CertificationType
@@ -5415,7 +5415,7 @@ class ModifyListenerRequest(AbstractModel):
5415
5415
 
5416
5416
  @property
5417
5417
  def CipherPolicyId(self):
5418
- r"""加密算法套件。
5418
+ r"""<p>加密算法套件。</p>
5419
5419
  :rtype: str
5420
5420
  """
5421
5421
  return self._CipherPolicyId
@@ -5426,7 +5426,7 @@ class ModifyListenerRequest(AbstractModel):
5426
5426
 
5427
5427
  @property
5428
5428
  def ServerCertificates(self):
5429
- r"""服务器证书。
5429
+ r"""<p>服务器证书。</p>
5430
5430
  :rtype: list of str
5431
5431
  """
5432
5432
  return self._ServerCertificates
@@ -5437,7 +5437,7 @@ class ModifyListenerRequest(AbstractModel):
5437
5437
 
5438
5438
  @property
5439
5439
  def ClientCaCertificates(self):
5440
- r"""客户端证书。
5440
+ r"""<p>客户端证书。</p>
5441
5441
  :rtype: list of str
5442
5442
  """
5443
5443
  return self._ClientCaCertificates
@@ -5448,7 +5448,7 @@ class ModifyListenerRequest(AbstractModel):
5448
5448
 
5449
5449
  @property
5450
5450
  def GetRealIpType(self):
5451
- r"""四层获取源IP方式。
5451
+ r"""<p>四层获取源IP方式。</p>
5452
5452
  :rtype: str
5453
5453
  """
5454
5454
  return self._GetRealIpType
@@ -5490,7 +5490,7 @@ class ModifyListenerResponse(AbstractModel):
5490
5490
 
5491
5491
  def __init__(self):
5492
5492
  r"""
5493
- :param _TaskId: 任务ID
5493
+ :param _TaskId: <p>任务ID。</p>
5494
5494
  :type TaskId: str
5495
5495
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5496
5496
  :type RequestId: str
@@ -5500,7 +5500,7 @@ class ModifyListenerResponse(AbstractModel):
5500
5500
 
5501
5501
  @property
5502
5502
  def TaskId(self):
5503
- r"""任务ID
5503
+ r"""<p>任务ID。</p>
5504
5504
  :rtype: str
5505
5505
  """
5506
5506
  return self._TaskId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ga2
3
- Version: 3.1.71
3
+ Version: 3.1.100
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.71
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.100
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.71