tencentcloud-sdk-vpc 3.0.631 → 3.0.633

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/v20170312/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99a28a13f119bd9f804ffbcd2e8e2489abe0dc49
4
- data.tar.gz: 000cbcbc011edf8af1d7dc5d35751ed953aa6a75
3
+ metadata.gz: 951d191a7ba328419cf7fb316cd39c7c4ac906f6
4
+ data.tar.gz: e3a19e72d9b99bc5a753c5d749f62599b9d48ea9
5
5
  SHA512:
6
- metadata.gz: 75008fd47168790cf3fef62d4c9cf07e1ab3639fc7c4ef35314815d6916b7050e0f501488ecd7f23775626707a7680ab8794a8fca03df91ce2fc7c50f7e24ffd
7
- data.tar.gz: 85f2fcdd7a305a78ca2f3a2113bcbcca69b66e305e4d028d36b231bce328a02ebfcbd361bb79cfa3930cf3fe89cfb120fddffd42fc3a69813b000522ac93875e
6
+ metadata.gz: 5ee8e281a3188e60f2abaa5b0f758913318831ff29f405390e3b1d6816c6a39f0edffe41e6df079eb3c58036038d58b07b6fb76a75dcce6118ddd30d19a68853
7
+ data.tar.gz: fcb3a596cbf9e89e78a5266088415ed61655a34dd990d7eff202ee715528de51c4a0371d1e57f9c99a269caa3b55210151cef066e4b1bfec9f1a8c32f983ecf5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.631
1
+ 3.0.633
@@ -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.631
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-08 00:00:00.000000000 Z
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