tencentcloud-sdk-python-ssl 3.0.1291__tar.gz → 3.0.1293__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.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/setup.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/ssl/v20191205/models.py +6 -6
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ssl-3.0.1293/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ssl-3.0.1291/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/README.rst +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/ssl/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/ssl/v20191205/__init__.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ssl-3.0.1291 → tencentcloud-sdk-python-ssl-3.0.1293}/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.1293"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ssl SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5692,7 +5692,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
5692
5692
|
|
|
5693
5693
|
def __init__(self):
|
|
5694
5694
|
r"""
|
|
5695
|
-
:param _TaskId: 任务ID
|
|
5695
|
+
:param _TaskId: 任务ID,根据CreateCertificateBindResourceSyncTask得到的任务ID查询绑定云资源结果
|
|
5696
5696
|
:type TaskId: str
|
|
5697
5697
|
:param _Limit: 每页展示数量, 默认10,最大值100; 分页总数为云资源地域下实例总数, 即第一页会拉群每个云资源的地域下面Limit数量实例
|
|
5698
5698
|
:type Limit: str
|
|
@@ -5711,7 +5711,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
|
|
|
5711
5711
|
|
|
5712
5712
|
@property
|
|
5713
5713
|
def TaskId(self):
|
|
5714
|
-
"""任务ID
|
|
5714
|
+
"""任务ID,根据CreateCertificateBindResourceSyncTask得到的任务ID查询绑定云资源结果
|
|
5715
5715
|
:rtype: str
|
|
5716
5716
|
"""
|
|
5717
5717
|
return self._TaskId
|
|
@@ -10431,7 +10431,7 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
|
10431
10431
|
:type Offset: int
|
|
10432
10432
|
:param _Limit: 每页数量,默认10。
|
|
10433
10433
|
:type Limit: int
|
|
10434
|
-
:param _AsyncCache:
|
|
10434
|
+
:param _AsyncCache: 是否异步,1表示是,0表示否,默认为0
|
|
10435
10435
|
:type AsyncCache: int
|
|
10436
10436
|
"""
|
|
10437
10437
|
self._CertificateId = None
|
|
@@ -10522,7 +10522,7 @@ class DescribeHostTeoInstanceListRequest(AbstractModel):
|
|
|
10522
10522
|
|
|
10523
10523
|
@property
|
|
10524
10524
|
def AsyncCache(self):
|
|
10525
|
-
"""
|
|
10525
|
+
"""是否异步,1表示是,0表示否,默认为0
|
|
10526
10526
|
:rtype: int
|
|
10527
10527
|
"""
|
|
10528
10528
|
return self._AsyncCache
|
|
@@ -10563,7 +10563,7 @@ class DescribeHostTeoInstanceListResponse(AbstractModel):
|
|
|
10563
10563
|
|
|
10564
10564
|
def __init__(self):
|
|
10565
10565
|
r"""
|
|
10566
|
-
:param _InstanceList: teo
|
|
10566
|
+
:param _InstanceList: teo实例列表,如取不到值返回空数组
|
|
10567
10567
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10568
10568
|
:type InstanceList: list of TeoInstanceDetail
|
|
10569
10569
|
:param _TotalCount: 总数
|
|
@@ -10577,7 +10577,7 @@ class DescribeHostTeoInstanceListResponse(AbstractModel):
|
|
|
10577
10577
|
|
|
10578
10578
|
@property
|
|
10579
10579
|
def InstanceList(self):
|
|
10580
|
-
"""teo
|
|
10580
|
+
"""teo实例列表,如取不到值返回空数组
|
|
10581
10581
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10582
10582
|
:rtype: list of TeoInstanceDetail
|
|
10583
10583
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1293
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1291
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|