tencentcloud-sdk-python-ga2 3.1.147__tar.gz → 3.1.149__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.147 → tencentcloud_sdk_python_ga2-3.1.149}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/setup.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/v20250115/errorcodes.py +3 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/v20250115/models.py +28 -28
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ga2-3.1.149/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ga2-3.1.147/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/README.rst +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/v20250115/__init__.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ga2-3.1.147 → tencentcloud_sdk_python_ga2-3.1.149}/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.149
|
|
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.149
|
|
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.149,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ga2 SDK for Python',
|
|
@@ -209,6 +209,9 @@ UNSUPPORTEDOPERATION_DEFAULTENDPOINTGROUPMODIFY = 'UnsupportedOperation.DefaultE
|
|
|
209
209
|
# 默认七层转发策略规则不允许操作。
|
|
210
210
|
UNSUPPORTEDOPERATION_DEFAULTFORWARDINGPOLICYOPERATE = 'UnsupportedOperation.DefaultForwardingPolicyOperate'
|
|
211
211
|
|
|
212
|
+
# 默认七层转发规则不允许修改`%(value)s`
|
|
213
|
+
UNSUPPORTEDOPERATION_DEFAULTFORWARDINGRULEOPERATE = 'UnsupportedOperation.DefaultForwardingRuleOperate'
|
|
214
|
+
|
|
212
215
|
# 替换证书域名和旧证书域名不匹配。
|
|
213
216
|
UNSUPPORTEDOPERATION_DOMAINMISMATCHED = 'UnsupportedOperation.DomainMismatched'
|
|
214
217
|
|
|
@@ -1435,11 +1435,11 @@ class CreateGlobalAcceleratorRequest(AbstractModel):
|
|
|
1435
1435
|
|
|
1436
1436
|
def __init__(self):
|
|
1437
1437
|
r"""
|
|
1438
|
-
:param _Name: <p
|
|
1438
|
+
:param _Name: <p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
1439
1439
|
:type Name: str
|
|
1440
1440
|
:param _InstanceChargeType: <p>计费模式,PREPAID:表示预付费,即包年包月,POSTPAID:表示后付费,即按量计费。默认:POSTPAID。当前仅支持后付费。</p>
|
|
1441
1441
|
:type InstanceChargeType: str
|
|
1442
|
-
:param _Description: <p
|
|
1442
|
+
:param _Description: <p>描述信息。</p><p>参数格式:最大长度不超过100 个字符。</p>
|
|
1443
1443
|
:type Description: str
|
|
1444
1444
|
:param _CrossBorderType: <p>跨境类型;HighQuality:精品BGP-IP跨境;Unicom:联通专线跨境。</p>
|
|
1445
1445
|
:type CrossBorderType: str
|
|
@@ -1457,7 +1457,7 @@ class CreateGlobalAcceleratorRequest(AbstractModel):
|
|
|
1457
1457
|
|
|
1458
1458
|
@property
|
|
1459
1459
|
def Name(self):
|
|
1460
|
-
r"""<p
|
|
1460
|
+
r"""<p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
1461
1461
|
:rtype: str
|
|
1462
1462
|
"""
|
|
1463
1463
|
return self._Name
|
|
@@ -1479,7 +1479,7 @@ class CreateGlobalAcceleratorRequest(AbstractModel):
|
|
|
1479
1479
|
|
|
1480
1480
|
@property
|
|
1481
1481
|
def Description(self):
|
|
1482
|
-
r"""<p
|
|
1482
|
+
r"""<p>描述信息。</p><p>参数格式:最大长度不超过100 个字符。</p>
|
|
1483
1483
|
:rtype: str
|
|
1484
1484
|
"""
|
|
1485
1485
|
return self._Description
|
|
@@ -1720,7 +1720,7 @@ 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>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
1724
1724
|
:type Name: str
|
|
1725
1725
|
:param _PortRanges: <p>端口范围。</p>
|
|
1726
1726
|
:type PortRanges: :class:`tencentcloud.ga2.v20250115.models.PortRanges`
|
|
@@ -1734,7 +1734,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1734
1734
|
:type IdleTimeout: int
|
|
1735
1735
|
:param _GetRealIpType: <p>四层获取源IP方式,支持'TOA', 'ProxyProtocol', 'ProxyProtocolV2'。</p><p>需要开启四层获取源IP方式,才填写此参数。</p>
|
|
1736
1736
|
:type GetRealIpType: str
|
|
1737
|
-
:param _ClientAffinity: <p>是否开启会话保持。支持配置'Open', 'Close'。</p><p>枚举值:</p><ul><li>Open: 开启。</li><li>Close: 关闭。</li></ul>
|
|
1737
|
+
:param _ClientAffinity: <p>是否开启会话保持。支持配置'Open', 'Close'。</p><p>枚举值:</p><ul><li>Open: 开启。</li><li>Close: 关闭。</li></ul><p>仅支持4层监听器 ,7层不支持修改</p>
|
|
1738
1738
|
:type ClientAffinity: str
|
|
1739
1739
|
:param _RequestTimeout: <p>请求超时时间。</p><p>取值范围:[1, 180]</p><p>默认值:60</p><p>当HTTPS监听器时才可配置此参数。</p>
|
|
1740
1740
|
:type RequestTimeout: int
|
|
@@ -1744,9 +1744,9 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1744
1744
|
:type CertificationType: str
|
|
1745
1745
|
:param _CipherPolicyId: <p>加密算法套件。支持配置'tls_policy_1.0-2', 'tls_policy_1.1-2', 'tls_policy_1.2', 'tls_policy_1.2_strict', 'tls_policy_1.2_strict-1.3'。</p>
|
|
1746
1746
|
:type CipherPolicyId: str
|
|
1747
|
-
:param _ServerCertificates: <p>服务器证书。</p><p>当是HTTPS监听器时,此字段必传。</p>
|
|
1747
|
+
:param _ServerCertificates: <p>服务器证书。</p><p>入参限制:当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。</p><p>当是HTTPS监听器时,此字段必传。</p>
|
|
1748
1748
|
:type ServerCertificates: list of str
|
|
1749
|
-
:param _ClientCaCertificates: <p>客户端证书。</p><p>当时HTTPS监听器且开启双向认证时,此字段必传。</p>
|
|
1749
|
+
:param _ClientCaCertificates: <p>客户端证书。</p><p>入参限制:1、当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。2、证书必须为CA证书。</p><p>当时HTTPS监听器且开启双向认证时,此字段必传。</p>
|
|
1750
1750
|
:type ClientCaCertificates: list of str
|
|
1751
1751
|
:param _HttpVersion: <p>HTTPS监听器支持选择版本</p><p>枚举值:</p><ul><li>HTTP/1.1: HTTP/1.1</li><li>HTTP/2: HTTP/2</li></ul>
|
|
1752
1752
|
:type HttpVersion: str
|
|
@@ -1781,7 +1781,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1781
1781
|
|
|
1782
1782
|
@property
|
|
1783
1783
|
def Name(self):
|
|
1784
|
-
r"""<p
|
|
1784
|
+
r"""<p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
1785
1785
|
:rtype: str
|
|
1786
1786
|
"""
|
|
1787
1787
|
return self._Name
|
|
@@ -1858,7 +1858,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1858
1858
|
|
|
1859
1859
|
@property
|
|
1860
1860
|
def ClientAffinity(self):
|
|
1861
|
-
r"""<p>是否开启会话保持。支持配置'Open', 'Close'。</p><p>枚举值:</p><ul><li>Open: 开启。</li><li>Close: 关闭。</li></ul>
|
|
1861
|
+
r"""<p>是否开启会话保持。支持配置'Open', 'Close'。</p><p>枚举值:</p><ul><li>Open: 开启。</li><li>Close: 关闭。</li></ul><p>仅支持4层监听器 ,7层不支持修改</p>
|
|
1862
1862
|
:rtype: str
|
|
1863
1863
|
"""
|
|
1864
1864
|
return self._ClientAffinity
|
|
@@ -1913,7 +1913,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1913
1913
|
|
|
1914
1914
|
@property
|
|
1915
1915
|
def ServerCertificates(self):
|
|
1916
|
-
r"""<p>服务器证书。</p><p>当是HTTPS监听器时,此字段必传。</p>
|
|
1916
|
+
r"""<p>服务器证书。</p><p>入参限制:当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。</p><p>当是HTTPS监听器时,此字段必传。</p>
|
|
1917
1917
|
:rtype: list of str
|
|
1918
1918
|
"""
|
|
1919
1919
|
return self._ServerCertificates
|
|
@@ -1924,7 +1924,7 @@ class CreateListenerRequest(AbstractModel):
|
|
|
1924
1924
|
|
|
1925
1925
|
@property
|
|
1926
1926
|
def ClientCaCertificates(self):
|
|
1927
|
-
r"""<p>客户端证书。</p><p>当时HTTPS监听器且开启双向认证时,此字段必传。</p>
|
|
1927
|
+
r"""<p>客户端证书。</p><p>入参限制:1、当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。2、证书必须为CA证书。</p><p>当时HTTPS监听器且开启双向认证时,此字段必传。</p>
|
|
1928
1928
|
:rtype: list of str
|
|
1929
1929
|
"""
|
|
1930
1930
|
return self._ClientCaCertificates
|
|
@@ -4732,7 +4732,7 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
4732
4732
|
|
|
4733
4733
|
def __init__(self):
|
|
4734
4734
|
r"""
|
|
4735
|
-
:param _Name: <p>终端节点组名称。</p><p
|
|
4735
|
+
:param _Name: <p>终端节点组名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
4736
4736
|
:type Name: str
|
|
4737
4737
|
:param _EndpointGroupRegion: <p>终端节点组所在地域。</p>
|
|
4738
4738
|
:type EndpointGroupRegion: str
|
|
@@ -4805,7 +4805,7 @@ class EndpointGroupConfiguration(AbstractModel):
|
|
|
4805
4805
|
|
|
4806
4806
|
@property
|
|
4807
4807
|
def Name(self):
|
|
4808
|
-
r"""<p>终端节点组名称。</p><p
|
|
4808
|
+
r"""<p>终端节点组名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
4809
4809
|
:rtype: str
|
|
4810
4810
|
"""
|
|
4811
4811
|
return self._Name
|
|
@@ -7024,7 +7024,7 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
7024
7024
|
:type EndpointGroupId: str
|
|
7025
7025
|
:param _EndpointConfigurations: <p>终端节点配置。</p>
|
|
7026
7026
|
:type EndpointConfigurations: list of EndpointConfigurations
|
|
7027
|
-
:param _Name: <p>名称。</p><p
|
|
7027
|
+
:param _Name: <p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
7028
7028
|
:type Name: str
|
|
7029
7029
|
:param _Description: <p>描述信息。</p><p>入参限制:最大长度不能超过100个字节。</p>
|
|
7030
7030
|
:type Description: str
|
|
@@ -7136,7 +7136,7 @@ class ModifyEndpointGroupRequest(AbstractModel):
|
|
|
7136
7136
|
|
|
7137
7137
|
@property
|
|
7138
7138
|
def Name(self):
|
|
7139
|
-
r"""<p>名称。</p><p
|
|
7139
|
+
r"""<p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
7140
7140
|
:rtype: str
|
|
7141
7141
|
"""
|
|
7142
7142
|
return self._Name
|
|
@@ -8097,7 +8097,7 @@ class ModifyGlobalAcceleratorAclRuleRequest(AbstractModel):
|
|
|
8097
8097
|
:type GlobalAcceleratorAclPolicyId: str
|
|
8098
8098
|
:param _GlobalAcceleratorAclRuleId: <p>Acl规则ID。</p>
|
|
8099
8099
|
:type GlobalAcceleratorAclRuleId: str
|
|
8100
|
-
:param _Protocol: <p>协议。</p><p>入参限制:支持选择'TCP', 'UDP'
|
|
8100
|
+
:param _Protocol: <p>协议。</p><p>入参限制:支持选择'TCP', 'UDP'。</p>
|
|
8101
8101
|
:type Protocol: str
|
|
8102
8102
|
:param _Port: <p>端口。</p>
|
|
8103
8103
|
:type Port: str
|
|
@@ -8152,7 +8152,7 @@ class ModifyGlobalAcceleratorAclRuleRequest(AbstractModel):
|
|
|
8152
8152
|
|
|
8153
8153
|
@property
|
|
8154
8154
|
def Protocol(self):
|
|
8155
|
-
r"""<p>协议。</p><p>入参限制:支持选择'TCP', 'UDP'
|
|
8155
|
+
r"""<p>协议。</p><p>入参限制:支持选择'TCP', 'UDP'。</p>
|
|
8156
8156
|
:rtype: str
|
|
8157
8157
|
"""
|
|
8158
8158
|
return self._Protocol
|
|
@@ -8277,9 +8277,9 @@ class ModifyGlobalAcceleratorRequest(AbstractModel):
|
|
|
8277
8277
|
r"""
|
|
8278
8278
|
:param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
|
|
8279
8279
|
:type GlobalAcceleratorId: str
|
|
8280
|
-
:param _Name: <p
|
|
8280
|
+
:param _Name: <p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
8281
8281
|
:type Name: str
|
|
8282
|
-
:param _Description: <p
|
|
8282
|
+
:param _Description: <p>描述信息。</p><p>参数格式:最大长度不超过100 个字符。</p>
|
|
8283
8283
|
:type Description: str
|
|
8284
8284
|
:param _CrossBorderType: <p>跨境类型。</p><p>枚举值:</p><ul><li>HighQuality: 精品跨境。</li><li>Unicom: 联通跨境。</li></ul>
|
|
8285
8285
|
:type CrossBorderType: str
|
|
@@ -8305,7 +8305,7 @@ class ModifyGlobalAcceleratorRequest(AbstractModel):
|
|
|
8305
8305
|
|
|
8306
8306
|
@property
|
|
8307
8307
|
def Name(self):
|
|
8308
|
-
r"""<p
|
|
8308
|
+
r"""<p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
8309
8309
|
:rtype: str
|
|
8310
8310
|
"""
|
|
8311
8311
|
return self._Name
|
|
@@ -8316,7 +8316,7 @@ class ModifyGlobalAcceleratorRequest(AbstractModel):
|
|
|
8316
8316
|
|
|
8317
8317
|
@property
|
|
8318
8318
|
def Description(self):
|
|
8319
|
-
r"""<p
|
|
8319
|
+
r"""<p>描述信息。</p><p>参数格式:最大长度不超过100 个字符。</p>
|
|
8320
8320
|
:rtype: str
|
|
8321
8321
|
"""
|
|
8322
8322
|
return self._Description
|
|
@@ -8418,7 +8418,7 @@ class ModifyListenerRequest(AbstractModel):
|
|
|
8418
8418
|
:type GlobalAcceleratorId: str
|
|
8419
8419
|
:param _ListenerId: <p>监听器ID。</p>
|
|
8420
8420
|
:type ListenerId: str
|
|
8421
|
-
:param _Name: <p
|
|
8421
|
+
:param _Name: <p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
8422
8422
|
:type Name: str
|
|
8423
8423
|
:param _Description: <p>描述信息,最大长度不能超过100个字节。</p>
|
|
8424
8424
|
:type Description: str
|
|
@@ -8436,9 +8436,9 @@ class ModifyListenerRequest(AbstractModel):
|
|
|
8436
8436
|
:type CertificationType: str
|
|
8437
8437
|
:param _CipherPolicyId: <p>加密算法套件。</p><p>入参限制:支持选择tls_policy_1.0-2', 'tls_policy_1.1-2', 'tls_policy_1.2', 'tls_policy_1.2_strict', 'tls_policy_1.2_strict-1.3'。</p><p>HTTPS监听器才支持此参数修改。</p>
|
|
8438
8438
|
:type CipherPolicyId: str
|
|
8439
|
-
:param _ServerCertificates: <p>服务器证书。</p><p>HTTPS监听器才支持此参数修改。</p>
|
|
8439
|
+
:param _ServerCertificates: <p>服务器证书。</p><p>入参限制:当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。</p><p>HTTPS监听器才支持此参数修改。</p>
|
|
8440
8440
|
:type ServerCertificates: list of str
|
|
8441
|
-
:param _ClientCaCertificates: <p>客户端证书。</p><p>HTTPS监听器才支持此参数修改,并且开启双向认证。</p>
|
|
8441
|
+
:param _ClientCaCertificates: <p>客户端证书。</p><p>入参限制:1、当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。2、证书必须为CA证书。</p><p>HTTPS监听器才支持此参数修改,并且开启双向认证。</p>
|
|
8442
8442
|
:type ClientCaCertificates: list of str
|
|
8443
8443
|
:param _GetRealIpType: <p>获取源IP方式。</p><p>入参限制:支持选择'ProxyProtocol', 'Close', 'ProxyProtocolV2', 'TOA'。</p><p>TCP监听器才支持此参数修改。</p>
|
|
8444
8444
|
:type GetRealIpType: str
|
|
@@ -8482,7 +8482,7 @@ class ModifyListenerRequest(AbstractModel):
|
|
|
8482
8482
|
|
|
8483
8483
|
@property
|
|
8484
8484
|
def Name(self):
|
|
8485
|
-
r"""<p
|
|
8485
|
+
r"""<p>名称。</p><p>参数格式:以字母或中文开头,长度 2–128 个字符,支持字母、数字、中文、. - _</p>
|
|
8486
8486
|
:rtype: str
|
|
8487
8487
|
"""
|
|
8488
8488
|
return self._Name
|
|
@@ -8581,7 +8581,7 @@ class ModifyListenerRequest(AbstractModel):
|
|
|
8581
8581
|
|
|
8582
8582
|
@property
|
|
8583
8583
|
def ServerCertificates(self):
|
|
8584
|
-
r"""<p>服务器证书。</p><p>HTTPS监听器才支持此参数修改。</p>
|
|
8584
|
+
r"""<p>服务器证书。</p><p>入参限制:当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。</p><p>HTTPS监听器才支持此参数修改。</p>
|
|
8585
8585
|
:rtype: list of str
|
|
8586
8586
|
"""
|
|
8587
8587
|
return self._ServerCertificates
|
|
@@ -8592,7 +8592,7 @@ class ModifyListenerRequest(AbstractModel):
|
|
|
8592
8592
|
|
|
8593
8593
|
@property
|
|
8594
8594
|
def ClientCaCertificates(self):
|
|
8595
|
-
r"""<p>客户端证书。</p><p>HTTPS监听器才支持此参数修改,并且开启双向认证。</p>
|
|
8595
|
+
r"""<p>客户端证书。</p><p>入参限制:1、当前仅支持传入一本证书;如果要使用多本证书,使用证书接口CreateListenerAdditionalCert来加其他证书。2、证书必须为CA证书。</p><p>HTTPS监听器才支持此参数修改,并且开启双向认证。</p>
|
|
8596
8596
|
:rtype: list of str
|
|
8597
8597
|
"""
|
|
8598
8598
|
return self._ClientCaCertificates
|
|
@@ -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.149
|
|
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.149
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.149
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.147
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|