tencentcloud-sdk-python-ssl 3.0.1301__tar.gz → 3.0.1306__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.1306}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/ssl/v20191205/models.py +19 -4
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1306/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.1306}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1301 → tencentcloud-sdk-python-ssl-3.0.1306}/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.1306"],
|
|
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
|
|
@@ -7938,6 +7938,8 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
|
7938
7938
|
:type Tags: list of Tags
|
|
7939
7939
|
:param _IsPendingIssue: 是否筛选等待签发的证书,传1是筛选,0和null不筛选
|
|
7940
7940
|
:type IsPendingIssue: int
|
|
7941
|
+
:param _CertIds: 筛选指定证书ID的证书,只支持有权限的证书ID
|
|
7942
|
+
:type CertIds: list of str
|
|
7941
7943
|
"""
|
|
7942
7944
|
self._Offset = None
|
|
7943
7945
|
self._Limit = None
|
|
@@ -7955,6 +7957,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
|
7955
7957
|
self._Hostable = None
|
|
7956
7958
|
self._Tags = None
|
|
7957
7959
|
self._IsPendingIssue = None
|
|
7960
|
+
self._CertIds = None
|
|
7958
7961
|
|
|
7959
7962
|
@property
|
|
7960
7963
|
def Offset(self):
|
|
@@ -8132,6 +8135,17 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
|
8132
8135
|
def IsPendingIssue(self, IsPendingIssue):
|
|
8133
8136
|
self._IsPendingIssue = IsPendingIssue
|
|
8134
8137
|
|
|
8138
|
+
@property
|
|
8139
|
+
def CertIds(self):
|
|
8140
|
+
"""筛选指定证书ID的证书,只支持有权限的证书ID
|
|
8141
|
+
:rtype: list of str
|
|
8142
|
+
"""
|
|
8143
|
+
return self._CertIds
|
|
8144
|
+
|
|
8145
|
+
@CertIds.setter
|
|
8146
|
+
def CertIds(self, CertIds):
|
|
8147
|
+
self._CertIds = CertIds
|
|
8148
|
+
|
|
8135
8149
|
|
|
8136
8150
|
def _deserialize(self, params):
|
|
8137
8151
|
self._Offset = params.get("Offset")
|
|
@@ -8155,6 +8169,7 @@ class DescribeCertificatesRequest(AbstractModel):
|
|
|
8155
8169
|
obj._deserialize(item)
|
|
8156
8170
|
self._Tags.append(obj)
|
|
8157
8171
|
self._IsPendingIssue = params.get("IsPendingIssue")
|
|
8172
|
+
self._CertIds = params.get("CertIds")
|
|
8158
8173
|
memeber_set = set(params.keys())
|
|
8159
8174
|
for name, value in vars(self).items():
|
|
8160
8175
|
property_name = name[1:]
|
|
@@ -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.1306
|
|
@@ -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
|