tencentcloud-sdk-cdb 3.0.992 → 3.0.993

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: 44c9b34681d22abc5b6e8479f890f4dcce49927e
4
- data.tar.gz: e212d00c45d75ea92884e506c3dd34c3752642e1
3
+ metadata.gz: 56dda45664c2dc212ed9c64da8e1d085c4ba9c82
4
+ data.tar.gz: 9a0eddeaf731cc8b4cd73e35fd9b014db7bfb00c
5
5
  SHA512:
6
- metadata.gz: ac1567e3838589e37f3f5e3ce4261a13c1cb4da299d94fb8d4064a7073d449720071034fc159f955512f6a5e6fd4589646cfe6a761d7dd86b366d9b1f90da3f5
7
- data.tar.gz: 99cad9ad67dd07ae072c1ff57d05f2a22250a90078f46c44c126ae7b00cbd93e6eb942e7cb451df4d3bbe9b0a1cc5097e6f41fac3038b0311d9b1b06e422bc88
6
+ metadata.gz: ff7c7b5128f43e0247193410e7c9441200a80eccc5fe8f84e96185735fcfe88ee1945ee9c8208a806751ce1fce0e5ad3ba2033d8e16965fcf44f2309b404fc33
7
+ data.tar.gz: 51e8729dc07f26b0687018331223b0e0ef85e6025d60f797f73ad8f051e0b989c29e2af531a93b8b30c91697161e8d017ac0e2bff76a1a9f96e516d6264e1482
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.992
1
+ 3.0.993
@@ -1587,6 +1587,8 @@ module TencentCloud
1587
1587
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1588
1588
  end
1589
1589
 
1590
+ # DescribeCpuExpandStrategy
1591
+
1590
1592
  # 通过该 API 可以查询实例的 CPU 弹性扩容策略
1591
1593
 
1592
1594
  # @param request: Request instance for DescribeCpuExpandStrategy.
@@ -5705,8 +5705,8 @@ module TencentCloud
5705
5705
 
5706
5706
  attr_accessor :Type, :ExpandCpu, :AutoStrategy, :RequestId
5707
5707
  extend Gem::Deprecate
5708
- deprecate :AutoStrategy, :none, 2025, 1
5709
- deprecate :AutoStrategy=, :none, 2025, 1
5708
+ deprecate :AutoStrategy, :none, 2025, 2
5709
+ deprecate :AutoStrategy=, :none, 2025, 2
5710
5710
 
5711
5711
  def initialize(type=nil, expandcpu=nil, autostrategy=nil, requestid=nil)
5712
5712
  @Type = type
@@ -11650,8 +11650,8 @@ module TencentCloud
11650
11650
 
11651
11651
  attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
11652
11652
  extend Gem::Deprecate
11653
- deprecate :IsSucess, :none, 2025, 1
11654
- deprecate :IsSucess=, :none, 2025, 1
11653
+ deprecate :IsSucess, :none, 2025, 2
11654
+ deprecate :IsSucess=, :none, 2025, 2
11655
11655
 
11656
11656
  def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
11657
11657
  @InstanceId = instanceid
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.992
4
+ version: 3.0.993
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-02-05 00:00:00.000000000 Z
11
+ date: 2025-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common