tencentcloud-sdk-cdb 3.0.1080 → 3.0.1081

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: b541c492270bd76890128b9e1f8ce20a2434170d
4
+ data.tar.gz: 7635a08c0740d763e392c1c65ed41636801be30a
5
5
  SHA512:
6
- metadata.gz: d34301a9374382a2bdf1fdb9790c9d665eaad451b2bb7b09502627841cc5b902f2fc520602da8da2ec3c5fe177f0742946b726b151ca583b73f79a3cabb70296
7
- data.tar.gz: 5a6e944f1acf8614d95e7ed8235eb36f40914ae00c7c40fdb130488981ff9b7ed4dce1bdc67d0fbff0e3c3d49bd236226ae2d57add2b2abbc1d09f5452b2c269
6
+ metadata.gz: 8580664dadddbaea50c3c68a917ca8126d383658d2835dd4194a86f6921ea04f632f300c941c2fb8d59ecab57f8a6991b4fcd761f80a97c863025f5117eb12f2
7
+ data.tar.gz: 45db5cf45f799e4bdab27f3a04ec6055509ff2a444358c650a1cd6d609a9fa01270963b680df1ede286e675d375b29433f79969847bdced2c414cf5c79001c81
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1080
1
+ 3.0.1081
@@ -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.1081
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common