tencentcloud-sdk-python-postgres 3.0.1394__tar.gz → 3.0.1409__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.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/setup.py +1 -1
  3. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/models.py +6 -2
  5. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-postgres-3.0.1409/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-postgres-3.0.1394/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/README.rst +0 -0
  9. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-postgres-3.0.1394 → tencentcloud-sdk-python-postgres-3.0.1409}/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.1394
3
+ Version: 3.0.1409
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.1394"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1409"],
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.1394'
17
+ __version__ = '3.0.1409'
@@ -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
@@ -7519,6 +7519,7 @@ db-instance-id:按照实例ID过滤,类型为string。
7519
7519
  db-instance-name:按照实例名过滤,类型为string。
7520
7520
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
7521
7521
  base-backup-id:按照备份集ID过滤,类型为string。
7522
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
7522
7523
  :type Filters: list of Filter
7523
7524
  :param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
7524
7525
  :type Limit: int
@@ -7566,6 +7567,7 @@ db-instance-id:按照实例ID过滤,类型为string。
7566
7567
  db-instance-name:按照实例名过滤,类型为string。
7567
7568
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
7568
7569
  base-backup-id:按照备份集ID过滤,类型为string。
7570
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
7569
7571
  :rtype: list of Filter
7570
7572
  """
7571
7573
  return self._Filters
@@ -10130,6 +10132,7 @@ class DescribeLogBackupsRequest(AbstractModel):
10130
10132
  db-instance-id:按照实例ID过滤,类型为string。
10131
10133
  db-instance-name:按照实例名过滤,类型为string。
10132
10134
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10135
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
10133
10136
  :type Filters: list of Filter
10134
10137
  :param _Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
10135
10138
  :type Limit: int
@@ -10176,6 +10179,7 @@ db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10176
10179
  db-instance-id:按照实例ID过滤,类型为string。
10177
10180
  db-instance-name:按照实例名过滤,类型为string。
10178
10181
  db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
10182
+ db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
10179
10183
  :rtype: list of Filter
10180
10184
  """
10181
10185
  return self._Filters
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1394
3
+ Version: 3.0.1409
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.1409
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1394