tencentcloud-sdk-vpc 3.0.963 → 3.0.964

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.
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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf5b2234c1ee54179ecb5e42774569978c7de811
4
- data.tar.gz: ff2b55f566012197752c98ac5a46bb18b6a3132e
3
+ metadata.gz: 1f7f40eed193fd152c0f96f28bdb99745fee9de3
4
+ data.tar.gz: 13b404a208c53989130120c97bc03830d8bc69cb
5
5
  SHA512:
6
- metadata.gz: 21adc5d217b799c98f9844a2878b8c271fe877583435c1c9364a8aaeb09a7182aa6f4b9507198208e9e12046a2e1ce10b14fb558e528c246436c89e2506e69bd
7
- data.tar.gz: d269e5755a7ed5f4b4c3b068519c8a1f53ef7feb0cb613d800c6c784e6fc934f08ca9fde76db9b870fce80f3c0694e9fc6ec51263d22914167010b1a4bcd5ae0
6
+ metadata.gz: c2b4e9d0048d6fe0da5be48d3700d53634b11bb4b49e9d0438c303ebee80726b64b795dcf4a3ade769546677f613a26b63a717e8771cdee4ce8e59eaae44ce79
7
+ data.tar.gz: 3a87479c705dd4e2fb472e7984f01077530fd91d69292197085d3098554254547370014b7e4e57351859c96ad99ad88aad1fb486e41d2831c6c444de4964ea4f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.963
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud