tencentcloud-sdk-vdb 3.0.957 → 3.0.958

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84ad2d27c1b03fe3200a5faf461ec9036919c48b
4
- data.tar.gz: f1b27d22b612bb1b150f8507786b4998c1720cb4
3
+ metadata.gz: a0dfb60b3da3ca4cbdc508998b43bd1467349d25
4
+ data.tar.gz: bec9181eac0aacbe43d5861cac505bd93394395c
5
5
  SHA512:
6
- metadata.gz: ec0112be75eb858f17511aeebdbff7e4143b2f05fd6936499728676e940c77861c1aea1824e54cae6990df39f07ec1bc66dacdbdae42a60171819d270b5be4fc
7
- data.tar.gz: a0789a67319c636417336ecd733eef72e7b170ea1984c09d6be4819af0a232979f2d9f0ead0dca1a6ec02c9d3bf95cb348bfd08aa90242d2280b833248b4acf4
6
+ metadata.gz: 2bb7bb9e1b1927808057c5a25db2de83102496b5db7e11c44928d58d28883b9ca3722cded1cd6f2f862dd0cff6b5bf02477def2ced3c73b6a67edac613b00fe7
7
+ data.tar.gz: f93b4effcaeee390e5fa4e8d08bec5b9ed6d8809c7af3e05b3e3e8e4fe94864a6b0337d9767d418f6eebef4264a903b7bc888c56fb155a8b33d9a409fb057eec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.957
1
+ 3.0.958
@@ -432,6 +432,13 @@ module TencentCloud
432
432
  # @type AutoRenew: Integer
433
433
 
434
434
  attr_accessor :InstanceId, :Name, :AppId, :Region, :Zone, :Product, :Networks, :ShardNum, :ReplicaNum, :Cpu, :Memory, :Disk, :HealthScore, :Warning, :Project, :ResourceTags, :CreatedAt, :Status, :EngineName, :EngineVersion, :ApiVersion, :PayMode, :Extend, :ExpiredAt, :IsNoExpired, :WanAddress, :IsolateAt, :AutoRenew
435
+ extend Gem::Deprecate
436
+ deprecate :HealthScore, :none, 2024, 12
437
+ deprecate :HealthScore=, :none, 2024, 12
438
+ deprecate :Warning, :none, 2024, 12
439
+ deprecate :Warning=, :none, 2024, 12
440
+ deprecate :Project, :none, 2024, 12
441
+ deprecate :Project=, :none, 2024, 12
435
442
 
436
443
  def initialize(instanceid=nil, name=nil, appid=nil, region=nil, zone=nil, product=nil, networks=nil, shardnum=nil, replicanum=nil, cpu=nil, memory=nil, disk=nil, healthscore=nil, warning=nil, project=nil, resourcetags=nil, createdat=nil, status=nil, enginename=nil, engineversion=nil, apiversion=nil, paymode=nil, extend=nil, expiredat=nil, isnoexpired=nil, wanaddress=nil, isolateat=nil, autorenew=nil)
437
444
  @InstanceId = instanceid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.957
4
+ version: 3.0.958
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-12-09 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common