tencentcloud-sdk-cdb 3.0.622 → 3.0.624
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/v20170320/models.rb +2 -2
- 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: 71973ce8f00a57a9f0fc55ad1cb3f4bfa4f08222
|
4
|
+
data.tar.gz: fbafee0c9ad0e59ce1f334d985132c64dc108d73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 725f4e267887fb79871f047e6d2fc31ee2df7c66d54608a70af2d6f725a3f03e0b491763e7bfdb3bcead528268a3cef8fc91b81b66ad1deaf4d27af279592b54
|
7
|
+
data.tar.gz: ecb010ecfbec02deaed8aa15791e621baa74cfb8de972c19c15704ec7ca6f25b0fe70bba3e371388b451eb5da38e9aa1f7beee92bafe0c4ae4c903fc86c7a778
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.624
|
data/lib/v20170320/models.rb
CHANGED
@@ -2590,7 +2590,7 @@ module TencentCloud
|
|
2590
2590
|
# @type InstanceRole: String
|
2591
2591
|
# @param MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
|
2592
2592
|
# @type MasterInstanceId: String
|
2593
|
-
# @param EngineVersion: MySQL 版本,值包括:5.5、5.6
|
2593
|
+
# @param EngineVersion: MySQL 版本,值包括:5.5、5.6 、5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
|
2594
2594
|
# @type EngineVersion: String
|
2595
2595
|
# @param Password: 设置 root 帐号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
|
2596
2596
|
# @type Password: String
|
@@ -2749,7 +2749,7 @@ module TencentCloud
|
|
2749
2749
|
|
2750
2750
|
# CreateDBInstance返回参数结构体
|
2751
2751
|
class CreateDBInstanceResponse < TencentCloud::Common::AbstractModel
|
2752
|
-
# @param DealIds:
|
2752
|
+
# @param DealIds: 计费子订单 ID。
|
2753
2753
|
# @type DealIds: Array
|
2754
2754
|
# @param InstanceIds: 实例 ID 列表。
|
2755
2755
|
# @type InstanceIds: Array
|
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.
|
4
|
+
version: 3.0.624
|
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-07-
|
11
|
+
date: 2023-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|