tencentcloud-sdk-python-postgres 3.0.1101__py2.py3-none-any.whl → 3.0.1103__py2.py3-none-any.whl

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/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1101'
17
+ __version__ = '3.0.1103'
@@ -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: 基础备份集ID
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: 基础备份ID。
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: 基础备份ID。
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: 参数存在主备制约,0:无主备制约关系,1:备机参数值需比主机大,2:主机参数值需比备机大
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`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.0.1101
3
+ Version: 3.0.1103
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1101)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1103)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=jfmjqWwhAZhu04TvpF76ay-HBx23KxYHnlAvr_R4msY,631
2
+ tencentcloud/postgres/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/postgres/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/postgres/v20170312/errorcodes.py,sha256=iPjoUnGlD_uOtpzHK73x0pvWxBvzEIN3HhoGj7PHMA8,21166
5
+ tencentcloud/postgres/v20170312/models.py,sha256=finRv0qGy2_Uf2auBn42KA-mImLwC3Ie7fvAxM_s9fM,476462
6
+ tencentcloud/postgres/v20170312/postgres_client.py,sha256=HeSw4TLpSsUp8r68OZbbQpPw0amhnmathz9gxHBi5O4,91035
7
+ tencentcloud_sdk_python_postgres-3.0.1103.dist-info/METADATA,sha256=nP8l62M8L-CWn8yfSkxrr29o4meXDuUO206X1BVUIsU,1517
8
+ tencentcloud_sdk_python_postgres-3.0.1103.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_postgres-3.0.1103.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_postgres-3.0.1103.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=VCCRs8mQeKM1eJQuAZ_CDgseohUIAeK6jqusf54Os-U,631
2
- tencentcloud/postgres/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/postgres/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/postgres/v20170312/errorcodes.py,sha256=iPjoUnGlD_uOtpzHK73x0pvWxBvzEIN3HhoGj7PHMA8,21166
5
- tencentcloud/postgres/v20170312/models.py,sha256=PMcrr4vBrVaLLaGfuMn_Abtb1tBvBBr-vHdH2bwgkZA,476474
6
- tencentcloud/postgres/v20170312/postgres_client.py,sha256=ZRh3m82OE7JqwrLUoVO_uKbkZl-mzCMpUGidY3Amk7A,91035
7
- tencentcloud_sdk_python_postgres-3.0.1101.dist-info/METADATA,sha256=TPJki2GVbBWuy5Y_maQx8rhjlAbykmoZm2fy98T3uTI,1517
8
- tencentcloud_sdk_python_postgres-3.0.1101.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_postgres-3.0.1101.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_postgres-3.0.1101.dist-info/RECORD,,