tencentcloud-sdk-python-ssl 3.0.1316__tar.gz → 3.0.1317__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.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/ssl/v20191205/models.py +33 -21
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1317/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1316/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1316 → tencentcloud-sdk-python-ssl-3.0.1317}/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.1317"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -939,7 +939,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
|
939
939
|
:type Domain: str
|
|
940
940
|
:param _CertId: 已部署证书ID
|
|
941
941
|
:type CertId: str
|
|
942
|
-
:param _Status: 域名状态
|
|
942
|
+
:param _Status: 域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭
|
|
943
943
|
:type Status: str
|
|
944
944
|
:param _HttpsBillingSwitch: 域名计费状态
|
|
945
945
|
:type HttpsBillingSwitch: str
|
|
@@ -973,7 +973,7 @@ class CdnInstanceDetail(AbstractModel):
|
|
|
973
973
|
|
|
974
974
|
@property
|
|
975
975
|
def Status(self):
|
|
976
|
-
"""域名状态
|
|
976
|
+
"""域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭
|
|
977
977
|
:rtype: str
|
|
978
978
|
"""
|
|
979
979
|
return self._Status
|
|
@@ -11023,7 +11023,7 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
|
11023
11023
|
:type CertificateId: str
|
|
11024
11024
|
:param _IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
|
11025
11025
|
:type IsCache: int
|
|
11026
|
-
:param _Filters:
|
|
11026
|
+
:param _Filters: 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
|
11027
11027
|
:type Filters: list of Filter
|
|
11028
11028
|
:param _ResourceType: 部署资源类型 lighthouse
|
|
11029
11029
|
:type ResourceType: str
|
|
@@ -11057,7 +11057,7 @@ class DescribeHostLighthouseInstanceListRequest(AbstractModel):
|
|
|
11057
11057
|
|
|
11058
11058
|
@property
|
|
11059
11059
|
def Filters(self):
|
|
11060
|
-
"""
|
|
11060
|
+
"""过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
|
11061
11061
|
:rtype: list of Filter
|
|
11062
11062
|
"""
|
|
11063
11063
|
return self._Filters
|
|
@@ -12123,7 +12123,7 @@ class DescribeHostVodInstanceListRequest(AbstractModel):
|
|
|
12123
12123
|
:type CertificateId: str
|
|
12124
12124
|
:param _IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
|
12125
12125
|
:type IsCache: int
|
|
12126
|
-
:param _Filters:
|
|
12126
|
+
:param _Filters: 过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
|
12127
12127
|
:type Filters: list of Filter
|
|
12128
12128
|
:param _ResourceType: 部署资源类型 vod
|
|
12129
12129
|
:type ResourceType: str
|
|
@@ -12160,7 +12160,7 @@ class DescribeHostVodInstanceListRequest(AbstractModel):
|
|
|
12160
12160
|
|
|
12161
12161
|
@property
|
|
12162
12162
|
def Filters(self):
|
|
12163
|
-
"""
|
|
12163
|
+
"""过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配
|
|
12164
12164
|
:rtype: list of Filter
|
|
12165
12165
|
"""
|
|
12166
12166
|
return self._Filters
|
|
@@ -13245,30 +13245,31 @@ class DescribePackagesResponse(AbstractModel):
|
|
|
13245
13245
|
|
|
13246
13246
|
|
|
13247
13247
|
class DomainValidationResult(AbstractModel):
|
|
13248
|
-
"""
|
|
13248
|
+
"""证书域名验证结果
|
|
13249
13249
|
|
|
13250
13250
|
"""
|
|
13251
13251
|
|
|
13252
13252
|
def __init__(self):
|
|
13253
13253
|
r"""
|
|
13254
|
-
:param _Domain:
|
|
13254
|
+
:param _Domain: 证书绑定的域名。
|
|
13255
13255
|
:type Domain: str
|
|
13256
|
-
:param _VerifyType:
|
|
13256
|
+
:param _VerifyType: 域名验证类型。 取值为:DNS、FILE、DNS_AUTO、DNS_PROXY、FILE_PROXY
|
|
13257
13257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13258
13258
|
:type VerifyType: str
|
|
13259
|
-
:param _LocalCheck:
|
|
13259
|
+
:param _LocalCheck: 腾讯云检测结果,取值:1(验证通过); -1(被限频或者 txt record not found);-2(txt record not match);-3(ns record not found);-4(file not found);-5(file not match);-6(cname record not found);-7(cname record not match);-8(ns record not found)-9(file not found);-10(file not match)
|
|
13260
|
+
|
|
13260
13261
|
:type LocalCheck: int
|
|
13261
|
-
:param _CaCheck: CA
|
|
13262
|
+
:param _CaCheck: CA检查结果。取值: -1(未检测通过);2(检测通过)
|
|
13262
13263
|
:type CaCheck: int
|
|
13263
|
-
:param _LocalCheckFailReason:
|
|
13264
|
+
:param _LocalCheckFailReason: 检查失败原因。状态LocalCheck的具体描述
|
|
13264
13265
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13265
13266
|
:type LocalCheckFailReason: str
|
|
13266
13267
|
:param _CheckValue: 检查到的值。
|
|
13267
13268
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13268
13269
|
:type CheckValue: list of str
|
|
13269
|
-
:param _Frequently:
|
|
13270
|
+
:param _Frequently: 是否被限频拦截, 取值:false(未被限频);true(被限频)
|
|
13270
13271
|
:type Frequently: bool
|
|
13271
|
-
:param _Issued:
|
|
13272
|
+
:param _Issued: 证书是否已经签发。取值: false(未签发);true(已签发)
|
|
13272
13273
|
:type Issued: bool
|
|
13273
13274
|
"""
|
|
13274
13275
|
self._Domain = None
|
|
@@ -13282,7 +13283,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13282
13283
|
|
|
13283
13284
|
@property
|
|
13284
13285
|
def Domain(self):
|
|
13285
|
-
"""
|
|
13286
|
+
"""证书绑定的域名。
|
|
13286
13287
|
:rtype: str
|
|
13287
13288
|
"""
|
|
13288
13289
|
return self._Domain
|
|
@@ -13293,7 +13294,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13293
13294
|
|
|
13294
13295
|
@property
|
|
13295
13296
|
def VerifyType(self):
|
|
13296
|
-
"""
|
|
13297
|
+
"""域名验证类型。 取值为:DNS、FILE、DNS_AUTO、DNS_PROXY、FILE_PROXY
|
|
13297
13298
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13298
13299
|
:rtype: str
|
|
13299
13300
|
"""
|
|
@@ -13305,7 +13306,8 @@ class DomainValidationResult(AbstractModel):
|
|
|
13305
13306
|
|
|
13306
13307
|
@property
|
|
13307
13308
|
def LocalCheck(self):
|
|
13308
|
-
"""
|
|
13309
|
+
"""腾讯云检测结果,取值:1(验证通过); -1(被限频或者 txt record not found);-2(txt record not match);-3(ns record not found);-4(file not found);-5(file not match);-6(cname record not found);-7(cname record not match);-8(ns record not found)-9(file not found);-10(file not match)
|
|
13310
|
+
|
|
13309
13311
|
:rtype: int
|
|
13310
13312
|
"""
|
|
13311
13313
|
return self._LocalCheck
|
|
@@ -13316,7 +13318,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13316
13318
|
|
|
13317
13319
|
@property
|
|
13318
13320
|
def CaCheck(self):
|
|
13319
|
-
"""CA
|
|
13321
|
+
"""CA检查结果。取值: -1(未检测通过);2(检测通过)
|
|
13320
13322
|
:rtype: int
|
|
13321
13323
|
"""
|
|
13322
13324
|
return self._CaCheck
|
|
@@ -13327,7 +13329,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13327
13329
|
|
|
13328
13330
|
@property
|
|
13329
13331
|
def LocalCheckFailReason(self):
|
|
13330
|
-
"""
|
|
13332
|
+
"""检查失败原因。状态LocalCheck的具体描述
|
|
13331
13333
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13332
13334
|
:rtype: str
|
|
13333
13335
|
"""
|
|
@@ -13351,7 +13353,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13351
13353
|
|
|
13352
13354
|
@property
|
|
13353
13355
|
def Frequently(self):
|
|
13354
|
-
"""
|
|
13356
|
+
"""是否被限频拦截, 取值:false(未被限频);true(被限频)
|
|
13355
13357
|
:rtype: bool
|
|
13356
13358
|
"""
|
|
13357
13359
|
return self._Frequently
|
|
@@ -13362,7 +13364,7 @@ class DomainValidationResult(AbstractModel):
|
|
|
13362
13364
|
|
|
13363
13365
|
@property
|
|
13364
13366
|
def Issued(self):
|
|
13365
|
-
"""
|
|
13367
|
+
"""证书是否已经签发。取值: false(未签发);true(已签发)
|
|
13366
13368
|
:rtype: bool
|
|
13367
13369
|
"""
|
|
13368
13370
|
return self._Issued
|
|
@@ -18242,6 +18244,11 @@ class TeoInstanceDetail(AbstractModel):
|
|
|
18242
18244
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18243
18245
|
:type ZoneId: str
|
|
18244
18246
|
:param _Status: 域名状态
|
|
18247
|
+
deployed:已部署;
|
|
18248
|
+
processing:部署中;
|
|
18249
|
+
applying:申请中;
|
|
18250
|
+
failed:申请失败;
|
|
18251
|
+
issued:绑定失败。
|
|
18245
18252
|
:type Status: str
|
|
18246
18253
|
"""
|
|
18247
18254
|
self._Host = None
|
|
@@ -18286,6 +18293,11 @@ class TeoInstanceDetail(AbstractModel):
|
|
|
18286
18293
|
@property
|
|
18287
18294
|
def Status(self):
|
|
18288
18295
|
"""域名状态
|
|
18296
|
+
deployed:已部署;
|
|
18297
|
+
processing:部署中;
|
|
18298
|
+
applying:申请中;
|
|
18299
|
+
failed:申请失败;
|
|
18300
|
+
issued:绑定失败。
|
|
18289
18301
|
:rtype: str
|
|
18290
18302
|
"""
|
|
18291
18303
|
return self._Status
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1317
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1316
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|