tencentcloud-sdk-vdb 3.0.952 → 3.0.953
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 +10 -2
- 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: be6a0e7fede9fa606661e34429b517bd00ca6e59
|
|
4
|
+
data.tar.gz: 12c5939abb07a289b50954a4e03624a4122e4ef5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce09ae2fe478fa2ea1719fe361989d2070890ac65fc4ee2f7ff0a090ec7c28e9af34850007f42034dfc66d69ffab01862e0095dc783b6316430bc39a58b514c3
|
|
7
|
+
data.tar.gz: 123b280e4d43f4069aa90f474667ba9555612746a9d23ec1e70783eb3049da2336d2aea50b2c90df06720d0d8e4e8f1efe9103ae050606e997600f79b4de1186
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.953
|
data/lib/v20230616/models.rb
CHANGED
|
@@ -556,14 +556,20 @@ module TencentCloud
|
|
|
556
556
|
# @param Port: 内网访问Port。
|
|
557
557
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
558
558
|
# @type Port: Integer
|
|
559
|
+
# @param PreserveDuration: 旧 ip 保留时长,单位天
|
|
560
|
+
# @type PreserveDuration: Integer
|
|
561
|
+
# @param ExpireTime: 旧 ip 到期时间
|
|
562
|
+
# @type ExpireTime: String
|
|
559
563
|
|
|
560
|
-
attr_accessor :VpcId, :SubnetId, :Vip, :Port
|
|
564
|
+
attr_accessor :VpcId, :SubnetId, :Vip, :Port, :PreserveDuration, :ExpireTime
|
|
561
565
|
|
|
562
|
-
def initialize(vpcid=nil, subnetid=nil, vip=nil, port=nil)
|
|
566
|
+
def initialize(vpcid=nil, subnetid=nil, vip=nil, port=nil, preserveduration=nil, expiretime=nil)
|
|
563
567
|
@VpcId = vpcid
|
|
564
568
|
@SubnetId = subnetid
|
|
565
569
|
@Vip = vip
|
|
566
570
|
@Port = port
|
|
571
|
+
@PreserveDuration = preserveduration
|
|
572
|
+
@ExpireTime = expiretime
|
|
567
573
|
end
|
|
568
574
|
|
|
569
575
|
def deserialize(params)
|
|
@@ -571,6 +577,8 @@ module TencentCloud
|
|
|
571
577
|
@SubnetId = params['SubnetId']
|
|
572
578
|
@Vip = params['Vip']
|
|
573
579
|
@Port = params['Port']
|
|
580
|
+
@PreserveDuration = params['PreserveDuration']
|
|
581
|
+
@ExpireTime = params['ExpireTime']
|
|
574
582
|
end
|
|
575
583
|
end
|
|
576
584
|
|
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.953
|
|
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-
|
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|