tencentcloud-sdk-vdb 3.0.1013 → 3.0.1014

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230616/models.rb +6 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7b42f2eb997519008f47d5b723ab3254f15c0b8
4
- data.tar.gz: c1960df902f384498837bd48a6b4a7072f3107a7
3
+ metadata.gz: b3d805c517970b37ddf5a41ede0c60c11eec26f0
4
+ data.tar.gz: d7c4b15d034258f3bca7e2e0c502104990f8ce61
5
5
  SHA512:
6
- metadata.gz: c8fa56a67e2a79d09cfda7c03ec48bc13987b2781b85dfe9d3f2f1241e8080f5267798c68cbae37cb7b2aa0160a4cbe7308131a73714aa0785250a5aeb0b3efe
7
- data.tar.gz: fa54f28f91680b48ba5124d0dfbb1f0e4b50508c809d160c397f38e24ce72edb25d9f0aedd01392f99bb1b5312f75c2a4193d7cfe2ee0815647ddedb79113633
6
+ metadata.gz: 8f990bf05cb2c0778a49795b3a9991ab0624617a9554957e002fb92894dfa390b38d6c26f39051aee87fa12e6e7a0bd75baffdb8253a2903d2326ac8d6fc578d
7
+ data.tar.gz: 3e89c3b973c6345ed88d97681f0b8cffa6a863d81db1bdd9d63b2f2903c10abbb3b8f3cb0c3a5fc4c3f033134806f762232d07bf73dcf209361a3ad58449b62d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1013
1
+ 3.0.1014
@@ -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, 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
436
+ deprecate :HealthScore, :none, 2025, 3
437
+ deprecate :HealthScore=, :none, 2025, 3
438
+ deprecate :Warning, :none, 2025, 3
439
+ deprecate :Warning=, :none, 2025, 3
440
+ deprecate :Project, :none, 2025, 3
441
+ deprecate :Project=, :none, 2025, 3
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
@@ -556,16 +556,12 @@ module TencentCloud
556
556
  # 网络信息
557
557
  class Network < TencentCloud::Common::AbstractModel
558
558
  # @param VpcId: VpcId(VPC网络下有效)
559
- # 注意:此字段可能返回 null,表示取不到有效值。
560
559
  # @type VpcId: String
561
560
  # @param SubnetId: 子网Id(VPC网络下有效)。
562
- # 注意:此字段可能返回 null,表示取不到有效值。
563
561
  # @type SubnetId: String
564
562
  # @param Vip: 内网访问IP。
565
- # 注意:此字段可能返回 null,表示取不到有效值。
566
563
  # @type Vip: String
567
564
  # @param Port: 内网访问Port。
568
- # 注意:此字段可能返回 null,表示取不到有效值。
569
565
  # @type Port: Integer
570
566
  # @param PreserveDuration: 旧 ip 保留时长,单位天
571
567
  # @type PreserveDuration: Integer
@@ -715,10 +711,8 @@ module TencentCloud
715
711
  # 标签键值对
716
712
  class Tag < TencentCloud::Common::AbstractModel
717
713
  # @param TagKey: 标签键
718
- # 注意:此字段可能返回 null,表示取不到有效值。
719
714
  # @type TagKey: String
720
715
  # @param TagValue: 标签值
721
- # 注意:此字段可能返回 null,表示取不到有效值。
722
716
  # @type TagValue: String
723
717
 
724
718
  attr_accessor :TagKey, :TagValue
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.1013
4
+ version: 3.0.1014
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-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common