tencentcloud-sdk-python-ssl 3.0.1301__tar.gz → 3.0.1303__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-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/ssl/v20191205/models.py +4 -4
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1303/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1301/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1303}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ssl',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1303"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4781,13 +4781,13 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
4781
4781
|
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.ninghhuang.online"]
|
|
4782
4782
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
|
4783
4783
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
|
4784
|
-
- cos:Region
|
|
4784
|
+
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
|
4785
4785
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
|
4786
4786
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
|
4787
4787
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
|
4788
4788
|
|
|
4789
4789
|
:type InstanceIdList: list of str
|
|
4790
|
-
:param _ResourceType:
|
|
4790
|
+
:param _ResourceType: 证书部署云资源支持的云资源类型, 不传则默认部署clb:
|
|
4791
4791
|
- clb
|
|
4792
4792
|
- cdn
|
|
4793
4793
|
- ddos
|
|
@@ -4841,7 +4841,7 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
4841
4841
|
- apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.ninghhuang.online"]
|
|
4842
4842
|
- teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
|
|
4843
4843
|
- tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
|
|
4844
|
-
- cos:Region
|
|
4844
|
+
- cos:Region|Bucket|Domain, 例:["ap-hongkong|ssl-server-1251810746|tencent.com"]
|
|
4845
4845
|
- lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
|
|
4846
4846
|
- tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
|
|
4847
4847
|
- tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
|
|
@@ -4856,7 +4856,7 @@ class DeployCertificateInstanceRequest(AbstractModel):
|
|
|
4856
4856
|
|
|
4857
4857
|
@property
|
|
4858
4858
|
def ResourceType(self):
|
|
4859
|
-
"""
|
|
4859
|
+
"""证书部署云资源支持的云资源类型, 不传则默认部署clb:
|
|
4860
4860
|
- clb
|
|
4861
4861
|
- cdn
|
|
4862
4862
|
- ddos
|
|
@@ -331,7 +331,7 @@ class SslClient(AbstractClient):
|
|
|
331
331
|
- 若待部署的证书和传入域名不匹配, 则不会创建成功
|
|
332
332
|
- 若部署clb实例时, 7层监听器下无规则,则不会创建成功
|
|
333
333
|
- 若部署clb实例时, 7层监听器未开启SNI,该监听器下存在任一域名和证书不匹配, 则不会创建成功
|
|
334
|
-
- 若部署clb
|
|
334
|
+
- 若部署clb实例时,监听器规则为正则表示式, 则不会创建成功
|
|
335
335
|
|
|
336
336
|
<dx-alert infotype="explain" title="">一个证书ID,相同的资源类型,只能创建一个部署任务,必须等部署任务执行完成,才能创建新的部署任务</dx-alert>
|
|
337
337
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1303
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1301
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|