tencentcloud-sdk-python-postgres 3.0.956__tar.gz → 3.0.965__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.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/postgres/v20170312/models.py +8 -12
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.965/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.956/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/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.965"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1928,27 +1928,23 @@ class CreateInstancesRequest(AbstractModel):
|
|
|
1928
1928
|
<li>数字:0 - 9
|
|
1929
1929
|
<li>特殊字符:()`~!@#$%^&*-+=_|{}[]:;'<>,.?/
|
|
1930
1930
|
:type AdminPassword: str
|
|
1931
|
-
:param _DBMajorVersion: PostgreSQL
|
|
1932
|
-
|
|
1933
|
-
该参数和DBVersion、DBKernelVersion需要至少指定一个,如无指定购买内核小版本需求时,只传入该参数即可。
|
|
1934
|
-
|
|
1931
|
+
:param _DBMajorVersion: PostgreSQL大版本号(该参数当前必传),版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。目前支持10,11,12,13,14,15这几个大版本,详情见[内核版本概述](https://cloud.tencent.com/document/product/409/67018)。
|
|
1932
|
+
输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
|
|
1935
1933
|
:type DBMajorVersion: str
|
|
1936
|
-
:param _DBVersion: PostgreSQL
|
|
1937
|
-
|
|
1938
|
-
该参数和DBMajorVersion、DBKernelVersion需要至少指定一个。
|
|
1934
|
+
:param _DBVersion: PostgreSQL社区大版本+小版本号。
|
|
1935
|
+
一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。
|
|
1939
1936
|
:type DBVersion: str
|
|
1940
|
-
:param _DBKernelVersion: PostgreSQL
|
|
1941
|
-
|
|
1942
|
-
|
|
1937
|
+
:param _DBKernelVersion: PostgreSQL内核版本号。
|
|
1938
|
+
一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。
|
|
1943
1939
|
:type DBKernelVersion: str
|
|
1944
1940
|
:param _InstanceChargeType: 实例计费类型,目前支持:
|
|
1945
1941
|
<li>PREPAID:预付费,即包年包月
|
|
1946
1942
|
<li>POSTPAID_BY_HOUR:后付费,即按量计费
|
|
1947
1943
|
默认值:PREPAID
|
|
1948
1944
|
:type InstanceChargeType: str
|
|
1949
|
-
:param _VpcId: 私有网络ID,形如vpc-xxxxxxxx
|
|
1945
|
+
:param _VpcId: 私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
|
|
1950
1946
|
:type VpcId: str
|
|
1951
|
-
:param _SubnetId: 私有网络子网ID,形如subnet-xxxxxxxx
|
|
1947
|
+
:param _SubnetId: 私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
|
|
1952
1948
|
:type SubnetId: str
|
|
1953
1949
|
:param _DBNodeSet: 实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。
|
|
1954
1950
|
可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
|
tencentcloud-sdk-python-postgres-3.0.965/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.965
|
tencentcloud-sdk-python-postgres-3.0.956/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.956
|
{tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.956 → tencentcloud-sdk-python-postgres-3.0.965}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|