tencentcloud-sdk-python-ssl 3.0.1384__tar.gz → 3.0.1386__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.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/ssl/v20191205/models.py +30 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1386/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1384/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1384 → tencentcloud-sdk-python-ssl-3.0.1386}/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.1386"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -98,6 +98,9 @@ FAILEDOPERATION_CERTIFICATEHOSTRESOURCEINSTANCEHUGELIMIT = 'FailedOperation.Cert
|
|
|
98
98
|
# 云资源类型无效。
|
|
99
99
|
FAILEDOPERATION_CERTIFICATEHOSTRESOURCETYPEINVALID = 'FailedOperation.CertificateHostResourceTypeInvalid'
|
|
100
100
|
|
|
101
|
+
# 邮箱不能为空
|
|
102
|
+
FAILEDOPERATION_CERTIFICATEINFOSUBMITCONTACTEMAILEMPTY = 'FailedOperation.CertificateInfoSubmitContactEmailEmpty'
|
|
103
|
+
|
|
101
104
|
# 您输入的域名%s格式有误,请您核对后重新提交
|
|
102
105
|
FAILEDOPERATION_CERTIFICATEINFOSUBMITDOMAININVALID = 'FailedOperation.CertificateInfoSubmitDomainInvalid'
|
|
103
106
|
|
|
@@ -131,6 +134,9 @@ FAILEDOPERATION_CERTIFICATENOTFOUNDORCANTCANCEL = 'FailedOperation.CertificateNo
|
|
|
131
134
|
# 订单正在处理中,请您耐心等待
|
|
132
135
|
FAILEDOPERATION_CERTIFICATEORDERSUBMITPROCESSING = 'FailedOperation.CertificateOrderSubmitProcessing'
|
|
133
136
|
|
|
137
|
+
# 当前选择的根证书无效,请您重新选择
|
|
138
|
+
FAILEDOPERATION_CERTIFICATEORDERSUBMITROOTCAINVALID = 'FailedOperation.CertificateOrderSubmitRootCAInvalid'
|
|
139
|
+
|
|
134
140
|
# 解析失败,请检查证书是否符合标准,请留意是否有多余的空格
|
|
135
141
|
FAILEDOPERATION_CERTIFICATEPARSEERROR = 'FailedOperation.CertificateParseError'
|
|
136
142
|
|
|
@@ -1535,6 +1535,10 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
|
1535
1535
|
:type TechEmail: str
|
|
1536
1536
|
:param _TechTitle: 联系人职位。若没有传ManagerId, 则此字段必传
|
|
1537
1537
|
:type TechTitle: str
|
|
1538
|
+
:param _Type: 证书类型
|
|
1539
|
+
:type Type: int
|
|
1540
|
+
:param _CaType: 只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
|
|
1541
|
+
:type CaType: str
|
|
1538
1542
|
"""
|
|
1539
1543
|
self._CertId = None
|
|
1540
1544
|
self._GenCsrType = None
|
|
@@ -1574,6 +1578,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
|
1574
1578
|
self._TechPhone = None
|
|
1575
1579
|
self._TechEmail = None
|
|
1576
1580
|
self._TechTitle = None
|
|
1581
|
+
self._Type = None
|
|
1582
|
+
self._CaType = None
|
|
1577
1583
|
|
|
1578
1584
|
@property
|
|
1579
1585
|
def CertId(self):
|
|
@@ -2019,6 +2025,28 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
|
2019
2025
|
def TechTitle(self, TechTitle):
|
|
2020
2026
|
self._TechTitle = TechTitle
|
|
2021
2027
|
|
|
2028
|
+
@property
|
|
2029
|
+
def Type(self):
|
|
2030
|
+
"""证书类型
|
|
2031
|
+
:rtype: int
|
|
2032
|
+
"""
|
|
2033
|
+
return self._Type
|
|
2034
|
+
|
|
2035
|
+
@Type.setter
|
|
2036
|
+
def Type(self, Type):
|
|
2037
|
+
self._Type = Type
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
def CaType(self):
|
|
2041
|
+
"""只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert
|
|
2042
|
+
:rtype: str
|
|
2043
|
+
"""
|
|
2044
|
+
return self._CaType
|
|
2045
|
+
|
|
2046
|
+
@CaType.setter
|
|
2047
|
+
def CaType(self, CaType):
|
|
2048
|
+
self._CaType = CaType
|
|
2049
|
+
|
|
2022
2050
|
|
|
2023
2051
|
def _deserialize(self, params):
|
|
2024
2052
|
self._CertId = params.get("CertId")
|
|
@@ -2059,6 +2087,8 @@ FILE:手动添加域名文件验证。 需要用户手动在域名站点根目
|
|
|
2059
2087
|
self._TechPhone = params.get("TechPhone")
|
|
2060
2088
|
self._TechEmail = params.get("TechEmail")
|
|
2061
2089
|
self._TechTitle = params.get("TechTitle")
|
|
2090
|
+
self._Type = params.get("Type")
|
|
2091
|
+
self._CaType = params.get("CaType")
|
|
2062
2092
|
memeber_set = set(params.keys())
|
|
2063
2093
|
for name, value in vars(self).items():
|
|
2064
2094
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1386
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1384
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|