tencentcloud-sdk-cdb 3.0.1080 → 3.0.1084

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: 6aa9710bb4d5db789e944108e35c1d1af66b588a
4
- data.tar.gz: a06b6d3829e4a95d155d2fa08fb3c8714d7aab12
3
+ metadata.gz: e8918a9f6c86a1414748817650ff2818492af4ae
4
+ data.tar.gz: 82e5d9ad30438a813a5e8047a24162c9251c099b
5
5
  SHA512:
6
- metadata.gz: d34301a9374382a2bdf1fdb9790c9d665eaad451b2bb7b09502627841cc5b902f2fc520602da8da2ec3c5fe177f0742946b726b151ca583b73f79a3cabb70296
7
- data.tar.gz: 5a6e944f1acf8614d95e7ed8235eb36f40914ae00c7c40fdb130488981ff9b7ed4dce1bdc67d0fbff0e3c3d49bd236226ae2d57add2b2abbc1d09f5452b2c269
6
+ metadata.gz: 1357b341a29b48c88c2bb7bc6aa75c12b2ffc5a9a651cf73cdb4767ff59d5441ecc1a5ee5971a8818276087853b97b10cc70d0483c6c6cb48ba739ec0edecec3
7
+ data.tar.gz: 280c66697733cc45a227393ddd7df7db8c42debd0a0533f092e1583ebf08eb5c1aff59718eed6d6dbb6e7c91237f79eaaa10bcdf1ad2edae194d8e18bc1cfb63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1080
1
+ 3.0.1084
@@ -8284,7 +8284,7 @@ module TencentCloud
8284
8284
  class DescribeTableColumnsRequest < TencentCloud::Common::AbstractModel
8285
8285
  # @param InstanceId: 实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同,可使用[查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
8286
8286
  # @type InstanceId: String
8287
- # @param Database: 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/253/7167)接口获得。
8287
+ # @param Database: 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/236/17493)接口获得。
8288
8288
  # @type Database: String
8289
8289
  # @param Table: 数据库中的表的名称。
8290
8290
  # @type Table: String
@@ -13628,10 +13628,11 @@ module TencentCloud
13628
13628
  class StartCpuExpandRequest < TencentCloud::Common::AbstractModel
13629
13629
  # @param InstanceId: 实例 ID。
13630
13630
  # @type InstanceId: String
13631
- # @param Type: 扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期。
13631
+ # @param Type: 扩容类型,支持自动扩容和自定义扩容。
13632
+ # 说明:1. auto 表示自动扩容。2. manual 表示自定义扩容,扩容时间为立即生效。3. timeInterval 表示自定义扩容,扩容时间为按时间段。4. period 表示自定义扩容,扩容时间为按周期。
13632
13633
  # @type Type: String
13633
- # @param ExpandCpu: 手动扩容时,扩容的 CPU 核心数。
13634
- # 说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
13634
+ # @param ExpandCpu: 自定义扩容时,扩容的 CPU 核心数。
13635
+ # 说明:1. Type 为 manual、timeInterval、period 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
13635
13636
  # @type ExpandCpu: Integer
13636
13637
  # @param AutoStrategy: 自动扩容策略。Type 为 auto 时必传。
13637
13638
  # @type AutoStrategy: :class:`Tencentcloud::Cdb.v20170320.models.AutoStrategy`
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.1080
4
+ version: 3.0.1084
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-12 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common