tencentcloud-sdk-python-ssl 3.0.1280__tar.gz → 3.0.1294__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/ssl/v20191205/models.py +21 -6
  5. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud_sdk_python_ssl.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ssl-3.0.1294/tencentcloud_sdk_python_ssl.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ssl-3.0.1280/tencentcloud_sdk_python_ssl.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/ssl/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/ssl/v20191205/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/ssl/v20191205/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud/ssl/v20191205/ssl_client.py +0 -0
  14. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud_sdk_python_ssl.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud_sdk_python_ssl.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ssl-3.0.1280 → tencentcloud-sdk-python-ssl-3.0.1294}/tencentcloud_sdk_python_ssl.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1280
3
+ Version: 3.0.1294
4
4
  Summary: Tencent Cloud Ssl SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1280"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1294"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ssl SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1280'
17
+ __version__ = '3.0.1294'
@@ -5692,7 +5692,7 @@ class DescribeCertificateBindResourceTaskDetailRequest(AbstractModel):
5692
5692
 
5693
5693
  def __init__(self):
5694
5694
  r"""
5695
- :param _TaskId: 任务ID,根据任务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,根据任务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
  """
@@ -15430,6 +15430,8 @@ class SubmitCertificateInformationRequest(AbstractModel):
15430
15430
  :type ContactNumber: str
15431
15431
  :param _ContactPosition: 联系人职位。
15432
15432
  :type ContactPosition: str
15433
+ :param _IsDV: 是否DV证书。默认false
15434
+ :type IsDV: bool
15433
15435
  """
15434
15436
  self._CertificateId = None
15435
15437
  self._CsrType = None
@@ -15457,6 +15459,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
15457
15459
  self._ContactEmail = None
15458
15460
  self._ContactNumber = None
15459
15461
  self._ContactPosition = None
15462
+ self._IsDV = None
15460
15463
 
15461
15464
  @property
15462
15465
  def CertificateId(self):
@@ -15744,6 +15747,17 @@ class SubmitCertificateInformationRequest(AbstractModel):
15744
15747
  def ContactPosition(self, ContactPosition):
15745
15748
  self._ContactPosition = ContactPosition
15746
15749
 
15750
+ @property
15751
+ def IsDV(self):
15752
+ """是否DV证书。默认false
15753
+ :rtype: bool
15754
+ """
15755
+ return self._IsDV
15756
+
15757
+ @IsDV.setter
15758
+ def IsDV(self, IsDV):
15759
+ self._IsDV = IsDV
15760
+
15747
15761
 
15748
15762
  def _deserialize(self, params):
15749
15763
  self._CertificateId = params.get("CertificateId")
@@ -15772,6 +15786,7 @@ class SubmitCertificateInformationRequest(AbstractModel):
15772
15786
  self._ContactEmail = params.get("ContactEmail")
15773
15787
  self._ContactNumber = params.get("ContactNumber")
15774
15788
  self._ContactPosition = params.get("ContactPosition")
15789
+ self._IsDV = params.get("IsDV")
15775
15790
  memeber_set = set(params.keys())
15776
15791
  for name, value in vars(self).items():
15777
15792
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ssl
3
- Version: 3.0.1280
3
+ Version: 3.0.1294
4
4
  Summary: Tencent Cloud Ssl SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1294
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1280