tencentcloud-sdk-vpc 3.0.631 → 3.0.632
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: 223df66cd89246fbcf6b1ffbada79a642d38dfbd
|
4
|
+
data.tar.gz: 129782b5c22a30a00b0772ade0bb9ead8401e5a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8211777de1daf72e6a2bbba1622d3fbf7fb73abe2114851e573869f9d38476b6496c548f3dcf16b9110cd597930523ab0ac9c39871c7b8494c6c968babd7585
|
7
|
+
data.tar.gz: b784f73dd35a990d63650bd2d09231916afcd53009fcbcb9ce9839c7191a5bd6eea5518d3884a7553615dcaea06beb4cf401dda41a572713a147c44c17ab8d3c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.632
|
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.632
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|