tencentcloud-sdk-python-postgres 3.0.1164__tar.gz → 3.0.1165__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-postgres might be problematic. Click here for more details.
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1165/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1164/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1165"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3510,9 +3510,9 @@ class DBInstance(AbstractModel):
|
|
|
3510
3510
|
:type Region: str
|
|
3511
3511
|
:param _Zone: 实例所属可用区, 如:ap-guangzhou-3,对应ZoneSet的Zone字段。
|
|
3512
3512
|
:type Zone: str
|
|
3513
|
-
:param _VpcId: 私有网络ID,形如vpc-
|
|
3513
|
+
:param _VpcId: 私有网络ID,形如vpc-e6w23k31。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/api/215/15778) ,从接口返回中的unVpcId字段获取。
|
|
3514
3514
|
:type VpcId: str
|
|
3515
|
-
:param _SubnetId: 私有网络子网ID,形如subnet-
|
|
3515
|
+
:param _SubnetId: 私有网络子网ID,形如subnet-51lcif9y。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
|
|
3516
3516
|
:type SubnetId: str
|
|
3517
3517
|
:param _DBInstanceId: 实例ID。
|
|
3518
3518
|
:type DBInstanceId: str
|
tencentcloud-sdk-python-postgres-3.0.1165/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1165
|
tencentcloud-sdk-python-postgres-3.0.1164/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1164
|
{tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1164 → tencentcloud-sdk-python-postgres-3.0.1165}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|