tencentcloud-sdk-vpc 3.0.631 → 3.0.633
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +12 -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: 951d191a7ba328419cf7fb316cd39c7c4ac906f6
|
4
|
+
data.tar.gz: e3a19e72d9b99bc5a753c5d749f62599b9d48ea9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ee8e281a3188e60f2abaa5b0f758913318831ff29f405390e3b1d6816c6a39f0edffe41e6df079eb3c58036038d58b07b6fb76a75dcce6118ddd30d19a68853
|
7
|
+
data.tar.gz: fcb3a596cbf9e89e78a5266088415ed61655a34dd990d7eff202ee715528de51c4a0371d1e57f9c99a269caa3b55210151cef066e4b1bfec9f1a8c32f983ecf5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.633
|
data/lib/v20170312/models.rb
CHANGED
@@ -62,12 +62,17 @@ module TencentCloud
|
|
62
62
|
|
63
63
|
# AcceptVpcPeeringConnection请求参数结构体
|
64
64
|
class AcceptVpcPeeringConnectionRequest < TencentCloud::Common::AbstractModel
|
65
|
+
# @param PeeringConnectionId: 对等连接唯一ID。
|
66
|
+
# @type PeeringConnectionId: String
|
65
67
|
|
68
|
+
attr_accessor :PeeringConnectionId
|
66
69
|
|
67
|
-
def initialize()
|
70
|
+
def initialize(peeringconnectionid=nil)
|
71
|
+
@PeeringConnectionId = peeringconnectionid
|
68
72
|
end
|
69
73
|
|
70
74
|
def deserialize(params)
|
75
|
+
@PeeringConnectionId = params['PeeringConnectionId']
|
71
76
|
end
|
72
77
|
end
|
73
78
|
|
@@ -6492,12 +6497,17 @@ module TencentCloud
|
|
6492
6497
|
|
6493
6498
|
# DeleteVpcPeeringConnection请求参数结构体
|
6494
6499
|
class DeleteVpcPeeringConnectionRequest < TencentCloud::Common::AbstractModel
|
6500
|
+
# @param PeeringConnectionId: 对等连接唯一ID。
|
6501
|
+
# @type PeeringConnectionId: String
|
6495
6502
|
|
6503
|
+
attr_accessor :PeeringConnectionId
|
6496
6504
|
|
6497
|
-
def initialize()
|
6505
|
+
def initialize(peeringconnectionid=nil)
|
6506
|
+
@PeeringConnectionId = peeringconnectionid
|
6498
6507
|
end
|
6499
6508
|
|
6500
6509
|
def deserialize(params)
|
6510
|
+
@PeeringConnectionId = params['PeeringConnectionId']
|
6501
6511
|
end
|
6502
6512
|
end
|
6503
6513
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.633
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|