tencentcloud-sdk-python-postgres 3.0.1393__tar.gz → 3.0.1398__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-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/postgres/v20170312/models.py +2 -2
  5. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1398/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1393/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1393 → tencentcloud-sdk-python-postgres-3.0.1398}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1393
3
+ Version: 3.0.1398
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
@@ -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.1393"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1398"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Postgres 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.1393'
17
+ __version__ = '3.0.1398'
@@ -4393,7 +4393,7 @@ class DBInstance(AbstractModel):
4393
4393
  :type DBInstanceId: str
4394
4394
  :param _DBInstanceName: 实例名称。
4395
4395
  :type DBInstanceName: str
4396
- :param _DBInstanceStatus: 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching(主备切换中)
4396
+ :param _DBInstanceStatus: 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching(主备切换中)、offlining(下线中)、deployment changing(可用区变更中)、cloning(恢复数据中)、parameter modifying(参数修改中)、log-switching(日志状态变更中)、restoring(恢复中)、expanding(变配中)
4397
4397
  :type DBInstanceStatus: str
4398
4398
  :param _DBInstanceMemory: 实例分配的内存大小,单位:GB
4399
4399
  :type DBInstanceMemory: int
@@ -4598,7 +4598,7 @@ mssql_compatible引擎:
4598
4598
 
4599
4599
  @property
4600
4600
  def DBInstanceStatus(self):
4601
- """实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching(主备切换中)
4601
+ """实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching(主备切换中)、offlining(下线中)、deployment changing(可用区变更中)、cloning(恢复数据中)、parameter modifying(参数修改中)、log-switching(日志状态变更中)、restoring(恢复中)、expanding(变配中)
4602
4602
  :rtype: str
4603
4603
  """
4604
4604
  return self._DBInstanceStatus
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1393
3
+ Version: 3.0.1398
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1398
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1393