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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230616/models.rb +6 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3d805c517970b37ddf5a41ede0c60c11eec26f0
|
4
|
+
data.tar.gz: d7c4b15d034258f3bca7e2e0c502104990f8ce61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f990bf05cb2c0778a49795b3a9991ab0624617a9554957e002fb92894dfa390b38d6c26f39051aee87fa12e6e7a0bd75baffdb8253a2903d2326ac8d6fc578d
|
7
|
+
data.tar.gz: 3e89c3b973c6345ed88d97681f0b8cffa6a863d81db1bdd9d63b2f2903c10abbb3b8f3cb0c3a5fc4c3f033134806f762232d07bf73dcf209361a3ad58449b62d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20230616/models.rb
CHANGED
@@ -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,
|
437
|
-
deprecate :HealthScore=, :none, 2025,
|
438
|
-
deprecate :Warning, :none, 2025,
|
439
|
-
deprecate :Warning=, :none, 2025,
|
440
|
-
deprecate :Project, :none, 2025,
|
441
|
-
deprecate :Project=, :none, 2025,
|
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.
|
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-
|
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
|