tencentcloud-sdk-vpc 3.0.380 → 3.0.384
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 +33 -2
- 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: 89b0a7b090772a98a0aee39860a6ce0904e9c2a4
|
|
4
|
+
data.tar.gz: eff051837b8d2da7c48687c55909d86f73ba671e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a9bfe63a0c75c280c26f75c67cbc247475c5952d0355bb23b9d81d972330d9001e472ca8cbc1f0845191f210c9ae5377d05b0197fcb761ea27003dd1128b264
|
|
7
|
+
data.tar.gz: 971c232822e0461a9781d6cd53637a044739bd901a08c9fc7513ed8106fe4e4642c78beb74b3b2bc28796f894a188b36578bec025bce9440f5fe488e996e1f31
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.384
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -18523,10 +18523,24 @@ module TencentCloud
|
|
|
18523
18523
|
# @type HealthCheckRemoteIp: String
|
|
18524
18524
|
# @param HealthCheckStatus: 通道健康检查状态,AVAILABLE:正常,UNAVAILABLE:不正常。 未配置健康检查不返回该对象
|
|
18525
18525
|
# @type HealthCheckStatus: String
|
|
18526
|
+
# @param DpdEnable: DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
|
|
18527
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18528
|
+
# @type DpdEnable: Integer
|
|
18529
|
+
# @param DpdTimeout: DPD超时时间。即探测确认对端不存在需要的时间。
|
|
18530
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18531
|
+
# @type DpdTimeout: String
|
|
18532
|
+
# @param DpdAction: DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
|
|
18533
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18534
|
+
# @type DpdAction: String
|
|
18535
|
+
# @param TagSet: 标签键值对数组
|
|
18536
|
+
# @type TagSet: Array
|
|
18537
|
+
# @param NegotiationType: 协商类型
|
|
18538
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18539
|
+
# @type NegotiationType: String
|
|
18526
18540
|
|
|
18527
|
-
attr_accessor :VpnConnectionId, :VpnConnectionName, :VpcId, :VpnGatewayId, :CustomerGatewayId, :PreShareKey, :VpnProto, :EncryptProto, :RouteType, :CreatedTime, :State, :NetStatus, :SecurityPolicyDatabaseSet, :IKEOptionsSpecification, :IPSECOptionsSpecification, :EnableHealthCheck, :HealthCheckLocalIp, :HealthCheckRemoteIp, :HealthCheckStatus
|
|
18541
|
+
attr_accessor :VpnConnectionId, :VpnConnectionName, :VpcId, :VpnGatewayId, :CustomerGatewayId, :PreShareKey, :VpnProto, :EncryptProto, :RouteType, :CreatedTime, :State, :NetStatus, :SecurityPolicyDatabaseSet, :IKEOptionsSpecification, :IPSECOptionsSpecification, :EnableHealthCheck, :HealthCheckLocalIp, :HealthCheckRemoteIp, :HealthCheckStatus, :DpdEnable, :DpdTimeout, :DpdAction, :TagSet, :NegotiationType
|
|
18528
18542
|
|
|
18529
|
-
def initialize(vpnconnectionid=nil, vpnconnectionname=nil, vpcid=nil, vpngatewayid=nil, customergatewayid=nil, presharekey=nil, vpnproto=nil, encryptproto=nil, routetype=nil, createdtime=nil, state=nil, netstatus=nil, securitypolicydatabaseset=nil, ikeoptionsspecification=nil, ipsecoptionsspecification=nil, enablehealthcheck=nil, healthchecklocalip=nil, healthcheckremoteip=nil, healthcheckstatus=nil)
|
|
18543
|
+
def initialize(vpnconnectionid=nil, vpnconnectionname=nil, vpcid=nil, vpngatewayid=nil, customergatewayid=nil, presharekey=nil, vpnproto=nil, encryptproto=nil, routetype=nil, createdtime=nil, state=nil, netstatus=nil, securitypolicydatabaseset=nil, ikeoptionsspecification=nil, ipsecoptionsspecification=nil, enablehealthcheck=nil, healthchecklocalip=nil, healthcheckremoteip=nil, healthcheckstatus=nil, dpdenable=nil, dpdtimeout=nil, dpdaction=nil, tagset=nil, negotiationtype=nil)
|
|
18530
18544
|
@VpnConnectionId = vpnconnectionid
|
|
18531
18545
|
@VpnConnectionName = vpnconnectionname
|
|
18532
18546
|
@VpcId = vpcid
|
|
@@ -18546,6 +18560,11 @@ module TencentCloud
|
|
|
18546
18560
|
@HealthCheckLocalIp = healthchecklocalip
|
|
18547
18561
|
@HealthCheckRemoteIp = healthcheckremoteip
|
|
18548
18562
|
@HealthCheckStatus = healthcheckstatus
|
|
18563
|
+
@DpdEnable = dpdenable
|
|
18564
|
+
@DpdTimeout = dpdtimeout
|
|
18565
|
+
@DpdAction = dpdaction
|
|
18566
|
+
@TagSet = tagset
|
|
18567
|
+
@NegotiationType = negotiationtype
|
|
18549
18568
|
end
|
|
18550
18569
|
|
|
18551
18570
|
def deserialize(params)
|
|
@@ -18581,6 +18600,18 @@ module TencentCloud
|
|
|
18581
18600
|
@HealthCheckLocalIp = params['HealthCheckLocalIp']
|
|
18582
18601
|
@HealthCheckRemoteIp = params['HealthCheckRemoteIp']
|
|
18583
18602
|
@HealthCheckStatus = params['HealthCheckStatus']
|
|
18603
|
+
@DpdEnable = params['DpdEnable']
|
|
18604
|
+
@DpdTimeout = params['DpdTimeout']
|
|
18605
|
+
@DpdAction = params['DpdAction']
|
|
18606
|
+
unless params['TagSet'].nil?
|
|
18607
|
+
@TagSet = []
|
|
18608
|
+
params['TagSet'].each do |i|
|
|
18609
|
+
tag_tmp = Tag.new
|
|
18610
|
+
tag_tmp.deserialize(i)
|
|
18611
|
+
@TagSet << tag_tmp
|
|
18612
|
+
end
|
|
18613
|
+
end
|
|
18614
|
+
@NegotiationType = params['NegotiationType']
|
|
18584
18615
|
end
|
|
18585
18616
|
end
|
|
18586
18617
|
|
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.384
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|