tencentcloud-sdk-python-postgres 3.1.155__tar.gz → 3.1.160__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_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/setup.py +1 -1
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/v20170312/models.py +53 -8
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_postgres-3.1.160/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_postgres-3.1.155/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/README.rst +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/setup.cfg +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud/postgres/v20170312/postgres_client_async.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-postgres
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.160
|
|
4
4
|
Summary: Tencent Cloud Postgres SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-postgres',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.160,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Postgres SDK for Python',
|
|
@@ -10732,14 +10732,14 @@ class DescribeDBInstanceSSLConfigRequest(AbstractModel):
|
|
|
10732
10732
|
|
|
10733
10733
|
def __init__(self):
|
|
10734
10734
|
r"""
|
|
10735
|
-
:param _DBInstanceId:
|
|
10735
|
+
:param _DBInstanceId: <p>实例ID,形如postgres-6bwgamo3。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
|
|
10736
10736
|
:type DBInstanceId: str
|
|
10737
10737
|
"""
|
|
10738
10738
|
self._DBInstanceId = None
|
|
10739
10739
|
|
|
10740
10740
|
@property
|
|
10741
10741
|
def DBInstanceId(self):
|
|
10742
|
-
r"""
|
|
10742
|
+
r"""<p>实例ID,形如postgres-6bwgamo3。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
|
|
10743
10743
|
:rtype: str
|
|
10744
10744
|
"""
|
|
10745
10745
|
return self._DBInstanceId
|
|
@@ -10768,23 +10768,32 @@ class DescribeDBInstanceSSLConfigResponse(AbstractModel):
|
|
|
10768
10768
|
|
|
10769
10769
|
def __init__(self):
|
|
10770
10770
|
r"""
|
|
10771
|
-
:param _SSLEnabled: true 代表开通 ,false
|
|
10771
|
+
:param _SSLEnabled: <p>true 代表开通 ,false 代表未开通</p>
|
|
10772
10772
|
:type SSLEnabled: bool
|
|
10773
|
-
:param _CAUrl:
|
|
10773
|
+
:param _CAUrl: <p>云端根证书下载链接</p>
|
|
10774
10774
|
:type CAUrl: str
|
|
10775
|
-
:param _ConnectAddress:
|
|
10775
|
+
:param _ConnectAddress: <p>服务器证书中配置的内网或外网连接地址</p>
|
|
10776
10776
|
:type ConnectAddress: str
|
|
10777
|
+
:param _CACert: <p>CA证书公钥,仅云盘版</p>
|
|
10778
|
+
:type CACert: str
|
|
10779
|
+
:param _CAJKS: <p>JKS公钥,仅云盘版</p>
|
|
10780
|
+
:type CAJKS: str
|
|
10781
|
+
:param _CAP7B: <p>CAP7B公钥,仅云盘版</p>
|
|
10782
|
+
:type CAP7B: str
|
|
10777
10783
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10778
10784
|
:type RequestId: str
|
|
10779
10785
|
"""
|
|
10780
10786
|
self._SSLEnabled = None
|
|
10781
10787
|
self._CAUrl = None
|
|
10782
10788
|
self._ConnectAddress = None
|
|
10789
|
+
self._CACert = None
|
|
10790
|
+
self._CAJKS = None
|
|
10791
|
+
self._CAP7B = None
|
|
10783
10792
|
self._RequestId = None
|
|
10784
10793
|
|
|
10785
10794
|
@property
|
|
10786
10795
|
def SSLEnabled(self):
|
|
10787
|
-
r"""true 代表开通 ,false
|
|
10796
|
+
r"""<p>true 代表开通 ,false 代表未开通</p>
|
|
10788
10797
|
:rtype: bool
|
|
10789
10798
|
"""
|
|
10790
10799
|
return self._SSLEnabled
|
|
@@ -10795,7 +10804,7 @@ class DescribeDBInstanceSSLConfigResponse(AbstractModel):
|
|
|
10795
10804
|
|
|
10796
10805
|
@property
|
|
10797
10806
|
def CAUrl(self):
|
|
10798
|
-
r"""
|
|
10807
|
+
r"""<p>云端根证书下载链接</p>
|
|
10799
10808
|
:rtype: str
|
|
10800
10809
|
"""
|
|
10801
10810
|
return self._CAUrl
|
|
@@ -10806,7 +10815,7 @@ class DescribeDBInstanceSSLConfigResponse(AbstractModel):
|
|
|
10806
10815
|
|
|
10807
10816
|
@property
|
|
10808
10817
|
def ConnectAddress(self):
|
|
10809
|
-
r"""
|
|
10818
|
+
r"""<p>服务器证书中配置的内网或外网连接地址</p>
|
|
10810
10819
|
:rtype: str
|
|
10811
10820
|
"""
|
|
10812
10821
|
return self._ConnectAddress
|
|
@@ -10815,6 +10824,39 @@ class DescribeDBInstanceSSLConfigResponse(AbstractModel):
|
|
|
10815
10824
|
def ConnectAddress(self, ConnectAddress):
|
|
10816
10825
|
self._ConnectAddress = ConnectAddress
|
|
10817
10826
|
|
|
10827
|
+
@property
|
|
10828
|
+
def CACert(self):
|
|
10829
|
+
r"""<p>CA证书公钥,仅云盘版</p>
|
|
10830
|
+
:rtype: str
|
|
10831
|
+
"""
|
|
10832
|
+
return self._CACert
|
|
10833
|
+
|
|
10834
|
+
@CACert.setter
|
|
10835
|
+
def CACert(self, CACert):
|
|
10836
|
+
self._CACert = CACert
|
|
10837
|
+
|
|
10838
|
+
@property
|
|
10839
|
+
def CAJKS(self):
|
|
10840
|
+
r"""<p>JKS公钥,仅云盘版</p>
|
|
10841
|
+
:rtype: str
|
|
10842
|
+
"""
|
|
10843
|
+
return self._CAJKS
|
|
10844
|
+
|
|
10845
|
+
@CAJKS.setter
|
|
10846
|
+
def CAJKS(self, CAJKS):
|
|
10847
|
+
self._CAJKS = CAJKS
|
|
10848
|
+
|
|
10849
|
+
@property
|
|
10850
|
+
def CAP7B(self):
|
|
10851
|
+
r"""<p>CAP7B公钥,仅云盘版</p>
|
|
10852
|
+
:rtype: str
|
|
10853
|
+
"""
|
|
10854
|
+
return self._CAP7B
|
|
10855
|
+
|
|
10856
|
+
@CAP7B.setter
|
|
10857
|
+
def CAP7B(self, CAP7B):
|
|
10858
|
+
self._CAP7B = CAP7B
|
|
10859
|
+
|
|
10818
10860
|
@property
|
|
10819
10861
|
def RequestId(self):
|
|
10820
10862
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -10831,6 +10873,9 @@ class DescribeDBInstanceSSLConfigResponse(AbstractModel):
|
|
|
10831
10873
|
self._SSLEnabled = params.get("SSLEnabled")
|
|
10832
10874
|
self._CAUrl = params.get("CAUrl")
|
|
10833
10875
|
self._ConnectAddress = params.get("ConnectAddress")
|
|
10876
|
+
self._CACert = params.get("CACert")
|
|
10877
|
+
self._CAJKS = params.get("CAJKS")
|
|
10878
|
+
self._CAP7B = params.get("CAP7B")
|
|
10834
10879
|
self._RequestId = params.get("RequestId")
|
|
10835
10880
|
|
|
10836
10881
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-postgres
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.160
|
|
4
4
|
Summary: Tencent Cloud Postgres SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_postgres-3.1.160/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.160
|
tencentcloud_sdk_python_postgres-3.1.155/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.155
|
{tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_postgres-3.1.155 → tencentcloud_sdk_python_postgres-3.1.160}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|