tencentcloud-sdk-cdb 3.0.844 → 3.0.845

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: c8206e926992c4d240d381073a4605bd84a7f5e7
4
- data.tar.gz: 49f97997dde0bb7c7d706a2f015b48822bc9b77c
3
+ metadata.gz: 6b4fc64f3c24c3d96361bdd5e09142b596b4a178
4
+ data.tar.gz: 030d64ce82cb70ece3c5596ad9418ae6d35e4953
5
5
  SHA512:
6
- metadata.gz: 4a6359ac7db0ae14ce167d107d1f08781207d7d3813df39b307f2fa5049797bcf86c8242fec9fde4744f7442b4cd62e36c9343f0a5fca79318db4b9a8b2d2c56
7
- data.tar.gz: 530b077febaa325276cee7612df9be5969bac31b097aeeae185575d2db14d8bf972c0496fc4af0212826f6365073fff3c2b2bc3345474083de9b72d0b9938c78
6
+ metadata.gz: 6f19f4c111347b89b65b8017d31b1f38c172dd84a2ed3de621ec8b797e431307f21d18ca8b3ac3525ab5946903a2e19bc6cd498dde17f3ec39caa6880f9aabc8
7
+ data.tar.gz: 33d8db33dcb4a7fa9a8d0f32c8300407c77d8cd03045fade54778c258840a0cbbd5e87bfa3fcee9d8d5b7b597f2ccfd21f1230544a938b449df58f51a78eb1c8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.844
1
+ 3.0.845
@@ -2823,7 +2823,8 @@ module TencentCloud
2823
2823
  # @type Memory: Integer
2824
2824
  # @param Volume: 实例硬盘大小,单位:GB,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的硬盘范围。
2825
2825
  # @type Volume: Integer
2826
- # @param EngineVersion: MySQL 版本,值包括:5.5、5.6 、5.7 、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
2826
+ # @param EngineVersion: MySQL 版本,值包括:5.5、5.6、5.7、8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
2827
+ # 说明:若此参数不填,则默认值为5.6。
2827
2828
  # @type EngineVersion: String
2828
2829
  # @param UniqVpcId: 私有网络 ID,如果不传则默认选择基础网络,请使用 [查询私有网络列表](/document/api/215/15778) 。
2829
2830
  # @type UniqVpcId: String
@@ -3042,7 +3043,8 @@ module TencentCloud
3042
3043
  # @type InstanceRole: String
3043
3044
  # @param MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
3044
3045
  # @type MasterInstanceId: String
3045
- # @param EngineVersion: MySQL 版本,值包括:5.5、5.6 、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
3046
+ # @param EngineVersion: MySQL 版本,值包括:5.5、5.6、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
3047
+ # 说明:若此参数不填,则默认值为5.6。
3046
3048
  # @type EngineVersion: String
3047
3049
  # @param Password: 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
3048
3050
  # @type Password: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.844
4
+ version: 3.0.845
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-16 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-cdb.rb
36
37
  - lib/v20170320/models.rb
37
38
  - lib/v20170320/client.rb
38
- - lib/tencentcloud-sdk-cdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: