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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +12 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f7f40eed193fd152c0f96f28bdb99745fee9de3
|
4
|
+
data.tar.gz: 13b404a208c53989130120c97bc03830d8bc69cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2b4e9d0048d6fe0da5be48d3700d53634b11bb4b49e9d0438c303ebee80726b64b795dcf4a3ade769546677f613a26b63a717e8771cdee4ce8e59eaae44ce79
|
7
|
+
data.tar.gz: 3a87479c705dd4e2fb472e7984f01077530fd91d69292197085d3098554254547370014b7e4e57351859c96ad99ad88aad1fb486e41d2831c6c444de4964ea4f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.964
|
data/lib/v20170312/models.rb
CHANGED
@@ -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
|
|