tencentcloud-sdk-python-postgres 3.1.49__tar.gz → 3.1.50__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.49 → tencentcloud_sdk_python_postgres-3.1.50}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/setup.py +1 -1
  3. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/v20170312/models.py +146 -292
  5. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_postgres-3.1.50/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_postgres-3.1.49/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/README.rst +0 -0
  9. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/__init__.py +0 -0
  11. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/v20170312/__init__.py +0 -0
  12. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
  14. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud/postgres/v20170312/postgres_client_async.py +0 -0
  15. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_postgres-3.1.49 → tencentcloud_sdk_python_postgres-3.1.50}/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.49
3
+ Version: 3.1.50
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.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
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.49,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.50,<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.49'
17
+ __version__ = '3.1.50'
@@ -2612,121 +2612,69 @@ class CreateInstancesRequest(AbstractModel):
2612
2612
 
2613
2613
  def __init__(self):
2614
2614
  r"""
2615
- :param _Zone: 实例所属主可用区, 如:ap-guangzhou-3;若需要支持多可用区,在DBNodeSet.N字段中进行添加主可用区和备可用区信息;
2616
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
2615
+ :param _Zone: <p>实例所属主可用区, 如:ap-guangzhou-3;若需要支持多可用区,在DBNodeSet.N字段中进行添加主可用区和备可用区信息;<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
2617
2616
  :type Zone: str
2618
- :param _SpecCode: 售卖规格码。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)的返回值中的SpecCode字段来获取。
2617
+ :param _SpecCode: <p>售卖规格码。该参数可以通过调用<a href="https://cloud.tencent.com/document/api/409/89019">DescribeClasses</a>的返回值中的SpecCode字段来获取。</p>
2619
2618
  :type SpecCode: str
2620
- :param _Storage: 实例磁盘容量大小,单位:GB。该参数的设置步长为10
2619
+ :param _Storage: <p>实例磁盘容量大小,单位:GB。该参数的设置步长为10。</p>
2621
2620
  :type Storage: int
2622
- :param _InstanceCount: 购买实例数量,取值范围:[1-10]。一次性购买支持最大数量10个,若超过该数量,可进行多次调用进行购买。
2621
+ :param _InstanceCount: <p>购买实例数量,取值范围:[1-10]。一次性购买支持最大数量10个,若超过该数量,可进行多次调用进行购买。</p>
2623
2622
  :type InstanceCount: int
2624
- :param _Period: 购买时长,单位:月。
2625
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
2626
- <li>后付费:只支持1</li>
2623
+ :param _Period: <p>购买时长,单位:月。</p><li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li><li>后付费:只支持1</li>
2627
2624
  :type Period: int
2628
- :param _Charset: 实例字符集,目前只支持:
2629
- <li> UTF8</li>
2630
- <li> LATIN1</li>
2625
+ :param _Charset: <p>实例字符集,目前只支持:</p><li> UTF8</li><li> LATIN1</li>
2631
2626
  :type Charset: str
2632
- :param _AdminName: 实例根账号用户名,具体规范如下:
2633
- <li>用户名需要1-16个字符,只能由字母、数字或下划线组成</li>
2634
- <li>不能为postgres</li>
2635
- <li>不能由数字和pg_开头</li>
2636
- <li>所有规则均不区分大小写</li>
2627
+ :param _AdminName: <p>实例根账号用户名,具体规范如下:</p><li>用户名需要1-16个字符,只能由字母、数字或下划线组成</li><li>不能为postgres</li><li>不能由数字和pg_开头</li><li>所有规则均不区分大小写</li>
2637
2628
  :type AdminName: str
2638
- :param _AdminPassword: 实例根账号用户名对应的密码,长度8 ~ 32位,推荐使用12位以上的密码;不能以" / "开头;
2639
- 必须包含以下四项,字符种类:
2640
- <li>小写字母: [a ~ z]</li>
2641
- <li>大写字母:[A ~ Z]</li>
2642
- <li>数字:0 - 9</li>
2643
- <li>特殊字符:()`~!@#$%^&*-+=_|{}[]:;'<>,.?/</li>
2629
+ :param _AdminPassword: <p>实例根账号用户名对应的密码,长度8 ~ 32位,推荐使用12位以上的密码;不能以&quot; / &quot;开头;<br>必须包含以下四项,字符种类:</p><li>小写字母: [a ~ z]</li><li>大写字母:[A ~ Z]</li><li>数字:0 - 9</li><li>特殊字符:()`~!@#$%^&amp;*-+=_|{}[]:;'&lt;&gt;,.?/</li>
2644
2630
  :type AdminPassword: str
2645
- :param _DBMajorVersion: PostgreSQL大版本号(该参数当前必传),版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。目前支持10,11,12,13,14,15这几个大版本,详情见[内核版本概述](https://cloud.tencent.com/document/product/409/67018)。
2646
- 输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
2631
+ :param _DBMajorVersion: <p>PostgreSQL大版本号(该参数当前必传),版本信息可从<a href="https://cloud.tencent.com/document/api/409/89018">DescribeDBVersions</a>获取。目前支持10,11,12,13,14,15这几个大版本,详情见<a href="https://cloud.tencent.com/document/product/409/67018">内核版本概述</a>。<br>输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。</p>
2647
2632
  :type DBMajorVersion: str
2648
- :param _DBVersion: PostgreSQL社区大版本+小版本号。
2649
- 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。
2633
+ :param _DBVersion: <p>PostgreSQL社区大版本+小版本号。<br>一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。</p>
2650
2634
  :type DBVersion: str
2651
- :param _DBKernelVersion: PostgreSQL内核版本号。
2652
- 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。
2635
+ :param _DBKernelVersion: <p>PostgreSQL内核版本号。<br>一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。</p>
2653
2636
  :type DBKernelVersion: str
2654
- :param _InstanceChargeType: 实例计费类型,目前支持:
2655
- <li>PREPAID:预付费,即包年包月</li>
2656
- <li>POSTPAID_BY_HOUR:后付费,即按量计费</li>
2657
- 默认值:PREPAID
2637
+ :param _InstanceChargeType: <p>实例计费类型,目前支持:</p><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:后付费,即按量计费</li>默认值:PREPAID
2658
2638
  :type InstanceChargeType: str
2659
- :param _VpcId: 私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
2639
+ :param _VpcId: <p>私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/1372">DescribeVpcEx</a> ,从接口返回中的unVpcId字段获取。</p>
2660
2640
  :type VpcId: str
2661
- :param _SubnetId: 私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
2641
+ :param _SubnetId: <p>私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/15784">DescribeSubnets </a>,从接口返回中的unSubnetId字段获取。</p>
2662
2642
  :type SubnetId: str
2663
- :param _DBNodeSet: 实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。
2664
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
2643
+ :param _DBNodeSet: <p>实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
2665
2644
  :type DBNodeSet: list of DBNode
2666
- :param _AutoRenewFlag: 续费标记:
2667
- <li>0:手动续费</li>
2668
- <li>1:自动续费</li>
2669
- 默认值:0
2645
+ :param _AutoRenewFlag: <p>续费标记:</p><li>0:手动续费</li><li>1:自动续费</li>默认值:0
2670
2646
  :type AutoRenewFlag: int
2671
- :param _AutoVoucher: 是否自动使用代金券:
2672
- <li>0:否</li>
2673
- <li>1:是</li>
2674
- 默认值:0
2647
+ :param _AutoVoucher: <p>是否自动使用代金券:</p><li>0:否</li><li>1:是</li>默认值:0
2675
2648
  :type AutoVoucher: int
2676
- :param _VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
2649
+ :param _VoucherIds: <p>代金券ID列表,目前仅支持指定一张代金券。</p>
2677
2650
  :type VoucherIds: list of str
2678
- :param _ProjectId: 项目ID。默认取之为0,表示归属默认项目。
2651
+ :param _ProjectId: <p>项目ID。默认取之为0,表示归属默认项目。</p>
2679
2652
  :type ProjectId: int
2680
- :param _ActivityId: 活动ID
2653
+ :param _ActivityId: <p>活动ID。</p>
2681
2654
  :type ActivityId: int
2682
- :param _Name: 实例名称,仅支持长度小于60的中文/英文/数字/"_"/"-",不指定实例名称则默认显示"未命名"。
2683
-
2655
+ :param _Name: <p>实例名称,仅支持长度小于60的中文/英文/数字/&quot;_&quot;/&quot;-&quot;,不指定实例名称则默认显示&quot;未命名&quot;。</p>
2684
2656
  :type Name: str
2685
- :param _TagList: 实例需要绑定的Tag信息,默认为空;可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
2657
+ :param _TagList: <p>实例需要绑定的Tag信息,默认为空;可以通过调用 <a href="https://cloud.tencent.com/document/api/651/35316">DescribeTags</a> 返回值中的 Tags 字段来获取。</p>
2686
2658
  :type TagList: list of Tag
2687
- :param _SecurityGroupIds: 实例所属安全组,该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
2688
-
2659
+ :param _SecurityGroupIds: <p>实例所属安全组,该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
2689
2660
  :type SecurityGroupIds: list of str
2690
- :param _NeedSupportTDE: 是否需要支持数据透明加密:
2691
- <li>0:否</li>
2692
- <li>1:是</li>
2693
- 默认值:0
2694
- 参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
2661
+ :param _NeedSupportTDE: <p>是否需要支持数据透明加密:</p><li>0:否</li><li>1:是</li>默认值:0参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
2695
2662
  :type NeedSupportTDE: int
2696
- :param _KMSKeyId: 自定义密钥的KeyId,若选择自定义密匙加密,则需要传入自定义密匙的KeyId,KeyId是CMK的唯一标识。
2697
- KeyId创建获取相关参考[开启透明数据加密](https://cloud.tencent.com/document/product/409/71749)
2663
+ :param _KMSKeyId: <p>自定义密钥的KeyId,若选择自定义密匙加密,则需要传入自定义密匙的KeyId,KeyId是CMK的唯一标识。<br>KeyId创建获取相关参考<a href="https://cloud.tencent.com/document/product/409/71749">开启透明数据加密</a></p>
2698
2664
  :type KMSKeyId: str
2699
- :param _KMSRegion: 使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
2700
- KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/document/product/409/71749)
2665
+ :param _KMSRegion: <p>使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。<br>KMSRegion相关介绍参考<a href="https://cloud.tencent.com/document/product/409/71749">开启透明数据加密</a></p>
2701
2666
  :type KMSRegion: str
2702
- :param _KMSClusterId: 指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密
2667
+ :param _KMSClusterId: <p>指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密</p>
2703
2668
  :type KMSClusterId: str
2704
- :param _DBEngine: 数据库引擎,支持:
2705
- <li>postgresql:云数据库PostgreSQL</li>
2706
- <li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>
2707
- 默认值:postgresql
2669
+ :param _DBEngine: <p>数据库引擎,支持:</p><li>postgresql:云数据库PostgreSQL</li><li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>默认值:postgresql
2708
2670
  :type DBEngine: str
2709
- :param _DBEngineConfig: 数据库引擎的配置信息,配置格式如下:
2710
- {"$key1":"$value1", "$key2":"$value2"}
2711
- 各引擎支持如下:
2712
- mssql_compatible引擎:
2713
- <li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li>
2714
- <li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
2715
- "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li>
2716
- <li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
2671
+ :param _DBEngineConfig: <p>数据库引擎的配置信息,配置格式如下:<br>{&quot;$key1&quot;:&quot;$value1&quot;, &quot;$key2&quot;:&quot;$value2&quot;}<br>各引擎支持如下:<br>mssql_compatible引擎:</p><li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li><li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:"af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li><li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
2717
2672
  :type DBEngineConfig: str
2718
- :param _SyncMode: 主从同步方式,支持:
2719
- <li>Semi-sync:半同步</li>
2720
- <li>Async:异步</li>
2721
- 主实例默认值:Semi-sync
2722
- 只读实例默认值:Async
2673
+ :param _SyncMode: <p>主从同步方式,支持: </p><li>Semi-sync:半同步</li><li>Async:异步</li>主实例默认值:Semi-sync只读实例默认值:Async
2723
2674
  :type SyncMode: str
2724
- :param _NeedSupportIpv6: 是否需要支持Ipv6
2725
- <li>0:否</li>
2726
- <li>1:是</li>
2727
- 默认值:0
2675
+ :param _NeedSupportIpv6: <p>是否需要支持Ipv6:</p><li>0:否</li><li>1:是</li>默认值:0
2728
2676
  :type NeedSupportIpv6: int
2729
- :param _DeletionProtection: 实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。
2677
+ :param _DeletionProtection: <p>实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。</p>
2730
2678
  :type DeletionProtection: bool
2731
2679
  """
2732
2680
  self._Zone = None
@@ -2764,8 +2712,7 @@ mssql_compatible引擎:
2764
2712
 
2765
2713
  @property
2766
2714
  def Zone(self):
2767
- r"""实例所属主可用区, 如:ap-guangzhou-3;若需要支持多可用区,在DBNodeSet.N字段中进行添加主可用区和备可用区信息;
2768
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
2715
+ r"""<p>实例所属主可用区, 如:ap-guangzhou-3;若需要支持多可用区,在DBNodeSet.N字段中进行添加主可用区和备可用区信息;<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
2769
2716
  :rtype: str
2770
2717
  """
2771
2718
  return self._Zone
@@ -2776,7 +2723,7 @@ mssql_compatible引擎:
2776
2723
 
2777
2724
  @property
2778
2725
  def SpecCode(self):
2779
- r"""售卖规格码。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)的返回值中的SpecCode字段来获取。
2726
+ r"""<p>售卖规格码。该参数可以通过调用<a href="https://cloud.tencent.com/document/api/409/89019">DescribeClasses</a>的返回值中的SpecCode字段来获取。</p>
2780
2727
  :rtype: str
2781
2728
  """
2782
2729
  return self._SpecCode
@@ -2787,7 +2734,7 @@ mssql_compatible引擎:
2787
2734
 
2788
2735
  @property
2789
2736
  def Storage(self):
2790
- r"""实例磁盘容量大小,单位:GB。该参数的设置步长为10
2737
+ r"""<p>实例磁盘容量大小,单位:GB。该参数的设置步长为10。</p>
2791
2738
  :rtype: int
2792
2739
  """
2793
2740
  return self._Storage
@@ -2798,7 +2745,7 @@ mssql_compatible引擎:
2798
2745
 
2799
2746
  @property
2800
2747
  def InstanceCount(self):
2801
- r"""购买实例数量,取值范围:[1-10]。一次性购买支持最大数量10个,若超过该数量,可进行多次调用进行购买。
2748
+ r"""<p>购买实例数量,取值范围:[1-10]。一次性购买支持最大数量10个,若超过该数量,可进行多次调用进行购买。</p>
2802
2749
  :rtype: int
2803
2750
  """
2804
2751
  return self._InstanceCount
@@ -2809,9 +2756,7 @@ mssql_compatible引擎:
2809
2756
 
2810
2757
  @property
2811
2758
  def Period(self):
2812
- r"""购买时长,单位:月。
2813
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
2814
- <li>后付费:只支持1</li>
2759
+ r"""<p>购买时长,单位:月。</p><li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li><li>后付费:只支持1</li>
2815
2760
  :rtype: int
2816
2761
  """
2817
2762
  return self._Period
@@ -2822,9 +2767,7 @@ mssql_compatible引擎:
2822
2767
 
2823
2768
  @property
2824
2769
  def Charset(self):
2825
- r"""实例字符集,目前只支持:
2826
- <li> UTF8</li>
2827
- <li> LATIN1</li>
2770
+ r"""<p>实例字符集,目前只支持:</p><li> UTF8</li><li> LATIN1</li>
2828
2771
  :rtype: str
2829
2772
  """
2830
2773
  return self._Charset
@@ -2835,11 +2778,7 @@ mssql_compatible引擎:
2835
2778
 
2836
2779
  @property
2837
2780
  def AdminName(self):
2838
- r"""实例根账号用户名,具体规范如下:
2839
- <li>用户名需要1-16个字符,只能由字母、数字或下划线组成</li>
2840
- <li>不能为postgres</li>
2841
- <li>不能由数字和pg_开头</li>
2842
- <li>所有规则均不区分大小写</li>
2781
+ r"""<p>实例根账号用户名,具体规范如下:</p><li>用户名需要1-16个字符,只能由字母、数字或下划线组成</li><li>不能为postgres</li><li>不能由数字和pg_开头</li><li>所有规则均不区分大小写</li>
2843
2782
  :rtype: str
2844
2783
  """
2845
2784
  return self._AdminName
@@ -2850,12 +2789,7 @@ mssql_compatible引擎:
2850
2789
 
2851
2790
  @property
2852
2791
  def AdminPassword(self):
2853
- r"""实例根账号用户名对应的密码,长度8 ~ 32位,推荐使用12位以上的密码;不能以" / "开头;
2854
- 必须包含以下四项,字符种类:
2855
- <li>小写字母: [a ~ z]</li>
2856
- <li>大写字母:[A ~ Z]</li>
2857
- <li>数字:0 - 9</li>
2858
- <li>特殊字符:()`~!@#$%^&*-+=_|{}[]:;'<>,.?/</li>
2792
+ r"""<p>实例根账号用户名对应的密码,长度8 ~ 32位,推荐使用12位以上的密码;不能以&quot; / &quot;开头;<br>必须包含以下四项,字符种类:</p><li>小写字母: [a ~ z]</li><li>大写字母:[A ~ Z]</li><li>数字:0 - 9</li><li>特殊字符:()`~!@#$%^&amp;*-+=_|{}[]:;'&lt;&gt;,.?/</li>
2859
2793
  :rtype: str
2860
2794
  """
2861
2795
  return self._AdminPassword
@@ -2866,8 +2800,7 @@ mssql_compatible引擎:
2866
2800
 
2867
2801
  @property
2868
2802
  def DBMajorVersion(self):
2869
- r"""PostgreSQL大版本号(该参数当前必传),版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。目前支持10,11,12,13,14,15这几个大版本,详情见[内核版本概述](https://cloud.tencent.com/document/product/409/67018)。
2870
- 输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
2803
+ r"""<p>PostgreSQL大版本号(该参数当前必传),版本信息可从<a href="https://cloud.tencent.com/document/api/409/89018">DescribeDBVersions</a>获取。目前支持10,11,12,13,14,15这几个大版本,详情见<a href="https://cloud.tencent.com/document/product/409/67018">内核版本概述</a>。<br>输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。</p>
2871
2804
  :rtype: str
2872
2805
  """
2873
2806
  return self._DBMajorVersion
@@ -2878,8 +2811,7 @@ mssql_compatible引擎:
2878
2811
 
2879
2812
  @property
2880
2813
  def DBVersion(self):
2881
- r"""PostgreSQL社区大版本+小版本号。
2882
- 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。
2814
+ r"""<p>PostgreSQL社区大版本+小版本号。<br>一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。</p>
2883
2815
  :rtype: str
2884
2816
  """
2885
2817
  return self._DBVersion
@@ -2890,8 +2822,7 @@ mssql_compatible引擎:
2890
2822
 
2891
2823
  @property
2892
2824
  def DBKernelVersion(self):
2893
- r"""PostgreSQL内核版本号。
2894
- 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。
2825
+ r"""<p>PostgreSQL内核版本号。<br>一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。</p>
2895
2826
  :rtype: str
2896
2827
  """
2897
2828
  return self._DBKernelVersion
@@ -2902,10 +2833,7 @@ mssql_compatible引擎:
2902
2833
 
2903
2834
  @property
2904
2835
  def InstanceChargeType(self):
2905
- r"""实例计费类型,目前支持:
2906
- <li>PREPAID:预付费,即包年包月</li>
2907
- <li>POSTPAID_BY_HOUR:后付费,即按量计费</li>
2908
- 默认值:PREPAID
2836
+ r"""<p>实例计费类型,目前支持:</p><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:后付费,即按量计费</li>默认值:PREPAID
2909
2837
  :rtype: str
2910
2838
  """
2911
2839
  return self._InstanceChargeType
@@ -2916,7 +2844,7 @@ mssql_compatible引擎:
2916
2844
 
2917
2845
  @property
2918
2846
  def VpcId(self):
2919
- r"""私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
2847
+ r"""<p>私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/1372">DescribeVpcEx</a> ,从接口返回中的unVpcId字段获取。</p>
2920
2848
  :rtype: str
2921
2849
  """
2922
2850
  return self._VpcId
@@ -2927,7 +2855,7 @@ mssql_compatible引擎:
2927
2855
 
2928
2856
  @property
2929
2857
  def SubnetId(self):
2930
- r"""私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
2858
+ r"""<p>私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/15784">DescribeSubnets </a>,从接口返回中的unSubnetId字段获取。</p>
2931
2859
  :rtype: str
2932
2860
  """
2933
2861
  return self._SubnetId
@@ -2938,8 +2866,7 @@ mssql_compatible引擎:
2938
2866
 
2939
2867
  @property
2940
2868
  def DBNodeSet(self):
2941
- r"""实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。
2942
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
2869
+ r"""<p>实例节点部署信息,支持多可用区部署时需要指定每个节点的部署可用区信息。<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
2943
2870
  :rtype: list of DBNode
2944
2871
  """
2945
2872
  return self._DBNodeSet
@@ -2950,10 +2877,7 @@ mssql_compatible引擎:
2950
2877
 
2951
2878
  @property
2952
2879
  def AutoRenewFlag(self):
2953
- r"""续费标记:
2954
- <li>0:手动续费</li>
2955
- <li>1:自动续费</li>
2956
- 默认值:0
2880
+ r"""<p>续费标记:</p><li>0:手动续费</li><li>1:自动续费</li>默认值:0
2957
2881
  :rtype: int
2958
2882
  """
2959
2883
  return self._AutoRenewFlag
@@ -2964,10 +2888,7 @@ mssql_compatible引擎:
2964
2888
 
2965
2889
  @property
2966
2890
  def AutoVoucher(self):
2967
- r"""是否自动使用代金券:
2968
- <li>0:否</li>
2969
- <li>1:是</li>
2970
- 默认值:0
2891
+ r"""<p>是否自动使用代金券:</p><li>0:否</li><li>1:是</li>默认值:0
2971
2892
  :rtype: int
2972
2893
  """
2973
2894
  return self._AutoVoucher
@@ -2978,7 +2899,7 @@ mssql_compatible引擎:
2978
2899
 
2979
2900
  @property
2980
2901
  def VoucherIds(self):
2981
- r"""代金券ID列表,目前仅支持指定一张代金券。
2902
+ r"""<p>代金券ID列表,目前仅支持指定一张代金券。</p>
2982
2903
  :rtype: list of str
2983
2904
  """
2984
2905
  return self._VoucherIds
@@ -2989,7 +2910,7 @@ mssql_compatible引擎:
2989
2910
 
2990
2911
  @property
2991
2912
  def ProjectId(self):
2992
- r"""项目ID。默认取之为0,表示归属默认项目。
2913
+ r"""<p>项目ID。默认取之为0,表示归属默认项目。</p>
2993
2914
  :rtype: int
2994
2915
  """
2995
2916
  return self._ProjectId
@@ -3000,7 +2921,7 @@ mssql_compatible引擎:
3000
2921
 
3001
2922
  @property
3002
2923
  def ActivityId(self):
3003
- r"""活动ID
2924
+ r"""<p>活动ID。</p>
3004
2925
  :rtype: int
3005
2926
  """
3006
2927
  return self._ActivityId
@@ -3011,8 +2932,7 @@ mssql_compatible引擎:
3011
2932
 
3012
2933
  @property
3013
2934
  def Name(self):
3014
- r"""实例名称,仅支持长度小于60的中文/英文/数字/"_"/"-",不指定实例名称则默认显示"未命名"。
3015
-
2935
+ r"""<p>实例名称,仅支持长度小于60的中文/英文/数字/&quot;_&quot;/&quot;-&quot;,不指定实例名称则默认显示&quot;未命名&quot;。</p>
3016
2936
  :rtype: str
3017
2937
  """
3018
2938
  return self._Name
@@ -3023,7 +2943,7 @@ mssql_compatible引擎:
3023
2943
 
3024
2944
  @property
3025
2945
  def TagList(self):
3026
- r"""实例需要绑定的Tag信息,默认为空;可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
2946
+ r"""<p>实例需要绑定的Tag信息,默认为空;可以通过调用 <a href="https://cloud.tencent.com/document/api/651/35316">DescribeTags</a> 返回值中的 Tags 字段来获取。</p>
3027
2947
  :rtype: list of Tag
3028
2948
  """
3029
2949
  return self._TagList
@@ -3034,8 +2954,7 @@ mssql_compatible引擎:
3034
2954
 
3035
2955
  @property
3036
2956
  def SecurityGroupIds(self):
3037
- r"""实例所属安全组,该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
3038
-
2957
+ r"""<p>实例所属安全组,该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
3039
2958
  :rtype: list of str
3040
2959
  """
3041
2960
  return self._SecurityGroupIds
@@ -3046,11 +2965,7 @@ mssql_compatible引擎:
3046
2965
 
3047
2966
  @property
3048
2967
  def NeedSupportTDE(self):
3049
- r"""是否需要支持数据透明加密:
3050
- <li>0:否</li>
3051
- <li>1:是</li>
3052
- 默认值:0
3053
- 参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
2968
+ r"""<p>是否需要支持数据透明加密:</p><li>0:否</li><li>1:是</li>默认值:0参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
3054
2969
  :rtype: int
3055
2970
  """
3056
2971
  return self._NeedSupportTDE
@@ -3061,8 +2976,7 @@ mssql_compatible引擎:
3061
2976
 
3062
2977
  @property
3063
2978
  def KMSKeyId(self):
3064
- r"""自定义密钥的KeyId,若选择自定义密匙加密,则需要传入自定义密匙的KeyId,KeyId是CMK的唯一标识。
3065
- KeyId创建获取相关参考[开启透明数据加密](https://cloud.tencent.com/document/product/409/71749)
2979
+ r"""<p>自定义密钥的KeyId,若选择自定义密匙加密,则需要传入自定义密匙的KeyId,KeyId是CMK的唯一标识。<br>KeyId创建获取相关参考<a href="https://cloud.tencent.com/document/product/409/71749">开启透明数据加密</a></p>
3066
2980
  :rtype: str
3067
2981
  """
3068
2982
  return self._KMSKeyId
@@ -3073,8 +2987,7 @@ KeyId创建获取相关参考[开启透明数据加密](https://cloud.tencent.co
3073
2987
 
3074
2988
  @property
3075
2989
  def KMSRegion(self):
3076
- r"""使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
3077
- KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/document/product/409/71749)
2990
+ r"""<p>使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。<br>KMSRegion相关介绍参考<a href="https://cloud.tencent.com/document/product/409/71749">开启透明数据加密</a></p>
3078
2991
  :rtype: str
3079
2992
  """
3080
2993
  return self._KMSRegion
@@ -3085,7 +2998,7 @@ KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/
3085
2998
 
3086
2999
  @property
3087
3000
  def KMSClusterId(self):
3088
- r"""指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密
3001
+ r"""<p>指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密</p>
3089
3002
  :rtype: str
3090
3003
  """
3091
3004
  return self._KMSClusterId
@@ -3096,10 +3009,7 @@ KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/
3096
3009
 
3097
3010
  @property
3098
3011
  def DBEngine(self):
3099
- r"""数据库引擎,支持:
3100
- <li>postgresql:云数据库PostgreSQL</li>
3101
- <li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>
3102
- 默认值:postgresql
3012
+ r"""<p>数据库引擎,支持:</p><li>postgresql:云数据库PostgreSQL</li><li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>默认值:postgresql
3103
3013
  :rtype: str
3104
3014
  """
3105
3015
  return self._DBEngine
@@ -3110,14 +3020,7 @@ KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/
3110
3020
 
3111
3021
  @property
3112
3022
  def DBEngineConfig(self):
3113
- r"""数据库引擎的配置信息,配置格式如下:
3114
- {"$key1":"$value1", "$key2":"$value2"}
3115
- 各引擎支持如下:
3116
- mssql_compatible引擎:
3117
- <li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li>
3118
- <li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
3119
- "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li>
3120
- <li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
3023
+ r"""<p>数据库引擎的配置信息,配置格式如下:<br>{&quot;$key1&quot;:&quot;$value1&quot;, &quot;$key2&quot;:&quot;$value2&quot;}<br>各引擎支持如下:<br>mssql_compatible引擎:</p><li>migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。</li><li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:"af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li><li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
3121
3024
  :rtype: str
3122
3025
  """
3123
3026
  return self._DBEngineConfig
@@ -3128,11 +3031,7 @@ mssql_compatible引擎:
3128
3031
 
3129
3032
  @property
3130
3033
  def SyncMode(self):
3131
- r"""主从同步方式,支持:
3132
- <li>Semi-sync:半同步</li>
3133
- <li>Async:异步</li>
3134
- 主实例默认值:Semi-sync
3135
- 只读实例默认值:Async
3034
+ r"""<p>主从同步方式,支持: </p><li>Semi-sync:半同步</li><li>Async:异步</li>主实例默认值:Semi-sync只读实例默认值:Async
3136
3035
  :rtype: str
3137
3036
  """
3138
3037
  return self._SyncMode
@@ -3143,10 +3042,7 @@ mssql_compatible引擎:
3143
3042
 
3144
3043
  @property
3145
3044
  def NeedSupportIpv6(self):
3146
- r"""是否需要支持Ipv6
3147
- <li>0:否</li>
3148
- <li>1:是</li>
3149
- 默认值:0
3045
+ r"""<p>是否需要支持Ipv6:</p><li>0:否</li><li>1:是</li>默认值:0
3150
3046
  :rtype: int
3151
3047
  """
3152
3048
  return self._NeedSupportIpv6
@@ -3157,7 +3053,7 @@ mssql_compatible引擎:
3157
3053
 
3158
3054
  @property
3159
3055
  def DeletionProtection(self):
3160
- r"""实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。
3056
+ r"""<p>实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。</p>
3161
3057
  :rtype: bool
3162
3058
  """
3163
3059
  return self._DeletionProtection
@@ -3227,11 +3123,11 @@ class CreateInstancesResponse(AbstractModel):
3227
3123
 
3228
3124
  def __init__(self):
3229
3125
  r"""
3230
- :param _DealNames: 订单号列表。每个实例对应一个订单号。
3126
+ :param _DealNames: <p>订单号列表。每个实例对应一个订单号。</p>
3231
3127
  :type DealNames: list of str
3232
- :param _BillId: 冻结流水号。
3128
+ :param _BillId: <p>冻结流水号。</p>
3233
3129
  :type BillId: str
3234
- :param _DBInstanceIdSet: 创建成功的实例ID集合,只在后付费情景下有返回值。
3130
+ :param _DBInstanceIdSet: <p>创建成功的实例ID集合,只在后付费情景下有返回值。</p>
3235
3131
  :type DBInstanceIdSet: list of str
3236
3132
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3237
3133
  :type RequestId: str
@@ -3243,7 +3139,7 @@ class CreateInstancesResponse(AbstractModel):
3243
3139
 
3244
3140
  @property
3245
3141
  def DealNames(self):
3246
- r"""订单号列表。每个实例对应一个订单号。
3142
+ r"""<p>订单号列表。每个实例对应一个订单号。</p>
3247
3143
  :rtype: list of str
3248
3144
  """
3249
3145
  return self._DealNames
@@ -3254,7 +3150,7 @@ class CreateInstancesResponse(AbstractModel):
3254
3150
 
3255
3151
  @property
3256
3152
  def BillId(self):
3257
- r"""冻结流水号。
3153
+ r"""<p>冻结流水号。</p>
3258
3154
  :rtype: str
3259
3155
  """
3260
3156
  return self._BillId
@@ -3265,7 +3161,7 @@ class CreateInstancesResponse(AbstractModel):
3265
3161
 
3266
3162
  @property
3267
3163
  def DBInstanceIdSet(self):
3268
- r"""创建成功的实例ID集合,只在后付费情景下有返回值。
3164
+ r"""<p>创建成功的实例ID集合,只在后付费情景下有返回值。</p>
3269
3165
  :rtype: list of str
3270
3166
  """
3271
3167
  return self._DBInstanceIdSet
@@ -3424,65 +3320,49 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3424
3320
 
3425
3321
  def __init__(self):
3426
3322
  r"""
3427
- :param _Zone: 实例所属主可用区, 如:ap-guangzhou-3
3428
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
3323
+ :param _Zone: <p>实例所属主可用区, 如:ap-guangzhou-3;<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
3429
3324
  :type Zone: str
3430
- :param _MasterDBInstanceId: 只读实例的主实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
3325
+ :param _MasterDBInstanceId: <p>只读实例的主实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
3431
3326
  :type MasterDBInstanceId: str
3432
- :param _SpecCode: 售卖规格码。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)的返回值中的SpecCode字段来获取。
3327
+ :param _SpecCode: <p>售卖规格码。该参数可以通过调用<a href="https://cloud.tencent.com/document/api/409/89019">DescribeClasses</a>的返回值中的SpecCode字段来获取。</p>
3433
3328
  :type SpecCode: str
3434
- :param _Storage: 实例硬盘容量大小,单位:GB。该参数的设置步长为10
3329
+ :param _Storage: <p>实例硬盘容量大小,单位:GB。该参数的设置步长为10。</p>
3435
3330
  :type Storage: int
3436
- :param _InstanceCount: 购买实例数量,取值范围:[1-6]。购买支持最大数量6个。
3331
+ :param _InstanceCount: <p>购买实例数量,取值范围:[1-6]。购买支持最大数量6个。</p>
3437
3332
  :type InstanceCount: int
3438
- :param _Period: 购买时长,单位:月。
3439
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
3440
- <li>后付费:只支持1</li>
3333
+ :param _Period: <p>购买时长,单位:月。</p><li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li><li>后付费:只支持1</li>
3441
3334
  :type Period: int
3442
- :param _VpcId: 私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
3335
+ :param _VpcId: <p>私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/1372">DescribeVpcEx</a> ,从接口返回中的unVpcId字段获取。</p>
3443
3336
  :type VpcId: str
3444
- :param _SubnetId: 私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
3337
+ :param _SubnetId: <p>私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/15784">DescribeSubnets </a>,从接口返回中的unSubnetId字段获取。</p>
3445
3338
  :type SubnetId: str
3446
- :param _InstanceChargeType: 实例计费类型,目前支持:
3447
- <li>PREPAID:预付费,即包年包月。</li>
3448
- <li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>
3449
- 默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。
3339
+ :param _InstanceChargeType: <p>实例计费类型,目前支持:</p><li>PREPAID:预付费,即包年包月。</li><li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。
3450
3340
  :type InstanceChargeType: str
3451
- :param _AutoVoucher: 是否自动使用代金券:
3452
- <li>0:否</li>
3453
- <li>1:是</li>
3454
- 默认值:0
3341
+ :param _AutoVoucher: <p>是否自动使用代金券:</p><li>0:否</li><li>1:是</li>默认值:0
3455
3342
  :type AutoVoucher: int
3456
- :param _VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
3343
+ :param _VoucherIds: <p>代金券ID列表,目前仅支持指定一张代金券。</p>
3457
3344
  :type VoucherIds: list of str
3458
- :param _AutoRenewFlag: 续费标记:
3459
- <li>0:手动续费</li>
3460
- <li>1:自动续费</li>
3461
- 默认值:0
3345
+ :param _AutoRenewFlag: <p>续费标记:</p><li>0:手动续费</li><li>1:自动续费</li>默认值:0
3462
3346
  :type AutoRenewFlag: int
3463
- :param _ProjectId: 项目ID。默认值为0,表示归属默认项目。
3347
+ :param _ProjectId: <p>项目ID。默认值为0,表示归属默认项目。</p>
3464
3348
  :type ProjectId: int
3465
- :param _ActivityId: 优惠活动ID
3349
+ :param _ActivityId: <p>优惠活动ID</p>
3466
3350
  :type ActivityId: int
3467
- :param _ReadOnlyGroupId: 只读组ID
3351
+ :param _ReadOnlyGroupId: <p>只读组ID。</p>
3468
3352
  :type ReadOnlyGroupId: str
3469
- :param _TagList: 实例需要绑定的Tag信息,默认为空;可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
3353
+ :param _TagList: <p>实例需要绑定的Tag信息,默认为空;可以通过调用 <a href="https://cloud.tencent.com/document/api/651/35316">DescribeTags</a> 返回值中的 Tags 字段来获取。</p>
3470
3354
  :type TagList: :class:`tencentcloud.postgres.v20170312.models.Tag`
3471
- :param _SecurityGroupIds: 实例所属安全组,该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
3472
-
3355
+ :param _SecurityGroupIds: <p>实例所属安全组,该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
3473
3356
  :type SecurityGroupIds: list of str
3474
- :param _NeedSupportIpv6: 是否需要支持Ipv6
3475
- <li>0:否</li>
3476
- <li>1:是</li>
3477
- 默认值:0
3357
+ :param _NeedSupportIpv6: <p>是否需要支持Ipv6:</p><li>0:否</li><li>1:是</li>默认值:0
3478
3358
  :type NeedSupportIpv6: int
3479
- :param _Name: 实例名。仅支持长度小于60的中文/英文/数字/"_"/"-"
3359
+ :param _Name: <p>实例名。仅支持长度小于60的中文/英文/数字/&quot;_&quot;/&quot;-&quot;</p>
3480
3360
  :type Name: str
3481
- :param _DBVersion: 不再需要指定,内核版本号与主实例保持一致
3361
+ :param _DBVersion: <p>不再需要指定,内核版本号与主实例保持一致</p>
3482
3362
  :type DBVersion: str
3483
- :param _DedicatedClusterId: 专属集群ID
3363
+ :param _DedicatedClusterId: <p>专属集群ID</p>
3484
3364
  :type DedicatedClusterId: str
3485
- :param _DeletionProtection: 实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。
3365
+ :param _DeletionProtection: <p>实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。</p>
3486
3366
  :type DeletionProtection: bool
3487
3367
  """
3488
3368
  self._Zone = None
@@ -3510,8 +3390,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3510
3390
 
3511
3391
  @property
3512
3392
  def Zone(self):
3513
- r"""实例所属主可用区, 如:ap-guangzhou-3
3514
- 可用区信息可以通过调用 [DescribeZones](https://cloud.tencent.com/document/api/409/16769) 接口的返回值中的Zone字段来获取。
3393
+ r"""<p>实例所属主可用区, 如:ap-guangzhou-3;<br>可用区信息可以通过调用 <a href="https://cloud.tencent.com/document/api/409/16769">DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
3515
3394
  :rtype: str
3516
3395
  """
3517
3396
  return self._Zone
@@ -3522,7 +3401,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3522
3401
 
3523
3402
  @property
3524
3403
  def MasterDBInstanceId(self):
3525
- r"""只读实例的主实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
3404
+ r"""<p>只读实例的主实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
3526
3405
  :rtype: str
3527
3406
  """
3528
3407
  return self._MasterDBInstanceId
@@ -3533,7 +3412,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3533
3412
 
3534
3413
  @property
3535
3414
  def SpecCode(self):
3536
- r"""售卖规格码。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)的返回值中的SpecCode字段来获取。
3415
+ r"""<p>售卖规格码。该参数可以通过调用<a href="https://cloud.tencent.com/document/api/409/89019">DescribeClasses</a>的返回值中的SpecCode字段来获取。</p>
3537
3416
  :rtype: str
3538
3417
  """
3539
3418
  return self._SpecCode
@@ -3544,7 +3423,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3544
3423
 
3545
3424
  @property
3546
3425
  def Storage(self):
3547
- r"""实例硬盘容量大小,单位:GB。该参数的设置步长为10
3426
+ r"""<p>实例硬盘容量大小,单位:GB。该参数的设置步长为10。</p>
3548
3427
  :rtype: int
3549
3428
  """
3550
3429
  return self._Storage
@@ -3555,7 +3434,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3555
3434
 
3556
3435
  @property
3557
3436
  def InstanceCount(self):
3558
- r"""购买实例数量,取值范围:[1-6]。购买支持最大数量6个。
3437
+ r"""<p>购买实例数量,取值范围:[1-6]。购买支持最大数量6个。</p>
3559
3438
  :rtype: int
3560
3439
  """
3561
3440
  return self._InstanceCount
@@ -3566,9 +3445,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3566
3445
 
3567
3446
  @property
3568
3447
  def Period(self):
3569
- r"""购买时长,单位:月。
3570
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
3571
- <li>后付费:只支持1</li>
3448
+ r"""<p>购买时长,单位:月。</p><li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li><li>后付费:只支持1</li>
3572
3449
  :rtype: int
3573
3450
  """
3574
3451
  return self._Period
@@ -3579,7 +3456,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3579
3456
 
3580
3457
  @property
3581
3458
  def VpcId(self):
3582
- r"""私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
3459
+ r"""<p>私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/1372">DescribeVpcEx</a> ,从接口返回中的unVpcId字段获取。</p>
3583
3460
  :rtype: str
3584
3461
  """
3585
3462
  return self._VpcId
@@ -3590,7 +3467,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3590
3467
 
3591
3468
  @property
3592
3469
  def SubnetId(self):
3593
- r"""私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
3470
+ r"""<p>私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 <a href="https://cloud.tencent.com/document/api/215/15784">DescribeSubnets </a>,从接口返回中的unSubnetId字段获取。</p>
3594
3471
  :rtype: str
3595
3472
  """
3596
3473
  return self._SubnetId
@@ -3601,10 +3478,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3601
3478
 
3602
3479
  @property
3603
3480
  def InstanceChargeType(self):
3604
- r"""实例计费类型,目前支持:
3605
- <li>PREPAID:预付费,即包年包月。</li>
3606
- <li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>
3607
- 默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。
3481
+ r"""<p>实例计费类型,目前支持:</p><li>PREPAID:预付费,即包年包月。</li><li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。
3608
3482
  :rtype: str
3609
3483
  """
3610
3484
  return self._InstanceChargeType
@@ -3615,10 +3489,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3615
3489
 
3616
3490
  @property
3617
3491
  def AutoVoucher(self):
3618
- r"""是否自动使用代金券:
3619
- <li>0:否</li>
3620
- <li>1:是</li>
3621
- 默认值:0
3492
+ r"""<p>是否自动使用代金券:</p><li>0:否</li><li>1:是</li>默认值:0
3622
3493
  :rtype: int
3623
3494
  """
3624
3495
  return self._AutoVoucher
@@ -3629,7 +3500,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3629
3500
 
3630
3501
  @property
3631
3502
  def VoucherIds(self):
3632
- r"""代金券ID列表,目前仅支持指定一张代金券。
3503
+ r"""<p>代金券ID列表,目前仅支持指定一张代金券。</p>
3633
3504
  :rtype: list of str
3634
3505
  """
3635
3506
  return self._VoucherIds
@@ -3640,10 +3511,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3640
3511
 
3641
3512
  @property
3642
3513
  def AutoRenewFlag(self):
3643
- r"""续费标记:
3644
- <li>0:手动续费</li>
3645
- <li>1:自动续费</li>
3646
- 默认值:0
3514
+ r"""<p>续费标记:</p><li>0:手动续费</li><li>1:自动续费</li>默认值:0
3647
3515
  :rtype: int
3648
3516
  """
3649
3517
  return self._AutoRenewFlag
@@ -3654,7 +3522,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3654
3522
 
3655
3523
  @property
3656
3524
  def ProjectId(self):
3657
- r"""项目ID。默认值为0,表示归属默认项目。
3525
+ r"""<p>项目ID。默认值为0,表示归属默认项目。</p>
3658
3526
  :rtype: int
3659
3527
  """
3660
3528
  return self._ProjectId
@@ -3665,7 +3533,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3665
3533
 
3666
3534
  @property
3667
3535
  def ActivityId(self):
3668
- r"""优惠活动ID
3536
+ r"""<p>优惠活动ID</p>
3669
3537
  :rtype: int
3670
3538
  """
3671
3539
  return self._ActivityId
@@ -3676,7 +3544,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3676
3544
 
3677
3545
  @property
3678
3546
  def ReadOnlyGroupId(self):
3679
- r"""只读组ID
3547
+ r"""<p>只读组ID。</p>
3680
3548
  :rtype: str
3681
3549
  """
3682
3550
  return self._ReadOnlyGroupId
@@ -3687,7 +3555,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3687
3555
 
3688
3556
  @property
3689
3557
  def TagList(self):
3690
- r"""实例需要绑定的Tag信息,默认为空;可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
3558
+ r"""<p>实例需要绑定的Tag信息,默认为空;可以通过调用 <a href="https://cloud.tencent.com/document/api/651/35316">DescribeTags</a> 返回值中的 Tags 字段来获取。</p>
3691
3559
  :rtype: :class:`tencentcloud.postgres.v20170312.models.Tag`
3692
3560
  """
3693
3561
  return self._TagList
@@ -3698,8 +3566,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3698
3566
 
3699
3567
  @property
3700
3568
  def SecurityGroupIds(self):
3701
- r"""实例所属安全组,该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。
3702
-
3569
+ r"""<p>实例所属安全组,该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。</p>
3703
3570
  :rtype: list of str
3704
3571
  """
3705
3572
  return self._SecurityGroupIds
@@ -3710,10 +3577,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3710
3577
 
3711
3578
  @property
3712
3579
  def NeedSupportIpv6(self):
3713
- r"""是否需要支持Ipv6
3714
- <li>0:否</li>
3715
- <li>1:是</li>
3716
- 默认值:0
3580
+ r"""<p>是否需要支持Ipv6:</p><li>0:否</li><li>1:是</li>默认值:0
3717
3581
  :rtype: int
3718
3582
  """
3719
3583
  return self._NeedSupportIpv6
@@ -3724,7 +3588,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3724
3588
 
3725
3589
  @property
3726
3590
  def Name(self):
3727
- r"""实例名。仅支持长度小于60的中文/英文/数字/"_"/"-"
3591
+ r"""<p>实例名。仅支持长度小于60的中文/英文/数字/&quot;_&quot;/&quot;-&quot;</p>
3728
3592
  :rtype: str
3729
3593
  """
3730
3594
  return self._Name
@@ -3737,7 +3601,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3737
3601
  def DBVersion(self):
3738
3602
  warnings.warn("parameter `DBVersion` is deprecated", DeprecationWarning)
3739
3603
 
3740
- r"""不再需要指定,内核版本号与主实例保持一致
3604
+ r"""<p>不再需要指定,内核版本号与主实例保持一致</p>
3741
3605
  :rtype: str
3742
3606
  """
3743
3607
  return self._DBVersion
@@ -3750,7 +3614,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3750
3614
 
3751
3615
  @property
3752
3616
  def DedicatedClusterId(self):
3753
- r"""专属集群ID
3617
+ r"""<p>专属集群ID</p>
3754
3618
  :rtype: str
3755
3619
  """
3756
3620
  return self._DedicatedClusterId
@@ -3761,7 +3625,7 @@ class CreateReadOnlyDBInstanceRequest(AbstractModel):
3761
3625
 
3762
3626
  @property
3763
3627
  def DeletionProtection(self):
3764
- r"""实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。
3628
+ r"""<p>实例是否开启删除保护: true-开启删除保护;false-关闭删除保护。</p>
3765
3629
  :rtype: bool
3766
3630
  """
3767
3631
  return self._DeletionProtection
@@ -3813,13 +3677,13 @@ class CreateReadOnlyDBInstanceResponse(AbstractModel):
3813
3677
 
3814
3678
  def __init__(self):
3815
3679
  r"""
3816
- :param _DealNames: 订单号列表。每个实例对应一个订单号
3680
+ :param _DealNames: <p>订单号列表。每个实例对应一个订单号</p>
3817
3681
  :type DealNames: list of str
3818
- :param _BillId: 冻结流水号
3682
+ :param _BillId: <p>冻结流水号</p>
3819
3683
  :type BillId: str
3820
- :param _DBInstanceIdSet: 创建成功的实例ID集合,只在后付费情景下有返回值
3684
+ :param _DBInstanceIdSet: <p>创建成功的实例ID集合,只在后付费情景下有返回值</p>
3821
3685
  :type DBInstanceIdSet: list of str
3822
- :param _BillingParameters: 入参有BillingParameters值时,出参才有值,值为商品下单的参数。
3686
+ :param _BillingParameters: <p>入参有BillingParameters值时,出参才有值,值为商品下单的参数。</p>
3823
3687
  :type BillingParameters: str
3824
3688
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3825
3689
  :type RequestId: str
@@ -3832,7 +3696,7 @@ class CreateReadOnlyDBInstanceResponse(AbstractModel):
3832
3696
 
3833
3697
  @property
3834
3698
  def DealNames(self):
3835
- r"""订单号列表。每个实例对应一个订单号
3699
+ r"""<p>订单号列表。每个实例对应一个订单号</p>
3836
3700
  :rtype: list of str
3837
3701
  """
3838
3702
  return self._DealNames
@@ -3843,7 +3707,7 @@ class CreateReadOnlyDBInstanceResponse(AbstractModel):
3843
3707
 
3844
3708
  @property
3845
3709
  def BillId(self):
3846
- r"""冻结流水号
3710
+ r"""<p>冻结流水号</p>
3847
3711
  :rtype: str
3848
3712
  """
3849
3713
  return self._BillId
@@ -3854,7 +3718,7 @@ class CreateReadOnlyDBInstanceResponse(AbstractModel):
3854
3718
 
3855
3719
  @property
3856
3720
  def DBInstanceIdSet(self):
3857
- r"""创建成功的实例ID集合,只在后付费情景下有返回值
3721
+ r"""<p>创建成功的实例ID集合,只在后付费情景下有返回值</p>
3858
3722
  :rtype: list of str
3859
3723
  """
3860
3724
  return self._DBInstanceIdSet
@@ -3865,7 +3729,7 @@ class CreateReadOnlyDBInstanceResponse(AbstractModel):
3865
3729
 
3866
3730
  @property
3867
3731
  def BillingParameters(self):
3868
- r"""入参有BillingParameters值时,出参才有值,值为商品下单的参数。
3732
+ r"""<p>入参有BillingParameters值时,出参才有值,值为商品下单的参数。</p>
3869
3733
  :rtype: str
3870
3734
  """
3871
3735
  return self._BillingParameters
@@ -12735,28 +12599,23 @@ class InquiryPriceCreateDBInstancesRequest(AbstractModel):
12735
12599
 
12736
12600
  def __init__(self):
12737
12601
  r"""
12738
- :param _Zone: 可用区名称。该参数可以通过调用[ DescribeZones](https://cloud.tencent.com/document/product/409/16769) 接口的返回值中的Zone字段来获取。
12602
+ :param _Zone: <p>可用区名称。该参数可以通过调用<a href="https://cloud.tencent.com/document/product/409/16769"> DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
12739
12603
  :type Zone: str
12740
- :param _SpecCode: 规格ID。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/product/409/89019)接口的返回值中的SpecCode字段来获取。
12604
+ :param _SpecCode: <p>规格ID。该参数可以通过调用<a href="https://cloud.tencent.com/document/product/409/89019">DescribeClasses</a>接口的返回值中的SpecCode字段来获取。</p>
12741
12605
  :type SpecCode: str
12742
- :param _Storage: 存储容量大小,单位:GB。该参数的设置步长为10
12606
+ :param _Storage: <p>存储容量大小,单位:GB。该参数的设置步长为10。</p>
12743
12607
  :type Storage: int
12744
- :param _InstanceCount: 实例数量。目前最大数量不超过100,如需一次性创建更多实例,请联系客服支持。
12608
+ :param _InstanceCount: <p>实例数量。目前最大数量不超过100,如需一次性创建更多实例,请联系客服支持。</p>
12745
12609
  :type InstanceCount: int
12746
- :param _Period: 购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值。
12610
+ :param _Period: <p>购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值。</p>
12747
12611
  :type Period: int
12748
- :param _Pid: 【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。
12612
+ :param _Pid: <p>【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。</p>
12749
12613
  :type Pid: int
12750
- :param _InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月)和 POSTPAID(按量计费)。
12751
- 默认值:PREPAID
12614
+ :param _InstanceChargeType: <p>实例计费类型。目前支持:PREPAID(预付费,即包年包月)和 POSTPAID(按量计费)。<br>默认值:PREPAID</p>
12752
12615
  :type InstanceChargeType: str
12753
- :param _InstanceType: 实例类型,默认primary,支持如下:
12754
- primary(双机高可用(一主一从))
12755
- readonly(只读实例)
12616
+ :param _InstanceType: <p>实例类型,默认primary,支持如下:<br>primary(双机高可用(一主一从))<br>readonly(只读实例)</p>
12756
12617
  :type InstanceType: str
12757
- :param _DBEngine: DB引擎,默认postgresql,支持如下:
12758
- postgresql(云数据库PostgreSQL)
12759
- mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12618
+ :param _DBEngine: <p>DB引擎,默认postgresql,支持如下:<br>postgresql(云数据库PostgreSQL)<br>mssql_compatible(MSSQL兼容-云数据库PostgreSQL)</p>
12760
12619
  :type DBEngine: str
12761
12620
  """
12762
12621
  self._Zone = None
@@ -12771,7 +12630,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12771
12630
 
12772
12631
  @property
12773
12632
  def Zone(self):
12774
- r"""可用区名称。该参数可以通过调用[ DescribeZones](https://cloud.tencent.com/document/product/409/16769) 接口的返回值中的Zone字段来获取。
12633
+ r"""<p>可用区名称。该参数可以通过调用<a href="https://cloud.tencent.com/document/product/409/16769"> DescribeZones</a> 接口的返回值中的Zone字段来获取。</p>
12775
12634
  :rtype: str
12776
12635
  """
12777
12636
  return self._Zone
@@ -12782,7 +12641,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12782
12641
 
12783
12642
  @property
12784
12643
  def SpecCode(self):
12785
- r"""规格ID。该参数可以通过调用[DescribeClasses](https://cloud.tencent.com/document/product/409/89019)接口的返回值中的SpecCode字段来获取。
12644
+ r"""<p>规格ID。该参数可以通过调用<a href="https://cloud.tencent.com/document/product/409/89019">DescribeClasses</a>接口的返回值中的SpecCode字段来获取。</p>
12786
12645
  :rtype: str
12787
12646
  """
12788
12647
  return self._SpecCode
@@ -12793,7 +12652,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12793
12652
 
12794
12653
  @property
12795
12654
  def Storage(self):
12796
- r"""存储容量大小,单位:GB。该参数的设置步长为10
12655
+ r"""<p>存储容量大小,单位:GB。该参数的设置步长为10。</p>
12797
12656
  :rtype: int
12798
12657
  """
12799
12658
  return self._Storage
@@ -12804,7 +12663,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12804
12663
 
12805
12664
  @property
12806
12665
  def InstanceCount(self):
12807
- r"""实例数量。目前最大数量不超过100,如需一次性创建更多实例,请联系客服支持。
12666
+ r"""<p>实例数量。目前最大数量不超过100,如需一次性创建更多实例,请联系客服支持。</p>
12808
12667
  :rtype: int
12809
12668
  """
12810
12669
  return self._InstanceCount
@@ -12815,7 +12674,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12815
12674
 
12816
12675
  @property
12817
12676
  def Period(self):
12818
- r"""购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值。
12677
+ r"""<p>购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值。</p>
12819
12678
  :rtype: int
12820
12679
  """
12821
12680
  return self._Period
@@ -12826,7 +12685,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12826
12685
 
12827
12686
  @property
12828
12687
  def Pid(self):
12829
- r"""【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。
12688
+ r"""<p>【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。</p>
12830
12689
  :rtype: int
12831
12690
  """
12832
12691
  return self._Pid
@@ -12837,8 +12696,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12837
12696
 
12838
12697
  @property
12839
12698
  def InstanceChargeType(self):
12840
- r"""实例计费类型。目前支持:PREPAID(预付费,即包年包月)和 POSTPAID(按量计费)。
12841
- 默认值:PREPAID
12699
+ r"""<p>实例计费类型。目前支持:PREPAID(预付费,即包年包月)和 POSTPAID(按量计费)。<br>默认值:PREPAID</p>
12842
12700
  :rtype: str
12843
12701
  """
12844
12702
  return self._InstanceChargeType
@@ -12849,9 +12707,7 @@ mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12849
12707
 
12850
12708
  @property
12851
12709
  def InstanceType(self):
12852
- r"""实例类型,默认primary,支持如下:
12853
- primary(双机高可用(一主一从))
12854
- readonly(只读实例)
12710
+ r"""<p>实例类型,默认primary,支持如下:<br>primary(双机高可用(一主一从))<br>readonly(只读实例)</p>
12855
12711
  :rtype: str
12856
12712
  """
12857
12713
  return self._InstanceType
@@ -12862,9 +12718,7 @@ readonly(只读实例)
12862
12718
 
12863
12719
  @property
12864
12720
  def DBEngine(self):
12865
- r"""DB引擎,默认postgresql,支持如下:
12866
- postgresql(云数据库PostgreSQL)
12867
- mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
12721
+ r"""<p>DB引擎,默认postgresql,支持如下:<br>postgresql(云数据库PostgreSQL)<br>mssql_compatible(MSSQL兼容-云数据库PostgreSQL)</p>
12868
12722
  :rtype: str
12869
12723
  """
12870
12724
  return self._DBEngine
@@ -12901,11 +12755,11 @@ class InquiryPriceCreateDBInstancesResponse(AbstractModel):
12901
12755
 
12902
12756
  def __init__(self):
12903
12757
  r"""
12904
- :param _OriginalPrice: 刊例价,单位:分
12758
+ :param _OriginalPrice: <p>刊例价,单位:分</p>
12905
12759
  :type OriginalPrice: int
12906
- :param _Price: 折后实际付款金额,单位:分
12760
+ :param _Price: <p>折后实际付款金额,单位:分</p>
12907
12761
  :type Price: int
12908
- :param _Currency: 币种。例如,CNY:人民币。
12762
+ :param _Currency: <p>币种。例如,CNY:人民币。</p>
12909
12763
  :type Currency: str
12910
12764
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12911
12765
  :type RequestId: str
@@ -12917,7 +12771,7 @@ class InquiryPriceCreateDBInstancesResponse(AbstractModel):
12917
12771
 
12918
12772
  @property
12919
12773
  def OriginalPrice(self):
12920
- r"""刊例价,单位:分
12774
+ r"""<p>刊例价,单位:分</p>
12921
12775
  :rtype: int
12922
12776
  """
12923
12777
  return self._OriginalPrice
@@ -12928,7 +12782,7 @@ class InquiryPriceCreateDBInstancesResponse(AbstractModel):
12928
12782
 
12929
12783
  @property
12930
12784
  def Price(self):
12931
- r"""折后实际付款金额,单位:分
12785
+ r"""<p>折后实际付款金额,单位:分</p>
12932
12786
  :rtype: int
12933
12787
  """
12934
12788
  return self._Price
@@ -12939,7 +12793,7 @@ class InquiryPriceCreateDBInstancesResponse(AbstractModel):
12939
12793
 
12940
12794
  @property
12941
12795
  def Currency(self):
12942
- r"""币种。例如,CNY:人民币。
12796
+ r"""<p>币种。例如,CNY:人民币。</p>
12943
12797
  :rtype: str
12944
12798
  """
12945
12799
  return self._Currency
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-postgres
3
- Version: 3.1.49
3
+ Version: 3.1.50
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.49
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.50
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.50
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.49