tencentcloud-sdk-vdb 3.0.975 → 3.0.977

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: 781d1130a843914c18aaf0d697b011bc6cf49f4a
4
- data.tar.gz: d8ef3bb433cc304f5520bb422018a8c3521b0ea9
3
+ metadata.gz: be30e78d5463ca0582b4222ba5e174e3bab76b5e
4
+ data.tar.gz: ef27a1b36c050162c1392e4d8a3c0843fc4309c7
5
5
  SHA512:
6
- metadata.gz: 13e8daf41b387419e675ee95b1a6f81ee5a889592a904a9d77c63f0076cdf980f1102b9b5a72b3137d864b6f36ed9d639f254f4de1030be129e0bb5ca9a0ebf8
7
- data.tar.gz: 766cfaf68739357cd1e7aaa7687ea0d521e2170c6781fdb720db620975d3da90eee95a7de927d563b44890720f21cf7035fda1ca0dc4a91ec298aadd6bf53527
6
+ metadata.gz: ce216578d3adcc2b41acf5495f55b12d776669b222b556689a735dd38fdd77d576e5125cb60b5942e6042608b2af2cc8c018917d47fb46d2d2c3af8f8e6cb84b
7
+ data.tar.gz: 18207e4c9c6851c022b7368d015007216fe57137de04ed4b5161b74aeafe974f4104fd2bc28d6d6c11185637e9e71b53e6336b7653948e03a0f80c95d5c86527
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.975
1
+ 3.0.977
@@ -433,12 +433,12 @@ module TencentCloud
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
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
436
+ deprecate :HealthScore, :none, 2025, 1
437
+ deprecate :HealthScore=, :none, 2025, 1
438
+ deprecate :Warning, :none, 2025, 1
439
+ deprecate :Warning=, :none, 2025, 1
440
+ deprecate :Project, :none, 2025, 1
441
+ deprecate :Project=, :none, 2025, 1
442
442
 
443
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)
444
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.975
4
+ version: 3.0.977
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-01-05 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common