tencentcloud-sdk-postgres 1.0.216 → 1.0.220

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a878aba2aa69a6cfbadf1f019a078d1280d1d27f
4
- data.tar.gz: 0d46d8ee6910bc3128f7fbc74af6249add15ab42
3
+ metadata.gz: 9fc7b6853d1cd7cf0e3f73ca096f3722d8caa0b0
4
+ data.tar.gz: 12c50347054a92d5d73113c6b8bf9e22c5775215
5
5
  SHA512:
6
- metadata.gz: 5e0b257656cce068402e6e1f332c00b3724dbd88542327f99dafc47ed8df860516d51a653f0d921ecc966939a2221845c954bf5ab1917a3694e3d25a267b9288
7
- data.tar.gz: 6c8ab32dc729964afc4c997392f5525c2e747675637c01d75990ee5a744aa97d1b9a71970796194d90570e7a366eb50b5b95061aed25c46f8f9c9c8732117e41
6
+ metadata.gz: 8eeff61294d636176ad6caccf70ab1d1972350c2590fc2a48a12d6358cd7a2c65443eb3ed52e106d005adfdf6290f150f76ccf48324a827fe6944a4db58542f3
7
+ data.tar.gz: 95e234ba9d3b0a219b552656daa197b9976f8d816b87ef84eb8be6df3f9f8b29dfcbb599830875e4d8d62693623cb851de1bd1c0643fbbccb4b74fc8aa42d95a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.216
1
+ 1.0.220
@@ -356,7 +356,7 @@ module TencentCloud
356
356
  class CreateInstancesRequest < TencentCloud::Common::AbstractModel
357
357
  # @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeProductConfig的返回值中的SpecCode字段来获取。
358
358
  # @type SpecCode: String
359
- # @param DBVersion: PostgreSQL内核版本,目前支持:9.3.5、9.5.4、10.4、11.8、12.4五种版本。
359
+ # @param DBVersion: PostgreSQL主版本,目前支持:9.3、9.5、10、11、12、13以及9.3.5、9.5.4、10.4、11.8、12.4版本。
360
360
  # @type DBVersion: String
361
361
  # @param Storage: 实例容量大小,单位:GB。
362
362
  # @type Storage: Integer
@@ -830,7 +830,7 @@ module TencentCloud
830
830
  # @type DBInstanceId: String
831
831
  # @param DBInstanceName: 实例名称
832
832
  # @type DBInstanceName: String
833
- # @param DBInstanceStatus: 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolated(已隔离)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、
833
+ # @param DBInstanceStatus: 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolated(已隔离)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)
834
834
  # @type DBInstanceStatus: String
835
835
  # @param DBInstanceMemory: 实例分配的内存大小,单位:GB
836
836
  # @type DBInstanceMemory: Integer
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: 1.0.216
4
+ version: 1.0.220
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-03 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common