tencentcloud-sdk-python-postgres 3.1.50__tar.gz → 3.1.52__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 (17) hide show
  1. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/setup.py +1 -1
  3. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/v20170312/models.py +20 -30
  5. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_postgres-3.1.52/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_postgres-3.1.50/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/README.rst +0 -0
  9. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud/postgres/v20170312/postgres_client_async.py +0 -0
  15. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.52}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.1.50
3
+ Version: 3.1.52
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<4.0.0,>=3.1.50
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.52
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.50,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.52,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Postgres SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.50'
17
+ __version__ = '3.1.52'
@@ -7720,13 +7720,11 @@ class DescribeClassesRequest(AbstractModel):
7720
7720
 
7721
7721
  def __init__(self):
7722
7722
  r"""
7723
- :param _Zone: 可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
7723
+ :param _Zone: <p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
7724
7724
  :type Zone: str
7725
- :param _DBEngine: 数据库引擎,支持:
7726
- 1、postgresql(云数据库PostgreSQL);
7727
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
7725
+ :param _DBEngine: <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
7728
7726
  :type DBEngine: str
7729
- :param _DBMajorVersion: 数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
7727
+ :param _DBMajorVersion: <p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
7730
7728
  :type DBMajorVersion: str
7731
7729
  """
7732
7730
  self._Zone = None
@@ -7735,7 +7733,7 @@ class DescribeClassesRequest(AbstractModel):
7735
7733
 
7736
7734
  @property
7737
7735
  def Zone(self):
7738
- r"""可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
7736
+ r"""<p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
7739
7737
  :rtype: str
7740
7738
  """
7741
7739
  return self._Zone
@@ -7746,9 +7744,7 @@ class DescribeClassesRequest(AbstractModel):
7746
7744
 
7747
7745
  @property
7748
7746
  def DBEngine(self):
7749
- r"""数据库引擎,支持:
7750
- 1、postgresql(云数据库PostgreSQL);
7751
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
7747
+ r"""<p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
7752
7748
  :rtype: str
7753
7749
  """
7754
7750
  return self._DBEngine
@@ -7759,7 +7755,7 @@ class DescribeClassesRequest(AbstractModel):
7759
7755
 
7760
7756
  @property
7761
7757
  def DBMajorVersion(self):
7762
- r"""数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
7758
+ r"""<p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
7763
7759
  :rtype: str
7764
7760
  """
7765
7761
  return self._DBMajorVersion
@@ -7790,7 +7786,7 @@ class DescribeClassesResponse(AbstractModel):
7790
7786
 
7791
7787
  def __init__(self):
7792
7788
  r"""
7793
- :param _ClassInfoSet: 数据库规格列表
7789
+ :param _ClassInfoSet: <p>数据库规格列表</p>
7794
7790
  :type ClassInfoSet: list of ClassInfo
7795
7791
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7796
7792
  :type RequestId: str
@@ -7800,7 +7796,7 @@ class DescribeClassesResponse(AbstractModel):
7800
7796
 
7801
7797
  @property
7802
7798
  def ClassInfoSet(self):
7803
- r"""数据库规格列表
7799
+ r"""<p>数据库规格列表</p>
7804
7800
  :rtype: list of ClassInfo
7805
7801
  """
7806
7802
  return self._ClassInfoSet
@@ -9081,7 +9077,7 @@ class DescribeDBVersionsResponse(AbstractModel):
9081
9077
 
9082
9078
  def __init__(self):
9083
9079
  r"""
9084
- :param _VersionSet: 数据库版本号信息列表
9080
+ :param _VersionSet: <p>数据库版本号信息列表</p>
9085
9081
  :type VersionSet: list of Version
9086
9082
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9087
9083
  :type RequestId: str
@@ -9091,7 +9087,7 @@ class DescribeDBVersionsResponse(AbstractModel):
9091
9087
 
9092
9088
  @property
9093
9089
  def VersionSet(self):
9094
- r"""数据库版本号信息列表
9090
+ r"""<p>数据库版本号信息列表</p>
9095
9091
  :rtype: list of Version
9096
9092
  """
9097
9093
  return self._VersionSet
@@ -10795,12 +10791,9 @@ class DescribeProductConfigRequest(AbstractModel):
10795
10791
 
10796
10792
  def __init__(self):
10797
10793
  r"""
10798
- :param _Zone: 可用区名称
10794
+ :param _Zone: <p>可用区名称</p>
10799
10795
  :type Zone: str
10800
- :param _DBEngine: 数据库引擎,支持:
10801
- 1、postgresql(云数据库PostgreSQL);
10802
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
10803
- 如不指定默认使用postgresql。
10796
+ :param _DBEngine: <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
10804
10797
  :type DBEngine: str
10805
10798
  """
10806
10799
  self._Zone = None
@@ -10808,7 +10801,7 @@ class DescribeProductConfigRequest(AbstractModel):
10808
10801
 
10809
10802
  @property
10810
10803
  def Zone(self):
10811
- r"""可用区名称
10804
+ r"""<p>可用区名称</p>
10812
10805
  :rtype: str
10813
10806
  """
10814
10807
  return self._Zone
@@ -10819,10 +10812,7 @@ class DescribeProductConfigRequest(AbstractModel):
10819
10812
 
10820
10813
  @property
10821
10814
  def DBEngine(self):
10822
- r"""数据库引擎,支持:
10823
- 1、postgresql(云数据库PostgreSQL);
10824
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
10825
- 如不指定默认使用postgresql。
10815
+ r"""<p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
10826
10816
  :rtype: str
10827
10817
  """
10828
10818
  return self._DBEngine
@@ -10852,7 +10842,7 @@ class DescribeProductConfigResponse(AbstractModel):
10852
10842
 
10853
10843
  def __init__(self):
10854
10844
  r"""
10855
- :param _SpecInfoList: 售卖规格列表。
10845
+ :param _SpecInfoList: <p>售卖规格列表。</p>
10856
10846
  :type SpecInfoList: list of SpecInfo
10857
10847
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10858
10848
  :type RequestId: str
@@ -10862,7 +10852,7 @@ class DescribeProductConfigResponse(AbstractModel):
10862
10852
 
10863
10853
  @property
10864
10854
  def SpecInfoList(self):
10865
- r"""售卖规格列表。
10855
+ r"""<p>售卖规格列表。</p>
10866
10856
  :rtype: list of SpecInfo
10867
10857
  """
10868
10858
  return self._SpecInfoList
@@ -16097,9 +16087,9 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16097
16087
 
16098
16088
  def __init__(self):
16099
16089
  r"""
16100
- :param _DBInstanceId: 处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
16090
+ :param _DBInstanceId: <p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
16101
16091
  :type DBInstanceId: str
16102
- :param _SwitchTag: 入参取值为 0 ,代表立即切换。
16092
+ :param _SwitchTag: <p>入参取值为 0 ,代表立即切换。</p>
16103
16093
  :type SwitchTag: int
16104
16094
  """
16105
16095
  self._DBInstanceId = None
@@ -16107,7 +16097,7 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16107
16097
 
16108
16098
  @property
16109
16099
  def DBInstanceId(self):
16110
- r"""处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
16100
+ r"""<p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
16111
16101
  :rtype: str
16112
16102
  """
16113
16103
  return self._DBInstanceId
@@ -16118,7 +16108,7 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16118
16108
 
16119
16109
  @property
16120
16110
  def SwitchTag(self):
16121
- r"""入参取值为 0 ,代表立即切换。
16111
+ r"""<p>入参取值为 0 ,代表立即切换。</p>
16122
16112
  :rtype: int
16123
16113
  """
16124
16114
  return self._SwitchTag
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.1.50
3
+ Version: 3.1.52
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<4.0.0,>=3.1.50
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.52
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.52
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.50