tencentcloud-sdk-vpc 3.0.973 → 3.0.974
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 +23 -42
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f579bb5f0d130b943da759cd665352214f40190
|
4
|
+
data.tar.gz: c6ff4c827dbd52f299a377d78cb942faa6cf3100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6134cd267f61d1134866306333e22d6ca88336ffce56acf7f3349d67e0a6cee09e929f6ff07c09c8323b1daf8f17224846038698b472c598bca53345a0fd640a
|
7
|
+
data.tar.gz: 8cf3aaee920dafe5655c2f84cb87b9102340844cb9b29dcd1d2b736547997d67edde85871d6641f90a7dd1beadb62e67d2b95d619f907c4ce90bb85e52555165
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.974
|
data/lib/v20170312/models.rb
CHANGED
@@ -2202,37 +2202,26 @@ module TencentCloud
|
|
2202
2202
|
# @param CcnId: 带宽所属的云联网ID。
|
2203
2203
|
# @type CcnId: String
|
2204
2204
|
# @param CreatedTime: 实例的创建时间。
|
2205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2206
2205
|
# @type CreatedTime: String
|
2207
2206
|
# @param ExpiredTime: 实例的过期时间
|
2208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2209
2207
|
# @type ExpiredTime: String
|
2210
2208
|
# @param RegionFlowControlId: 带宽实例的唯一ID。
|
2211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2212
2209
|
# @type RegionFlowControlId: String
|
2213
2210
|
# @param RenewFlag: 带宽是否自动续费的标记。
|
2214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2215
2211
|
# @type RenewFlag: String
|
2216
2212
|
# @param CcnRegionBandwidthLimit: 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
|
2217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2218
2213
|
# @type CcnRegionBandwidthLimit: :class:`Tencentcloud::Vpc.v20170312.models.CcnRegionBandwidthLimitInfo`
|
2219
2214
|
# @param MarketId: 云市场实例ID。
|
2220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2221
2215
|
# @type MarketId: String
|
2222
2216
|
# @param UserAccountID: 实例所属用户主账号ID。
|
2223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2224
2217
|
# @type UserAccountID: String
|
2225
2218
|
# @param IsCrossBorder: 是否跨境,`true`表示跨境,反之不跨境。
|
2226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2227
2219
|
# @type IsCrossBorder: Boolean
|
2228
2220
|
# @param IsSecurityLock: `true`表示封禁,地域间流量不通,`false`解禁,地域间流量正常
|
2229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2230
2221
|
# @type IsSecurityLock: Boolean
|
2231
2222
|
# @param InstanceChargeType: `POSTPAID`表示后付费,`PREPAID`表示预付费。
|
2232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2233
2223
|
# @type InstanceChargeType: String
|
2234
2224
|
# @param UpdateTime: 实例更新时间
|
2235
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2236
2225
|
# @type UpdateTime: String
|
2237
2226
|
|
2238
2227
|
attr_accessor :CcnId, :CreatedTime, :ExpiredTime, :RegionFlowControlId, :RenewFlag, :CcnRegionBandwidthLimit, :MarketId, :UserAccountID, :IsCrossBorder, :IsSecurityLock, :InstanceChargeType, :UpdateTime
|
@@ -4001,21 +3990,27 @@ module TencentCloud
|
|
4001
3990
|
# @type GatewayType: String
|
4002
3991
|
# @param ModeType: 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
|
4003
3992
|
# @type ModeType: String
|
3993
|
+
# @param GatewayAsn: 专线网关自定义ASN,范围:45090,64512-65534 和4200000000-4294967294
|
3994
|
+
# @type GatewayAsn: Integer
|
4004
3995
|
# @param Zone: 专线网关可用区
|
4005
3996
|
# @type Zone: String
|
4006
3997
|
# @param HaZoneGroupId: 专线网关高可用区容灾组ID
|
4007
3998
|
# @type HaZoneGroupId: String
|
3999
|
+
# @param Tags: 标签
|
4000
|
+
# @type Tags: Array
|
4008
4001
|
|
4009
|
-
attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :Zone, :HaZoneGroupId
|
4002
|
+
attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :GatewayAsn, :Zone, :HaZoneGroupId, :Tags
|
4010
4003
|
|
4011
|
-
def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, zone=nil, hazonegroupid=nil)
|
4004
|
+
def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, gatewayasn=nil, zone=nil, hazonegroupid=nil, tags=nil)
|
4012
4005
|
@DirectConnectGatewayName = directconnectgatewayname
|
4013
4006
|
@NetworkType = networktype
|
4014
4007
|
@NetworkInstanceId = networkinstanceid
|
4015
4008
|
@GatewayType = gatewaytype
|
4016
4009
|
@ModeType = modetype
|
4010
|
+
@GatewayAsn = gatewayasn
|
4017
4011
|
@Zone = zone
|
4018
4012
|
@HaZoneGroupId = hazonegroupid
|
4013
|
+
@Tags = tags
|
4019
4014
|
end
|
4020
4015
|
|
4021
4016
|
def deserialize(params)
|
@@ -4024,8 +4019,17 @@ module TencentCloud
|
|
4024
4019
|
@NetworkInstanceId = params['NetworkInstanceId']
|
4025
4020
|
@GatewayType = params['GatewayType']
|
4026
4021
|
@ModeType = params['ModeType']
|
4022
|
+
@GatewayAsn = params['GatewayAsn']
|
4027
4023
|
@Zone = params['Zone']
|
4028
4024
|
@HaZoneGroupId = params['HaZoneGroupId']
|
4025
|
+
unless params['Tags'].nil?
|
4026
|
+
@Tags = []
|
4027
|
+
params['Tags'].each do |i|
|
4028
|
+
tag_tmp = Tag.new
|
4029
|
+
tag_tmp.deserialize(i)
|
4030
|
+
@Tags << tag_tmp
|
4031
|
+
end
|
4032
|
+
end
|
4029
4033
|
end
|
4030
4034
|
end
|
4031
4035
|
|
@@ -6856,13 +6860,10 @@ module TencentCloud
|
|
6856
6860
|
# 对端网关厂商信息对象。
|
6857
6861
|
class CustomerGatewayVendor < TencentCloud::Common::AbstractModel
|
6858
6862
|
# @param Platform: 平台。
|
6859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6860
6863
|
# @type Platform: String
|
6861
6864
|
# @param SoftwareVersion: 软件版本。
|
6862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6863
6865
|
# @type SoftwareVersion: String
|
6864
6866
|
# @param VendorName: 供应商名称。
|
6865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6866
6867
|
# @type VendorName: String
|
6867
6868
|
|
6868
6869
|
attr_accessor :Platform, :SoftwareVersion, :VendorName
|
@@ -15739,46 +15740,38 @@ module TencentCloud
|
|
15739
15740
|
# @param EnableBGPCommunity: 开启和关闭BGP的community属性。
|
15740
15741
|
# @type EnableBGPCommunity: Boolean
|
15741
15742
|
# @param NatGatewayId: 绑定的NAT网关ID。
|
15742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15743
15743
|
# @type NatGatewayId: String
|
15744
15744
|
# @param VXLANSupport: 专线网关是否支持VXLAN架构
|
15745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15746
15745
|
# @type VXLANSupport: Array
|
15747
15746
|
# @param ModeType: 云联网路由发布模式:`standard`(标准模式)、`exquisite`(精细模式)。
|
15748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15749
15747
|
# @type ModeType: String
|
15750
15748
|
# @param LocalZone: 是否为localZone专线网关。
|
15751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15752
15749
|
# @type LocalZone: Boolean
|
15753
15750
|
# @param Zone: 专线网关所在可用区
|
15754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15755
15751
|
# @type Zone: String
|
15756
15752
|
# @param EnableFlowDetails: 网关流控明细启用状态:
|
15757
15753
|
# 0:关闭
|
15758
15754
|
# 1:开启
|
15759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15760
15755
|
# @type EnableFlowDetails: Integer
|
15761
15756
|
# @param FlowDetailsUpdateTime: 开启、关闭网关流控明细时间
|
15762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15763
15757
|
# @type FlowDetailsUpdateTime: String
|
15764
15758
|
# @param NewAfc: 是否支持开启网关流控明细
|
15765
15759
|
# 0:不支持
|
15766
15760
|
# 1:支持
|
15767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15768
15761
|
# @type NewAfc: Integer
|
15769
15762
|
# @param AccessNetworkType: 专线网关接入网络类型:
|
15770
15763
|
# <li>`VXLAN` - VXLAN类型。</li>
|
15771
15764
|
# <li>`MPLS` - MPLS类型。</li>
|
15772
15765
|
# <li>`Hybrid` - Hybrid类型。</li>
|
15773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15774
15766
|
# @type AccessNetworkType: String
|
15775
15767
|
# @param HaZoneList: 跨可用区容灾专线网关的可用区列表
|
15776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15777
15768
|
# @type HaZoneList: Array
|
15769
|
+
# @param GatewayAsn: 专线网关自定义ASN
|
15770
|
+
# @type GatewayAsn: Integer
|
15778
15771
|
|
15779
|
-
attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone, :EnableFlowDetails, :FlowDetailsUpdateTime, :NewAfc, :AccessNetworkType, :HaZoneList
|
15772
|
+
attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone, :EnableFlowDetails, :FlowDetailsUpdateTime, :NewAfc, :AccessNetworkType, :HaZoneList, :GatewayAsn
|
15780
15773
|
|
15781
|
-
def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil, enableflowdetails=nil, flowdetailsupdatetime=nil, newafc=nil, accessnetworktype=nil, hazonelist=nil)
|
15774
|
+
def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil, enableflowdetails=nil, flowdetailsupdatetime=nil, newafc=nil, accessnetworktype=nil, hazonelist=nil, gatewayasn=nil)
|
15782
15775
|
@DirectConnectGatewayId = directconnectgatewayid
|
15783
15776
|
@DirectConnectGatewayName = directconnectgatewayname
|
15784
15777
|
@VpcId = vpcid
|
@@ -15801,6 +15794,7 @@ module TencentCloud
|
|
15801
15794
|
@NewAfc = newafc
|
15802
15795
|
@AccessNetworkType = accessnetworktype
|
15803
15796
|
@HaZoneList = hazonelist
|
15797
|
+
@GatewayAsn = gatewayasn
|
15804
15798
|
end
|
15805
15799
|
|
15806
15800
|
def deserialize(params)
|
@@ -15826,6 +15820,7 @@ module TencentCloud
|
|
15826
15820
|
@NewAfc = params['NewAfc']
|
15827
15821
|
@AccessNetworkType = params['AccessNetworkType']
|
15828
15822
|
@HaZoneList = params['HaZoneList']
|
15823
|
+
@GatewayAsn = params['GatewayAsn']
|
15829
15824
|
end
|
15830
15825
|
end
|
15831
15826
|
|
@@ -17457,16 +17452,12 @@ module TencentCloud
|
|
17457
17452
|
# VPN通道健康检查配置
|
17458
17453
|
class HealthCheckConfig < TencentCloud::Common::AbstractModel
|
17459
17454
|
# @param ProbeType: 探测模式,默认值NQA,不可修改。
|
17460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17461
17455
|
# @type ProbeType: String
|
17462
17456
|
# @param ProbeInterval: 探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。
|
17463
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17464
17457
|
# @type ProbeInterval: Integer
|
17465
17458
|
# @param ProbeThreshold: 探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。
|
17466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17467
17459
|
# @type ProbeThreshold: Integer
|
17468
17460
|
# @param ProbeTimeout: 探测超时时间,范围【10-5000】,单位ms。
|
17469
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17470
17461
|
# @type ProbeTimeout: Integer
|
17471
17462
|
|
17472
17463
|
attr_accessor :ProbeType, :ProbeInterval, :ProbeThreshold, :ProbeTimeout
|
@@ -25124,10 +25115,8 @@ module TencentCloud
|
|
25124
25115
|
# SecurityPolicyDatabase策略
|
25125
25116
|
class SecurityPolicyDatabase < TencentCloud::Common::AbstractModel
|
25126
25117
|
# @param LocalCidrBlock: 本端网段
|
25127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25128
25118
|
# @type LocalCidrBlock: String
|
25129
25119
|
# @param RemoteCidrBlock: 对端网段
|
25130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25131
25120
|
# @type RemoteCidrBlock: Array
|
25132
25121
|
|
25133
25122
|
attr_accessor :LocalCidrBlock, :RemoteCidrBlock
|
@@ -25656,7 +25645,6 @@ module TencentCloud
|
|
25656
25645
|
# SSL-VPN-SERVER 出参
|
25657
25646
|
class SslVpnSever < TencentCloud::Common::AbstractModel
|
25658
25647
|
# @param VpcId: VPC实例ID.
|
25659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25660
25648
|
# @type VpcId: String
|
25661
25649
|
# @param SslVpnServerId: SSL-VPN-SERVER 实例ID。
|
25662
25650
|
# @type SslVpnServerId: String
|
@@ -25703,7 +25691,6 @@ module TencentCloud
|
|
25703
25691
|
# @param AccessPolicy: 策略信息
|
25704
25692
|
# @type AccessPolicy: Array
|
25705
25693
|
# @param SpName: CAM服务提供商Name
|
25706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25707
25694
|
# @type SpName: String
|
25708
25695
|
|
25709
25696
|
attr_accessor :VpcId, :SslVpnServerId, :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :MaxConnection, :WanIp, :SslVpnProtocol, :SslVpnPort, :EncryptAlgorithm, :IntegrityAlgorithm, :Compress, :CreateTime, :State, :SsoEnabled, :EiamApplicationId, :AccessPolicyEnabled, :AccessPolicy, :SpName
|
@@ -26041,22 +26028,16 @@ module TencentCloud
|
|
26041
26028
|
# 流量调度规则
|
26042
26029
|
class TrafficQosPolicySet < TencentCloud::Common::AbstractModel
|
26043
26030
|
# @param CcnId: CCN实例ID。形如:ccn-f49l6u0z。
|
26044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26045
26031
|
# @type CcnId: String
|
26046
26032
|
# @param QosId: qos id。
|
26047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26048
26033
|
# @type QosId: Integer
|
26049
26034
|
# @param QosPolicyDescription: 描述。
|
26050
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26051
26035
|
# @type QosPolicyDescription: String
|
26052
26036
|
# @param QosPolicyName: 名称。
|
26053
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26054
26037
|
# @type QosPolicyName: String
|
26055
26038
|
# @param Bandwidth: 带宽。
|
26056
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26057
26039
|
# @type Bandwidth: Integer
|
26058
26040
|
# @param QosPolicyId: 流量调度策略ID。
|
26059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26060
26041
|
# @type QosPolicyId: String
|
26061
26042
|
|
26062
26043
|
attr_accessor :CcnId, :QosId, :QosPolicyDescription, :QosPolicyName, :Bandwidth, :QosPolicyId
|
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.974
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|