tencentcloud-sdk-vpc 3.0.701 → 3.0.703
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 +6 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c9c0e5194d914531db9cbebdc7e1cd0888a843b
|
4
|
+
data.tar.gz: 79bd11723f6adcfa43a9e687d88d5e67a0d55cca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec8328847da50fee7d404085b9c19b986477ee5fb9c37558557c175d8f5da81c2245ae9b31128eb915597c3b10b7b8231cc2cc89f5894a6f81e559464324e248
|
7
|
+
data.tar.gz: bced59d172d536eef3197ab91838d9cb8b7ad9dd110f4ef99e6d76783ce318a0db708019597008ae8ac325ff931fa12c593d8bd06d0817b77ad9b20a5e2c03be
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.703
|
data/lib/v20170312/models.rb
CHANGED
@@ -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.
|
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-
|
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
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-vpc.rb
|
37
|
-
- lib/v20170312/client.rb
|
38
36
|
- lib/v20170312/models.rb
|
37
|
+
- lib/v20170312/client.rb
|
38
|
+
- lib/tencentcloud-sdk-vpc.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|