tencentcloud-sdk-vpc 3.0.702 → 3.0.703

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 294d3734109984964dc48204fd00bf6e0efd8858
4
- data.tar.gz: fd2eb200138895a08ec30159effcb098d529067e
3
+ metadata.gz: 9c9c0e5194d914531db9cbebdc7e1cd0888a843b
4
+ data.tar.gz: 79bd11723f6adcfa43a9e687d88d5e67a0d55cca
5
5
  SHA512:
6
- metadata.gz: 6b8ff8177922b24f2a71393aba037f68892c765fdf892440480e83a8267a398c6588c4bbb00121b2acde0357fa30478560f9cce5ffdec9f520f159a55881a93d
7
- data.tar.gz: bee7ca2e8f3dbc533ec010898d6fe23dc8991c38657cb8837f9568bb0ffbbdd70c516fb36e307bba10702713311718998e85abf1fcddb4ccf4251e8a9e459fb9
6
+ metadata.gz: ec8328847da50fee7d404085b9c19b986477ee5fb9c37558557c175d8f5da81c2245ae9b31128eb915597c3b10b7b8231cc2cc89f5894a6f81e559464324e248
7
+ data.tar.gz: bced59d172d536eef3197ab91838d9cb8b7ad9dd110f4ef99e6d76783ce318a0db708019597008ae8ac325ff931fa12c593d8bd06d0817b77ad9b20a5e2c03be
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.702
1
+ 3.0.703
@@ -15557,17 +15557,21 @@ module TencentCloud
15557
15557
  # @type CustomerGatewayId: String
15558
15558
  # @param CustomerGatewayName: 对端网关名称,可任意命名,但不得超过60个字符。
15559
15559
  # @type CustomerGatewayName: String
15560
+ # @param BgpAsn: BGP ASN。只有开启BGP白名单才可以修改此参数。
15561
+ # @type BgpAsn: Integer
15560
15562
 
15561
- attr_accessor :CustomerGatewayId, :CustomerGatewayName
15563
+ attr_accessor :CustomerGatewayId, :CustomerGatewayName, :BgpAsn
15562
15564
 
15563
- def initialize(customergatewayid=nil, customergatewayname=nil)
15565
+ def initialize(customergatewayid=nil, customergatewayname=nil, bgpasn=nil)
15564
15566
  @CustomerGatewayId = customergatewayid
15565
15567
  @CustomerGatewayName = customergatewayname
15568
+ @BgpAsn = bgpasn
15566
15569
  end
15567
15570
 
15568
15571
  def deserialize(params)
15569
15572
  @CustomerGatewayId = params['CustomerGatewayId']
15570
15573
  @CustomerGatewayName = params['CustomerGatewayName']
15574
+ @BgpAsn = params['BgpAsn']
15571
15575
  end
15572
15576
  end
15573
15577
 
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.702
4
+ version: 3.0.703
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-11-14 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common