tencentcloud-sdk-python-postgres 3.0.1102__tar.gz → 3.0.1103__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.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/postgres/v20170312/models.py +17 -17
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1103/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1102/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/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.1103"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -460,7 +460,7 @@ class BackupPlan(AbstractModel):
|
|
|
460
460
|
r"""
|
|
461
461
|
:param _BackupPeriod: 备份周期
|
|
462
462
|
:type BackupPeriod: str
|
|
463
|
-
:param _BaseBackupRetentionPeriod:
|
|
463
|
+
:param _BaseBackupRetentionPeriod: 数据备份保留时长
|
|
464
464
|
:type BaseBackupRetentionPeriod: int
|
|
465
465
|
:param _MinBackupStartTime: 开始备份的最早时间
|
|
466
466
|
:type MinBackupStartTime: str
|
|
@@ -533,13 +533,13 @@ class BackupSummary(AbstractModel):
|
|
|
533
533
|
:type LogBackupCount: int
|
|
534
534
|
:param _LogBackupSize: 实例日志备份大小。
|
|
535
535
|
:type LogBackupSize: int
|
|
536
|
-
:param _ManualBaseBackupCount:
|
|
536
|
+
:param _ManualBaseBackupCount: 手动创建的实例数据备份数量。
|
|
537
537
|
:type ManualBaseBackupCount: int
|
|
538
|
-
:param _ManualBaseBackupSize:
|
|
538
|
+
:param _ManualBaseBackupSize: 手动创建的实例数据备份大小。
|
|
539
539
|
:type ManualBaseBackupSize: int
|
|
540
|
-
:param _AutoBaseBackupCount:
|
|
540
|
+
:param _AutoBaseBackupCount: 自动创建的实例数据备份数量。
|
|
541
541
|
:type AutoBaseBackupCount: int
|
|
542
|
-
:param _AutoBaseBackupSize:
|
|
542
|
+
:param _AutoBaseBackupSize: 自动创建的实例数据备份大小。
|
|
543
543
|
:type AutoBaseBackupSize: int
|
|
544
544
|
:param _TotalBackupCount: 总备份数量
|
|
545
545
|
:type TotalBackupCount: int
|
|
@@ -650,7 +650,7 @@ class BackupSummary(AbstractModel):
|
|
|
650
650
|
|
|
651
651
|
|
|
652
652
|
class BaseBackup(AbstractModel):
|
|
653
|
-
"""
|
|
653
|
+
"""数据库数据备份信息
|
|
654
654
|
|
|
655
655
|
"""
|
|
656
656
|
|
|
@@ -1415,7 +1415,7 @@ class CreateBaseBackupResponse(AbstractModel):
|
|
|
1415
1415
|
|
|
1416
1416
|
def __init__(self):
|
|
1417
1417
|
r"""
|
|
1418
|
-
:param _BaseBackupId:
|
|
1418
|
+
:param _BaseBackupId: 数据备份集ID
|
|
1419
1419
|
:type BaseBackupId: str
|
|
1420
1420
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1421
1421
|
:type RequestId: str
|
|
@@ -4216,7 +4216,7 @@ class DeleteBaseBackupRequest(AbstractModel):
|
|
|
4216
4216
|
r"""
|
|
4217
4217
|
:param _DBInstanceId: 实例ID。
|
|
4218
4218
|
:type DBInstanceId: str
|
|
4219
|
-
:param _BaseBackupId:
|
|
4219
|
+
:param _BaseBackupId: 数据备份ID。
|
|
4220
4220
|
:type BaseBackupId: str
|
|
4221
4221
|
"""
|
|
4222
4222
|
self._DBInstanceId = None
|
|
@@ -4850,7 +4850,7 @@ class DescribeAccountsResponse(AbstractModel):
|
|
|
4850
4850
|
r"""
|
|
4851
4851
|
:param _TotalCount: 本次调用接口共返回了多少条数据。
|
|
4852
4852
|
:type TotalCount: int
|
|
4853
|
-
:param _Details:
|
|
4853
|
+
:param _Details: 账号列表详细信息。
|
|
4854
4854
|
:type Details: list of AccountInfo
|
|
4855
4855
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4856
4856
|
:type RequestId: str
|
|
@@ -5670,9 +5670,9 @@ class DescribeBaseBackupsResponse(AbstractModel):
|
|
|
5670
5670
|
|
|
5671
5671
|
def __init__(self):
|
|
5672
5672
|
r"""
|
|
5673
|
-
:param _TotalCount:
|
|
5673
|
+
:param _TotalCount: 查询到的数据备份数量。
|
|
5674
5674
|
:type TotalCount: int
|
|
5675
|
-
:param _BaseBackupSet:
|
|
5675
|
+
:param _BaseBackupSet: 数据备份详细信息列表。
|
|
5676
5676
|
:type BaseBackupSet: list of BaseBackup
|
|
5677
5677
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5678
5678
|
:type RequestId: str
|
|
@@ -10568,7 +10568,7 @@ class ModifyBaseBackupExpireTimeRequest(AbstractModel):
|
|
|
10568
10568
|
r"""
|
|
10569
10569
|
:param _DBInstanceId: 实例ID。
|
|
10570
10570
|
:type DBInstanceId: str
|
|
10571
|
-
:param _BaseBackupId:
|
|
10571
|
+
:param _BaseBackupId: 数据备份ID。
|
|
10572
10572
|
:type BaseBackupId: str
|
|
10573
10573
|
:param _NewExpireTime: 新过期时间。
|
|
10574
10574
|
:type NewExpireTime: str
|
|
@@ -12527,13 +12527,13 @@ class ParamInfo(AbstractModel):
|
|
|
12527
12527
|
:param _LastModifyTime: 参数最后一次修改时间
|
|
12528
12528
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12529
12529
|
:type LastModifyTime: str
|
|
12530
|
-
:param _StandbyRelated:
|
|
12530
|
+
:param _StandbyRelated: 参数主备制约,0:无主备制约关系,1:备机参数值需比主机大,2:主机参数值需比备机大
|
|
12531
12531
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12532
12532
|
:type StandbyRelated: int
|
|
12533
|
-
:param _VersionRelationSet:
|
|
12533
|
+
:param _VersionRelationSet: 参数版本关联信息,内容为相应内核版本下的参数详细信息
|
|
12534
12534
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12535
12535
|
:type VersionRelationSet: list of ParamVersionRelation
|
|
12536
|
-
:param _SpecRelationSet:
|
|
12536
|
+
:param _SpecRelationSet: 参数规格关联信息,内容为相应规格下的参数详细信息
|
|
12537
12537
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12538
12538
|
:type SpecRelationSet: list of ParamSpecRelation
|
|
12539
12539
|
"""
|
|
@@ -12761,7 +12761,7 @@ class ParamInfo(AbstractModel):
|
|
|
12761
12761
|
|
|
12762
12762
|
|
|
12763
12763
|
class ParamSpecRelation(AbstractModel):
|
|
12764
|
-
"""
|
|
12764
|
+
"""各规格下的参数信息
|
|
12765
12765
|
|
|
12766
12766
|
"""
|
|
12767
12767
|
|
|
@@ -12873,7 +12873,7 @@ class ParamSpecRelation(AbstractModel):
|
|
|
12873
12873
|
|
|
12874
12874
|
|
|
12875
12875
|
class ParamVersionRelation(AbstractModel):
|
|
12876
|
-
"""
|
|
12876
|
+
"""各版本下的参数信息
|
|
12877
12877
|
|
|
12878
12878
|
"""
|
|
12879
12879
|
|
|
@@ -119,7 +119,7 @@ class PostgresClient(AbstractClient):
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
def CreateBaseBackup(self, request):
|
|
122
|
-
"""本接口(CreateBaseBackup
|
|
122
|
+
"""本接口(CreateBaseBackup)用于创建实例的数据备份。
|
|
123
123
|
|
|
124
124
|
:param request: Request instance for CreateBaseBackup.
|
|
125
125
|
:type request: :class:`tencentcloud.postgres.v20170312.models.CreateBaseBackupRequest`
|
|
@@ -328,7 +328,7 @@ class PostgresClient(AbstractClient):
|
|
|
328
328
|
|
|
329
329
|
|
|
330
330
|
def DeleteBaseBackup(self, request):
|
|
331
|
-
"""本接口(DeleteBaseBackup
|
|
331
|
+
"""本接口(DeleteBaseBackup)用于删除实例指定数据备份。
|
|
332
332
|
|
|
333
333
|
:param request: Request instance for DeleteBaseBackup.
|
|
334
334
|
:type request: :class:`tencentcloud.postgres.v20170312.models.DeleteBaseBackupRequest`
|
|
@@ -650,7 +650,7 @@ class PostgresClient(AbstractClient):
|
|
|
650
650
|
|
|
651
651
|
|
|
652
652
|
def DescribeBaseBackups(self, request):
|
|
653
|
-
"""本接口(DescribeBaseBackups
|
|
653
|
+
"""本接口(DescribeBaseBackups)用于查询数据备份列表。
|
|
654
654
|
|
|
655
655
|
:param request: Request instance for DescribeBaseBackups.
|
|
656
656
|
:type request: :class:`tencentcloud.postgres.v20170312.models.DescribeBaseBackupsRequest`
|
|
@@ -1457,7 +1457,7 @@ class PostgresClient(AbstractClient):
|
|
|
1457
1457
|
|
|
1458
1458
|
|
|
1459
1459
|
def ModifyAccountRemark(self, request):
|
|
1460
|
-
"""本接口(ModifyAccountRemark
|
|
1460
|
+
"""本接口(ModifyAccountRemark)用于修改账号备注。
|
|
1461
1461
|
|
|
1462
1462
|
:param request: Request instance for ModifyAccountRemark.
|
|
1463
1463
|
:type request: :class:`tencentcloud.postgres.v20170312.models.ModifyAccountRemarkRequest`
|
|
@@ -1526,7 +1526,7 @@ class PostgresClient(AbstractClient):
|
|
|
1526
1526
|
|
|
1527
1527
|
|
|
1528
1528
|
def ModifyBaseBackupExpireTime(self, request):
|
|
1529
|
-
"""本接口(ModifyBaseBackupExpireTime
|
|
1529
|
+
"""本接口(ModifyBaseBackupExpireTime)用于修改实例指定数据备份的过期时间。
|
|
1530
1530
|
|
|
1531
1531
|
:param request: Request instance for ModifyBaseBackupExpireTime.
|
|
1532
1532
|
:type request: :class:`tencentcloud.postgres.v20170312.models.ModifyBaseBackupExpireTimeRequest`
|
tencentcloud-sdk-python-postgres-3.0.1103/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1103
|
tencentcloud-sdk-python-postgres-3.0.1102/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1102
|
{tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1102 → tencentcloud-sdk-python-postgres-3.0.1103}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|