tencentcloud-sdk-postgres 3.0.659 → 3.0.660
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +6 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90574dbe3ca0ccc597a5f4c836408f2cb8d81e9f
|
|
4
|
+
data.tar.gz: a01e85fbce5dd24e68486227e7995bf61d88bdc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbfa336be982cd48e67a44d5a35e23c8eab25b0c5620e9adeeadc6745e8ac8d788b04698372e9a6560eea41487db57db3d8823de8d132528a24e374ea13138ae
|
|
7
|
+
data.tar.gz: f7ce14ac30d858d41024f259e02b17b4cdc1c8a036c36e268c0a6ff026f4d9a2f16aecdae5895cdc870b5984fd64aa7561a314a41484c2351adb35892493c522
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.660
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -681,7 +681,8 @@ module TencentCloud
|
|
|
681
681
|
# @type Zone: String
|
|
682
682
|
# @param ProjectId: 项目ID。
|
|
683
683
|
# @type ProjectId: Integer
|
|
684
|
-
# @param DBVersion: PostgreSQL
|
|
684
|
+
# @param DBVersion: PostgreSQL社区大版本+小版本号。
|
|
685
|
+
# 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。
|
|
685
686
|
# @type DBVersion: String
|
|
686
687
|
# @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。默认值:PREPAID。
|
|
687
688
|
# @type InstanceChargeType: String
|
|
@@ -705,9 +706,11 @@ module TencentCloud
|
|
|
705
706
|
# @type TagList: Array
|
|
706
707
|
# @param SecurityGroupIds: 安全组id
|
|
707
708
|
# @type SecurityGroupIds: Array
|
|
708
|
-
# @param DBMajorVersion: PostgreSQL
|
|
709
|
+
# @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)。
|
|
710
|
+
# 输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
|
|
709
711
|
# @type DBMajorVersion: String
|
|
710
|
-
# @param DBKernelVersion: PostgreSQL
|
|
712
|
+
# @param DBKernelVersion: PostgreSQL内核版本号。
|
|
713
|
+
# 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。
|
|
711
714
|
# @type DBKernelVersion: String
|
|
712
715
|
|
|
713
716
|
attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :Zone, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :VpcId, :SubnetId, :AutoRenewFlag, :ActivityId, :Name, :NeedSupportIpv6, :TagList, :SecurityGroupIds, :DBMajorVersion, :DBKernelVersion
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-postgres
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.660
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|