tencentcloud-sdk-vpc 3.0.695 → 3.0.696

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: 9f576498284acd4bde299f541b381a8030c8abdc
4
- data.tar.gz: 10c404760609f220e7699e09494b152f9cd3699a
3
+ metadata.gz: 255cdb5cc7682314b6a444dab646628390aab197
4
+ data.tar.gz: 248412dd065715619cc186e1771207fd4ad249db
5
5
  SHA512:
6
- metadata.gz: 2128b4ae558ddd80687e3e55580dbaf90711095496bfd606957c2164a7b0d603cff0c67e241ef40ac28c9bd573b5df589f246d2a3363720c726dd70e30028894
7
- data.tar.gz: d5315eb0b9b67aa81093a494470b5d6d4379555652a7e4a7bd9cba21e59d8877ead5151c44d1b63e4c2c49b09a22d75e0a5aaaa1174c72ff1ecb46333e1b3b87
6
+ metadata.gz: 0010c851575e89612c5e4e75a42aec0daf256b6fe8644a169940f2af1e857c39a6822a03a3403cd8e9d62b19ff6e6b78c8925a40a8d7b9249be3e597200042c9
7
+ data.tar.gz: 082ba41b14ae09ee18238389d6b3ec09fd5dac01194e2841c66ea8402bdfe44e50d61bb42441b95104ebdb6c4129599a997cbe632ebd58e39a427d7a1dc98b12
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.695
1
+ 3.0.696
@@ -17132,19 +17132,23 @@ module TencentCloud
17132
17132
  # @type VpnGatewayName: String
17133
17133
  # @param InstanceChargeType: VPN网关计费模式,目前只支持预付费(即包年包月)到后付费(即按量计费)的转换。即参数只支持:POSTPAID_BY_HOUR。
17134
17134
  # @type InstanceChargeType: String
17135
+ # @param BgpAsn: BGP ASN。ASN取值范围为1- 4294967295,默认值64551,其中139341、45090和58835不可用。
17136
+ # @type BgpAsn: Integer
17135
17137
 
17136
- attr_accessor :VpnGatewayId, :VpnGatewayName, :InstanceChargeType
17138
+ attr_accessor :VpnGatewayId, :VpnGatewayName, :InstanceChargeType, :BgpAsn
17137
17139
 
17138
- def initialize(vpngatewayid=nil, vpngatewayname=nil, instancechargetype=nil)
17140
+ def initialize(vpngatewayid=nil, vpngatewayname=nil, instancechargetype=nil, bgpasn=nil)
17139
17141
  @VpnGatewayId = vpngatewayid
17140
17142
  @VpnGatewayName = vpngatewayname
17141
17143
  @InstanceChargeType = instancechargetype
17144
+ @BgpAsn = bgpasn
17142
17145
  end
17143
17146
 
17144
17147
  def deserialize(params)
17145
17148
  @VpnGatewayId = params['VpnGatewayId']
17146
17149
  @VpnGatewayName = params['VpnGatewayName']
17147
17150
  @InstanceChargeType = params['InstanceChargeType']
17151
+ @BgpAsn = params['BgpAsn']
17148
17152
  end
17149
17153
  end
17150
17154
 
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.695
4
+ version: 3.0.696
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-07 00:00:00.000000000 Z
11
+ date: 2023-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20170312/models.rb
37
36
  - lib/v20170312/client.rb
37
+ - lib/v20170312/models.rb
38
38
  - lib/tencentcloud-sdk-vpc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby