tencentcloud-sdk-python-postgres 3.1.123__tar.gz → 3.1.134__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.123 → tencentcloud_sdk_python_postgres-3.1.134}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/setup.py +1 -1
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/v20170312/models.py +12 -16
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_postgres-3.1.134/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_postgres-3.1.123/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/README.rst +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/setup.cfg +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud/postgres/v20170312/postgres_client_async.py +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/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.134
|
|
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.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/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.134,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Postgres SDK for Python',
|
|
@@ -10553,9 +10553,9 @@ class DescribeDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
10553
10553
|
|
|
10554
10554
|
def __init__(self):
|
|
10555
10555
|
r"""
|
|
10556
|
-
:param _DBInstanceId:
|
|
10556
|
+
:param _DBInstanceId: <p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
|
|
10557
10557
|
:type DBInstanceId: str
|
|
10558
|
-
:param _ReadOnlyGroupId:
|
|
10558
|
+
:param _ReadOnlyGroupId: <p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
|
|
10559
10559
|
:type ReadOnlyGroupId: str
|
|
10560
10560
|
"""
|
|
10561
10561
|
self._DBInstanceId = None
|
|
@@ -10563,7 +10563,7 @@ class DescribeDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
10563
10563
|
|
|
10564
10564
|
@property
|
|
10565
10565
|
def DBInstanceId(self):
|
|
10566
|
-
r"""
|
|
10566
|
+
r"""<p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
|
|
10567
10567
|
:rtype: str
|
|
10568
10568
|
"""
|
|
10569
10569
|
return self._DBInstanceId
|
|
@@ -10574,7 +10574,7 @@ class DescribeDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
10574
10574
|
|
|
10575
10575
|
@property
|
|
10576
10576
|
def ReadOnlyGroupId(self):
|
|
10577
|
-
r"""
|
|
10577
|
+
r"""<p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
|
|
10578
10578
|
:rtype: str
|
|
10579
10579
|
"""
|
|
10580
10580
|
return self._ReadOnlyGroupId
|
|
@@ -10604,7 +10604,7 @@ class DescribeDBInstanceSecurityGroupsResponse(AbstractModel):
|
|
|
10604
10604
|
|
|
10605
10605
|
def __init__(self):
|
|
10606
10606
|
r"""
|
|
10607
|
-
:param _SecurityGroupSet:
|
|
10607
|
+
:param _SecurityGroupSet: <p>安全组信息数组</p>
|
|
10608
10608
|
:type SecurityGroupSet: list of SecurityGroup
|
|
10609
10609
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10610
10610
|
:type RequestId: str
|
|
@@ -10614,7 +10614,7 @@ class DescribeDBInstanceSecurityGroupsResponse(AbstractModel):
|
|
|
10614
10614
|
|
|
10615
10615
|
@property
|
|
10616
10616
|
def SecurityGroupSet(self):
|
|
10617
|
-
r"""
|
|
10617
|
+
r"""<p>安全组信息数组</p>
|
|
10618
10618
|
:rtype: list of SecurityGroup
|
|
10619
10619
|
"""
|
|
10620
10620
|
return self._SecurityGroupSet
|
|
@@ -17329,13 +17329,11 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
17329
17329
|
|
|
17330
17330
|
def __init__(self):
|
|
17331
17331
|
r"""
|
|
17332
|
-
:param _SecurityGroupIdSet:
|
|
17333
|
-
安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
|
|
17334
|
-
**注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
17332
|
+
:param _SecurityGroupIdSet: <p>实例或只读组要绑定的安全组列表。<br>安全组信息可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来查询。<br><strong>注意:</strong>该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。</p>
|
|
17335
17333
|
:type SecurityGroupIdSet: list of str
|
|
17336
|
-
:param _DBInstanceId:
|
|
17334
|
+
:param _DBInstanceId: <p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
|
|
17337
17335
|
:type DBInstanceId: str
|
|
17338
|
-
:param _ReadOnlyGroupId:
|
|
17336
|
+
:param _ReadOnlyGroupId: <p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
|
|
17339
17337
|
:type ReadOnlyGroupId: str
|
|
17340
17338
|
"""
|
|
17341
17339
|
self._SecurityGroupIdSet = None
|
|
@@ -17344,9 +17342,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
17344
17342
|
|
|
17345
17343
|
@property
|
|
17346
17344
|
def SecurityGroupIdSet(self):
|
|
17347
|
-
r"""
|
|
17348
|
-
安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
|
|
17349
|
-
**注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
17345
|
+
r"""<p>实例或只读组要绑定的安全组列表。<br>安全组信息可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来查询。<br><strong>注意:</strong>该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。</p>
|
|
17350
17346
|
:rtype: list of str
|
|
17351
17347
|
"""
|
|
17352
17348
|
return self._SecurityGroupIdSet
|
|
@@ -17357,7 +17353,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
17357
17353
|
|
|
17358
17354
|
@property
|
|
17359
17355
|
def DBInstanceId(self):
|
|
17360
|
-
r"""
|
|
17356
|
+
r"""<p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
|
|
17361
17357
|
:rtype: str
|
|
17362
17358
|
"""
|
|
17363
17359
|
return self._DBInstanceId
|
|
@@ -17368,7 +17364,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
17368
17364
|
|
|
17369
17365
|
@property
|
|
17370
17366
|
def ReadOnlyGroupId(self):
|
|
17371
|
-
r"""
|
|
17367
|
+
r"""<p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceId、ReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
|
|
17372
17368
|
:rtype: str
|
|
17373
17369
|
"""
|
|
17374
17370
|
return self._ReadOnlyGroupId
|
|
@@ -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.134
|
|
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.134
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
tencentcloud_sdk_python_postgres-3.1.134/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.134
|
tencentcloud_sdk_python_postgres-3.1.123/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.123
|
{tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_postgres-3.1.123 → tencentcloud_sdk_python_postgres-3.1.134}/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
|