tencentcloud-sdk-vpc 3.0.962 → 3.0.964

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 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac380ffaca47b9eaa41bd3a337379cce6c7a3a54
4
- data.tar.gz: c1865343fba29e80d93ef0be06c7a9c83a587b0c
3
+ metadata.gz: 1f7f40eed193fd152c0f96f28bdb99745fee9de3
4
+ data.tar.gz: 13b404a208c53989130120c97bc03830d8bc69cb
5
5
  SHA512:
6
- metadata.gz: 4bdc85e72b43dcb5a66f335270a62f20b345a97cc871791883645bd0b4e323a8079af903a9014a16dd89ae1ad07ff347d9a4ecbebcb1d03bf14499ce6aaf7fef
7
- data.tar.gz: 4e8fdcdb922d508cd71f37993efe8d365476cf1270807f0589a5f721fcd7e0bf91327e86c9151aeee2991fbd65c92034eb05151283fc234febaa5aaf1aff5cb1
6
+ metadata.gz: c2b4e9d0048d6fe0da5be48d3700d53634b11bb4b49e9d0438c303ebee80726b64b795dcf4a3ade769546677f613a26b63a717e8771cdee4ce8e59eaae44ce79
7
+ data.tar.gz: 3a87479c705dd4e2fb472e7984f01077530fd91d69292197085d3098554254547370014b7e4e57351859c96ad99ad88aad1fb486e41d2831c6c444de4964ea4f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.962
1
+ 3.0.964
@@ -6440,10 +6440,12 @@ module TencentCloud
6440
6440
  # @type CdcId: String
6441
6441
  # @param MaxConnection: SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。仅 SSL / SSL_CCN 类型需要选这个参数。
6442
6442
  # @type MaxConnection: Integer
6443
+ # @param BgpAsn: BGP ASN。
6444
+ # @type BgpAsn: Integer
6443
6445
 
6444
- attr_accessor :VpcId, :VpnGatewayName, :InternetMaxBandwidthOut, :InstanceChargeType, :InstanceChargePrepaid, :Zone, :Type, :Tags, :CdcId, :MaxConnection
6446
+ attr_accessor :VpcId, :VpnGatewayName, :InternetMaxBandwidthOut, :InstanceChargeType, :InstanceChargePrepaid, :Zone, :Type, :Tags, :CdcId, :MaxConnection, :BgpAsn
6445
6447
 
6446
- def initialize(vpcid=nil, vpngatewayname=nil, internetmaxbandwidthout=nil, instancechargetype=nil, instancechargeprepaid=nil, zone=nil, type=nil, tags=nil, cdcid=nil, maxconnection=nil)
6448
+ def initialize(vpcid=nil, vpngatewayname=nil, internetmaxbandwidthout=nil, instancechargetype=nil, instancechargeprepaid=nil, zone=nil, type=nil, tags=nil, cdcid=nil, maxconnection=nil, bgpasn=nil)
6447
6449
  @VpcId = vpcid
6448
6450
  @VpnGatewayName = vpngatewayname
6449
6451
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -6454,6 +6456,7 @@ module TencentCloud
6454
6456
  @Tags = tags
6455
6457
  @CdcId = cdcid
6456
6458
  @MaxConnection = maxconnection
6459
+ @BgpAsn = bgpasn
6457
6460
  end
6458
6461
 
6459
6462
  def deserialize(params)
@@ -6477,6 +6480,7 @@ module TencentCloud
6477
6480
  end
6478
6481
  @CdcId = params['CdcId']
6479
6482
  @MaxConnection = params['MaxConnection']
6483
+ @BgpAsn = params['BgpAsn']
6480
6484
  end
6481
6485
  end
6482
6486
 
@@ -26797,10 +26801,12 @@ module TencentCloud
26797
26801
  # @type CdcId: String
26798
26802
  # @param MaxConnection: SSL-VPN 客户端连接数。
26799
26803
  # @type MaxConnection: Integer
26804
+ # @param BgpAsn: Bgp ASN
26805
+ # @type BgpAsn: Integer
26800
26806
 
26801
- attr_accessor :VpnGatewayId, :VpcId, :VpnGatewayName, :Type, :State, :PublicIpAddress, :RenewFlag, :InstanceChargeType, :InternetMaxBandwidthOut, :CreatedTime, :ExpiredTime, :IsAddressBlocked, :NewPurchasePlan, :RestrictState, :Zone, :VpnGatewayQuotaSet, :Version, :NetworkInstanceId, :CdcId, :MaxConnection
26807
+ attr_accessor :VpnGatewayId, :VpcId, :VpnGatewayName, :Type, :State, :PublicIpAddress, :RenewFlag, :InstanceChargeType, :InternetMaxBandwidthOut, :CreatedTime, :ExpiredTime, :IsAddressBlocked, :NewPurchasePlan, :RestrictState, :Zone, :VpnGatewayQuotaSet, :Version, :NetworkInstanceId, :CdcId, :MaxConnection, :BgpAsn
26802
26808
 
26803
- def initialize(vpngatewayid=nil, vpcid=nil, vpngatewayname=nil, type=nil, state=nil, publicipaddress=nil, renewflag=nil, instancechargetype=nil, internetmaxbandwidthout=nil, createdtime=nil, expiredtime=nil, isaddressblocked=nil, newpurchaseplan=nil, restrictstate=nil, zone=nil, vpngatewayquotaset=nil, version=nil, networkinstanceid=nil, cdcid=nil, maxconnection=nil)
26809
+ def initialize(vpngatewayid=nil, vpcid=nil, vpngatewayname=nil, type=nil, state=nil, publicipaddress=nil, renewflag=nil, instancechargetype=nil, internetmaxbandwidthout=nil, createdtime=nil, expiredtime=nil, isaddressblocked=nil, newpurchaseplan=nil, restrictstate=nil, zone=nil, vpngatewayquotaset=nil, version=nil, networkinstanceid=nil, cdcid=nil, maxconnection=nil, bgpasn=nil)
26804
26810
  @VpnGatewayId = vpngatewayid
26805
26811
  @VpcId = vpcid
26806
26812
  @VpnGatewayName = vpngatewayname
@@ -26821,6 +26827,7 @@ module TencentCloud
26821
26827
  @NetworkInstanceId = networkinstanceid
26822
26828
  @CdcId = cdcid
26823
26829
  @MaxConnection = maxconnection
26830
+ @BgpAsn = bgpasn
26824
26831
  end
26825
26832
 
26826
26833
  def deserialize(params)
@@ -26851,6 +26858,7 @@ module TencentCloud
26851
26858
  @NetworkInstanceId = params['NetworkInstanceId']
26852
26859
  @CdcId = params['CdcId']
26853
26860
  @MaxConnection = params['MaxConnection']
26861
+ @BgpAsn = params['BgpAsn']
26854
26862
  end
26855
26863
  end
26856
26864
 
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.962
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common