tencentcloud-sdk-vpc 3.0.630 → 3.0.632

Sign up to get free protection for your applications and to get access to all the features.
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: 954e93fc59b9d956b109bbbed6c1a1b0f0d60aa3
4
- data.tar.gz: 0fe8fc67d75de52fb2fcfedfd72d595f9da31660
3
+ metadata.gz: 223df66cd89246fbcf6b1ffbada79a642d38dfbd
4
+ data.tar.gz: 129782b5c22a30a00b0772ade0bb9ead8401e5a4
5
5
  SHA512:
6
- metadata.gz: f36b099d6d1e7d82f065dd3a8e6303faf2a3b148cdf4c02b823b243b41fc7a8bd31cd26491924fd22ca22498a70cf8d4d98e5f74ce31ba14dbf75efea115e0d9
7
- data.tar.gz: 5288e0332549dce2ca09a734f57de20c653d96e2af8a706e525c3d1a87c51b11d668293ae33ad12db77ccdf79b275cb7818be8cff4c404147e56a2a1e031a1cf
6
+ metadata.gz: d8211777de1daf72e6a2bbba1622d3fbf7fb73abe2114851e573869f9d38476b6496c548f3dcf16b9110cd597930523ab0ac9c39871c7b8494c6c968babd7585
7
+ data.tar.gz: b784f73dd35a990d63650bd2d09231916afcd53009fcbcb9ce9839c7191a5bd6eea5518d3884a7553615dcaea06beb4cf401dda41a572713a147c44c17ab8d3c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -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.630
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-07 00:00:00.000000000 Z
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