tencentcloud-sdk-python-postgres 3.1.50__tar.gz → 3.1.62__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.62}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/setup.py +1 -1
  3. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/v20170312/models.py +125 -30
  5. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_postgres-3.1.62/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.62}/README.rst +0 -0
  9. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud/postgres/v20170312/postgres_client_async.py +0 -0
  15. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_postgres-3.1.50 → tencentcloud_sdk_python_postgres-3.1.62}/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.62}/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.62
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.62
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.62,<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.62'
@@ -2676,6 +2676,8 @@ class CreateInstancesRequest(AbstractModel):
2676
2676
  :type NeedSupportIpv6: int
2677
2677
  :param _DeletionProtection: <p>实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。</p>
2678
2678
  :type DeletionProtection: bool
2679
+ :param _StorageType: <p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
2680
+ :type StorageType: str
2679
2681
  """
2680
2682
  self._Zone = None
2681
2683
  self._SpecCode = None
@@ -2709,6 +2711,7 @@ class CreateInstancesRequest(AbstractModel):
2709
2711
  self._SyncMode = None
2710
2712
  self._NeedSupportIpv6 = None
2711
2713
  self._DeletionProtection = None
2714
+ self._StorageType = None
2712
2715
 
2713
2716
  @property
2714
2717
  def Zone(self):
@@ -3062,6 +3065,17 @@ class CreateInstancesRequest(AbstractModel):
3062
3065
  def DeletionProtection(self, DeletionProtection):
3063
3066
  self._DeletionProtection = DeletionProtection
3064
3067
 
3068
+ @property
3069
+ def StorageType(self):
3070
+ r"""<p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
3071
+ :rtype: str
3072
+ """
3073
+ return self._StorageType
3074
+
3075
+ @StorageType.setter
3076
+ def StorageType(self, StorageType):
3077
+ self._StorageType = StorageType
3078
+
3065
3079
 
3066
3080
  def _deserialize(self, params):
3067
3081
  self._Zone = params.get("Zone")
@@ -3106,6 +3120,7 @@ class CreateInstancesRequest(AbstractModel):
3106
3120
  self._SyncMode = params.get("SyncMode")
3107
3121
  self._NeedSupportIpv6 = params.get("NeedSupportIpv6")
3108
3122
  self._DeletionProtection = params.get("DeletionProtection")
3123
+ self._StorageType = params.get("StorageType")
3109
3124
  memeber_set = set(params.keys())
3110
3125
  for name, value in vars(self).items():
3111
3126
  property_name = name[1:]
@@ -4463,6 +4478,8 @@ class DBInstance(AbstractModel):
4463
4478
  :type ExpandedCpu: int
4464
4479
  :param _DeletionProtection: <p>实例是否开启删除保护,取值如下:</p><ul><li>true:开启删除保护</li><li>false:关闭删除保护</li></ul>
4465
4480
  :type DeletionProtection: bool
4481
+ :param _DBInstanceStorageType: <p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
4482
+ :type DBInstanceStorageType: str
4466
4483
  """
4467
4484
  self._Region = None
4468
4485
  self._Zone = None
@@ -4505,6 +4522,7 @@ class DBInstance(AbstractModel):
4505
4522
  self._SupportIpv6 = None
4506
4523
  self._ExpandedCpu = None
4507
4524
  self._DeletionProtection = None
4525
+ self._DBInstanceStorageType = None
4508
4526
 
4509
4527
  @property
4510
4528
  def Region(self):
@@ -4959,6 +4977,17 @@ class DBInstance(AbstractModel):
4959
4977
  def DeletionProtection(self, DeletionProtection):
4960
4978
  self._DeletionProtection = DeletionProtection
4961
4979
 
4980
+ @property
4981
+ def DBInstanceStorageType(self):
4982
+ r"""<p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
4983
+ :rtype: str
4984
+ """
4985
+ return self._DBInstanceStorageType
4986
+
4987
+ @DBInstanceStorageType.setter
4988
+ def DBInstanceStorageType(self, DBInstanceStorageType):
4989
+ self._DBInstanceStorageType = DBInstanceStorageType
4990
+
4962
4991
 
4963
4992
  def _deserialize(self, params):
4964
4993
  self._Region = params.get("Region")
@@ -5022,6 +5051,7 @@ class DBInstance(AbstractModel):
5022
5051
  self._SupportIpv6 = params.get("SupportIpv6")
5023
5052
  self._ExpandedCpu = params.get("ExpandedCpu")
5024
5053
  self._DeletionProtection = params.get("DeletionProtection")
5054
+ self._DBInstanceStorageType = params.get("DBInstanceStorageType")
5025
5055
  memeber_set = set(params.keys())
5026
5056
  for name, value in vars(self).items():
5027
5057
  property_name = name[1:]
@@ -7720,22 +7750,23 @@ class DescribeClassesRequest(AbstractModel):
7720
7750
 
7721
7751
  def __init__(self):
7722
7752
  r"""
7723
- :param _Zone: 可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
7753
+ :param _Zone: <p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
7724
7754
  :type Zone: str
7725
- :param _DBEngine: 数据库引擎,支持:
7726
- 1、postgresql(云数据库PostgreSQL);
7727
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
7755
+ :param _DBEngine: <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
7728
7756
  :type DBEngine: str
7729
- :param _DBMajorVersion: 数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
7757
+ :param _DBMajorVersion: <p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
7730
7758
  :type DBMajorVersion: str
7759
+ :param _StorageType: <p>实例存储类型,根据存储类型返回支持的规格。</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
7760
+ :type StorageType: str
7731
7761
  """
7732
7762
  self._Zone = None
7733
7763
  self._DBEngine = None
7734
7764
  self._DBMajorVersion = None
7765
+ self._StorageType = None
7735
7766
 
7736
7767
  @property
7737
7768
  def Zone(self):
7738
- r"""可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
7769
+ r"""<p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
7739
7770
  :rtype: str
7740
7771
  """
7741
7772
  return self._Zone
@@ -7746,9 +7777,7 @@ class DescribeClassesRequest(AbstractModel):
7746
7777
 
7747
7778
  @property
7748
7779
  def DBEngine(self):
7749
- r"""数据库引擎,支持:
7750
- 1、postgresql(云数据库PostgreSQL);
7751
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
7780
+ r"""<p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
7752
7781
  :rtype: str
7753
7782
  """
7754
7783
  return self._DBEngine
@@ -7759,7 +7788,7 @@ class DescribeClassesRequest(AbstractModel):
7759
7788
 
7760
7789
  @property
7761
7790
  def DBMajorVersion(self):
7762
- r"""数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
7791
+ r"""<p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
7763
7792
  :rtype: str
7764
7793
  """
7765
7794
  return self._DBMajorVersion
@@ -7768,11 +7797,23 @@ class DescribeClassesRequest(AbstractModel):
7768
7797
  def DBMajorVersion(self, DBMajorVersion):
7769
7798
  self._DBMajorVersion = DBMajorVersion
7770
7799
 
7800
+ @property
7801
+ def StorageType(self):
7802
+ r"""<p>实例存储类型,根据存储类型返回支持的规格。</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
7803
+ :rtype: str
7804
+ """
7805
+ return self._StorageType
7806
+
7807
+ @StorageType.setter
7808
+ def StorageType(self, StorageType):
7809
+ self._StorageType = StorageType
7810
+
7771
7811
 
7772
7812
  def _deserialize(self, params):
7773
7813
  self._Zone = params.get("Zone")
7774
7814
  self._DBEngine = params.get("DBEngine")
7775
7815
  self._DBMajorVersion = params.get("DBMajorVersion")
7816
+ self._StorageType = params.get("StorageType")
7776
7817
  memeber_set = set(params.keys())
7777
7818
  for name, value in vars(self).items():
7778
7819
  property_name = name[1:]
@@ -7790,7 +7831,7 @@ class DescribeClassesResponse(AbstractModel):
7790
7831
 
7791
7832
  def __init__(self):
7792
7833
  r"""
7793
- :param _ClassInfoSet: 数据库规格列表
7834
+ :param _ClassInfoSet: <p>数据库规格列表</p>
7794
7835
  :type ClassInfoSet: list of ClassInfo
7795
7836
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7796
7837
  :type RequestId: str
@@ -7800,7 +7841,7 @@ class DescribeClassesResponse(AbstractModel):
7800
7841
 
7801
7842
  @property
7802
7843
  def ClassInfoSet(self):
7803
- r"""数据库规格列表
7844
+ r"""<p>数据库规格列表</p>
7804
7845
  :rtype: list of ClassInfo
7805
7846
  """
7806
7847
  return self._ClassInfoSet
@@ -9073,6 +9114,36 @@ class DescribeDBVersionsRequest(AbstractModel):
9073
9114
 
9074
9115
  """
9075
9116
 
9117
+ def __init__(self):
9118
+ r"""
9119
+ :param _StorageType: <p>实例存储类型,根据磁盘类型返回支持的版本</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
9120
+ :type StorageType: str
9121
+ """
9122
+ self._StorageType = None
9123
+
9124
+ @property
9125
+ def StorageType(self):
9126
+ r"""<p>实例存储类型,根据磁盘类型返回支持的版本</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
9127
+ :rtype: str
9128
+ """
9129
+ return self._StorageType
9130
+
9131
+ @StorageType.setter
9132
+ def StorageType(self, StorageType):
9133
+ self._StorageType = StorageType
9134
+
9135
+
9136
+ def _deserialize(self, params):
9137
+ self._StorageType = params.get("StorageType")
9138
+ memeber_set = set(params.keys())
9139
+ for name, value in vars(self).items():
9140
+ property_name = name[1:]
9141
+ if property_name in memeber_set:
9142
+ memeber_set.remove(property_name)
9143
+ if len(memeber_set) > 0:
9144
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9145
+
9146
+
9076
9147
 
9077
9148
  class DescribeDBVersionsResponse(AbstractModel):
9078
9149
  r"""DescribeDBVersions返回参数结构体
@@ -9081,7 +9152,7 @@ class DescribeDBVersionsResponse(AbstractModel):
9081
9152
 
9082
9153
  def __init__(self):
9083
9154
  r"""
9084
- :param _VersionSet: 数据库版本号信息列表
9155
+ :param _VersionSet: <p>数据库版本号信息列表</p>
9085
9156
  :type VersionSet: list of Version
9086
9157
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9087
9158
  :type RequestId: str
@@ -9091,7 +9162,7 @@ class DescribeDBVersionsResponse(AbstractModel):
9091
9162
 
9092
9163
  @property
9093
9164
  def VersionSet(self):
9094
- r"""数据库版本号信息列表
9165
+ r"""<p>数据库版本号信息列表</p>
9095
9166
  :rtype: list of Version
9096
9167
  """
9097
9168
  return self._VersionSet
@@ -10795,20 +10866,20 @@ class DescribeProductConfigRequest(AbstractModel):
10795
10866
 
10796
10867
  def __init__(self):
10797
10868
  r"""
10798
- :param _Zone: 可用区名称
10869
+ :param _Zone: <p>可用区名称</p>
10799
10870
  :type Zone: str
10800
- :param _DBEngine: 数据库引擎,支持:
10801
- 1、postgresql(云数据库PostgreSQL);
10802
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
10803
- 如不指定默认使用postgresql。
10871
+ :param _DBEngine: <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
10804
10872
  :type DBEngine: str
10873
+ :param _StorageType: <p>实例存储类型,根据存储类型返回支持的版本和规格</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
10874
+ :type StorageType: str
10805
10875
  """
10806
10876
  self._Zone = None
10807
10877
  self._DBEngine = None
10878
+ self._StorageType = None
10808
10879
 
10809
10880
  @property
10810
10881
  def Zone(self):
10811
- r"""可用区名称
10882
+ r"""<p>可用区名称</p>
10812
10883
  :rtype: str
10813
10884
  """
10814
10885
  return self._Zone
@@ -10819,10 +10890,7 @@ class DescribeProductConfigRequest(AbstractModel):
10819
10890
 
10820
10891
  @property
10821
10892
  def DBEngine(self):
10822
- r"""数据库引擎,支持:
10823
- 1、postgresql(云数据库PostgreSQL);
10824
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
10825
- 如不指定默认使用postgresql。
10893
+ r"""<p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
10826
10894
  :rtype: str
10827
10895
  """
10828
10896
  return self._DBEngine
@@ -10831,10 +10899,22 @@ class DescribeProductConfigRequest(AbstractModel):
10831
10899
  def DBEngine(self, DBEngine):
10832
10900
  self._DBEngine = DBEngine
10833
10901
 
10902
+ @property
10903
+ def StorageType(self):
10904
+ r"""<p>实例存储类型,根据存储类型返回支持的版本和规格</p><p>枚举值:</p><ul><li>PHYSICAL_LOCAL_SSD: 物理机本地ssd硬盘</li><li>CLOUD_PREMIUM: 高性能云硬盘</li><li>CLOUD_SSD: ssd云硬盘</li><li>CLOUD_HSSD: 增强型ssd云硬盘</li></ul><p>默认值:PHYSICAL_LOCAL_SSD</p>
10905
+ :rtype: str
10906
+ """
10907
+ return self._StorageType
10908
+
10909
+ @StorageType.setter
10910
+ def StorageType(self, StorageType):
10911
+ self._StorageType = StorageType
10912
+
10834
10913
 
10835
10914
  def _deserialize(self, params):
10836
10915
  self._Zone = params.get("Zone")
10837
10916
  self._DBEngine = params.get("DBEngine")
10917
+ self._StorageType = params.get("StorageType")
10838
10918
  memeber_set = set(params.keys())
10839
10919
  for name, value in vars(self).items():
10840
10920
  property_name = name[1:]
@@ -10852,7 +10932,7 @@ class DescribeProductConfigResponse(AbstractModel):
10852
10932
 
10853
10933
  def __init__(self):
10854
10934
  r"""
10855
- :param _SpecInfoList: 售卖规格列表。
10935
+ :param _SpecInfoList: <p>售卖规格列表。</p>
10856
10936
  :type SpecInfoList: list of SpecInfo
10857
10937
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10858
10938
  :type RequestId: str
@@ -10862,7 +10942,7 @@ class DescribeProductConfigResponse(AbstractModel):
10862
10942
 
10863
10943
  @property
10864
10944
  def SpecInfoList(self):
10865
- r"""售卖规格列表。
10945
+ r"""<p>售卖规格列表。</p>
10866
10946
  :rtype: list of SpecInfo
10867
10947
  """
10868
10948
  return self._SpecInfoList
@@ -12617,6 +12697,8 @@ class InquiryPriceCreateDBInstancesRequest(AbstractModel):
12617
12697
  :type InstanceType: str
12618
12698
  :param _DBEngine: <p>DB引擎,默认postgresql,支持如下:<br>postgresql(云数据库PostgreSQL)<br>mssql_compatible(MSSQL兼容-云数据库PostgreSQL)</p>
12619
12699
  :type DBEngine: str
12700
+ :param _StorageType: <p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
12701
+ :type StorageType: str
12620
12702
  """
12621
12703
  self._Zone = None
12622
12704
  self._SpecCode = None
@@ -12627,6 +12709,7 @@ class InquiryPriceCreateDBInstancesRequest(AbstractModel):
12627
12709
  self._InstanceChargeType = None
12628
12710
  self._InstanceType = None
12629
12711
  self._DBEngine = None
12712
+ self._StorageType = None
12630
12713
 
12631
12714
  @property
12632
12715
  def Zone(self):
@@ -12727,6 +12810,17 @@ class InquiryPriceCreateDBInstancesRequest(AbstractModel):
12727
12810
  def DBEngine(self, DBEngine):
12728
12811
  self._DBEngine = DBEngine
12729
12812
 
12813
+ @property
12814
+ def StorageType(self):
12815
+ r"""<p>实例存储类型,可选值:PHYSICAL_LOCAL_SSD:物理机本地ssd硬盘 CLOUD_PREMIUM:高性能云硬盘 CLOUD_SSD:ssd云硬盘 CLOUD_HSSD:增强型ssd云硬盘</p>
12816
+ :rtype: str
12817
+ """
12818
+ return self._StorageType
12819
+
12820
+ @StorageType.setter
12821
+ def StorageType(self, StorageType):
12822
+ self._StorageType = StorageType
12823
+
12730
12824
 
12731
12825
  def _deserialize(self, params):
12732
12826
  self._Zone = params.get("Zone")
@@ -12738,6 +12832,7 @@ class InquiryPriceCreateDBInstancesRequest(AbstractModel):
12738
12832
  self._InstanceChargeType = params.get("InstanceChargeType")
12739
12833
  self._InstanceType = params.get("InstanceType")
12740
12834
  self._DBEngine = params.get("DBEngine")
12835
+ self._StorageType = params.get("StorageType")
12741
12836
  memeber_set = set(params.keys())
12742
12837
  for name, value in vars(self).items():
12743
12838
  property_name = name[1:]
@@ -16097,9 +16192,9 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16097
16192
 
16098
16193
  def __init__(self):
16099
16194
  r"""
16100
- :param _DBInstanceId: 处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
16195
+ :param _DBInstanceId: <p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
16101
16196
  :type DBInstanceId: str
16102
- :param _SwitchTag: 入参取值为 0 ,代表立即切换。
16197
+ :param _SwitchTag: <p>入参取值为 0 ,代表立即切换。</p>
16103
16198
  :type SwitchTag: int
16104
16199
  """
16105
16200
  self._DBInstanceId = None
@@ -16107,7 +16202,7 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16107
16202
 
16108
16203
  @property
16109
16204
  def DBInstanceId(self):
16110
- r"""处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
16205
+ r"""<p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
16111
16206
  :rtype: str
16112
16207
  """
16113
16208
  return self._DBInstanceId
@@ -16118,7 +16213,7 @@ class ModifySwitchTimePeriodRequest(AbstractModel):
16118
16213
 
16119
16214
  @property
16120
16215
  def SwitchTag(self):
16121
- r"""入参取值为 0 ,代表立即切换。
16216
+ r"""<p>入参取值为 0 ,代表立即切换。</p>
16122
16217
  :rtype: int
16123
16218
  """
16124
16219
  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.62
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.62
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.62
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.50