tencentcloud-sdk-cynosdb 3.0.630 → 3.0.632

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 594a59560039a8bab9fd1e68c0be5dcf57063d77
4
- data.tar.gz: 9ef8a2e11eed32f59f7cb1d8076c48ca03eadc02
3
+ metadata.gz: daf356e7d6bfbdec60e70ebf579023421d18ed2b
4
+ data.tar.gz: b339ccc98698e3eb3d211e2508cdf039bc0a2bce
5
5
  SHA512:
6
- metadata.gz: bc00f2c1b2650002843921613c0db6960ba81b8b4cf836a925d06460c020cc9514d59568cc5b4d77a6c6caec396c16e944ce532418e707547810fe0a36481362
7
- data.tar.gz: 46439efb8d2a233710bed25bf3f8f8c443f38a4f368daee35988c416682f000866463ade19efda2de9f994f2287fd26045000683fa57b32dc14d7411b2b221cc
6
+ metadata.gz: 7dbd2a8a7b3340a84310f96c7b730bffd4fa396b79733d6423572348e19d978bb3005ac4e83c7e23aa155c144dc4592baef6986f312cad5571fd3c89cc743f47
7
+ data.tar.gz: 19ded8d69f94ac6ecfce6209ab8e80387487739377a7ae2674313453e65011b4e9988f4428213b7e3bb44330e18b8ee09ba4b740fb9cd8a469ff507cc93cbf9f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -305,7 +305,7 @@ module TencentCloud
305
305
 
306
306
  # 数据库地址
307
307
  class Addr < TencentCloud::Common::AbstractModel
308
- # @param IP: IP
308
+ # @param IP: IP地址
309
309
  # @type IP: String
310
310
  # @param Port: 端口
311
311
  # @type Port: Integer
@@ -1417,10 +1417,10 @@ module TencentCloud
1417
1417
  # 普通实例Cpu核数
1418
1418
  # @type Cpu: Integer
1419
1419
  # @param Memory: 当DbMode为NORMAL或不填时必选
1420
- # 普通实例内存,单位G
1420
+ # 普通实例内存,单位GB
1421
1421
  # @type Memory: Integer
1422
1422
  # @param Storage: 该参数无实际意义,已废弃。
1423
- # 存储大小,单位G
1423
+ # 存储大小,单位GB
1424
1424
  # @type Storage: Integer
1425
1425
  # @param ClusterName: 集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')
1426
1426
  # @type ClusterName: String
@@ -2334,7 +2334,7 @@ module TencentCloud
2334
2334
  # @type Vip: String
2335
2335
  # @param Vport: vport端口
2336
2336
  # @type Vport: Integer
2337
- # @param RoAddr: 读写分离Vport
2337
+ # @param RoAddr: 集群只读实例的vip地址和vport端口
2338
2338
  # @type RoAddr: Array
2339
2339
  # @param Ability: 集群支持的功能
2340
2340
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.630
4
+ version: 3.0.632
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-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common