tencentcloud-sdk-teo 3.0.1140 → 3.0.1146
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/v20220901/models.rb +6 -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: cde8d781da6541fe1a4cc22787369a5b25042bc5
|
4
|
+
data.tar.gz: ba9688b725390c914469769efc11ce24cb4e58d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 538d54f1e0fed73435bbb4e8ea75db15f5b8567ae58ee459deaa5aa0cd8e55ef707edd597e5217301d6e313c508834c58054de30e59af8834d64fc28ccac81af
|
7
|
+
data.tar.gz: 78d7112483d62d931e3ebba9d829a35025647ec625b824cef2727d21fa59471763ef0035e4eb1109da51e0c2917e854f8bc49070b37eae602cff8c1c12c852c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1146
|
data/lib/v20220901/models.rb
CHANGED
@@ -16836,10 +16836,12 @@ module TencentCloud
|
|
16836
16836
|
# @type RegionId: String
|
16837
16837
|
# @param Lines: 线路信息,当查询网关信息详情 DescribeMultiPathGateway 的时候会返回,当查询网关列表 DescribeMultiPathGateways 的时候不会返回。
|
16838
16838
|
# @type Lines: Array
|
16839
|
+
# @param NeedConfirm: 网关回源 IP 列表发生了变化是否需要重新确认,取值有:<li>true:回源 IP 列表发生了变化,需要确认;</li><li>false:回源 IP 列表未发生变化,无需确认。</li>
|
16840
|
+
# @type NeedConfirm: String
|
16839
16841
|
|
16840
|
-
attr_accessor :GatewayId, :GatewayName, :GatewayType, :GatewayPort, :Status, :GatewayIP, :RegionId, :Lines
|
16842
|
+
attr_accessor :GatewayId, :GatewayName, :GatewayType, :GatewayPort, :Status, :GatewayIP, :RegionId, :Lines, :NeedConfirm
|
16841
16843
|
|
16842
|
-
def initialize(gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewayport=nil, status=nil, gatewayip=nil, regionid=nil, lines=nil)
|
16844
|
+
def initialize(gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewayport=nil, status=nil, gatewayip=nil, regionid=nil, lines=nil, needconfirm=nil)
|
16843
16845
|
@GatewayId = gatewayid
|
16844
16846
|
@GatewayName = gatewayname
|
16845
16847
|
@GatewayType = gatewaytype
|
@@ -16848,6 +16850,7 @@ module TencentCloud
|
|
16848
16850
|
@GatewayIP = gatewayip
|
16849
16851
|
@RegionId = regionid
|
16850
16852
|
@Lines = lines
|
16853
|
+
@NeedConfirm = needconfirm
|
16851
16854
|
end
|
16852
16855
|
|
16853
16856
|
def deserialize(params)
|
@@ -16866,6 +16869,7 @@ module TencentCloud
|
|
16866
16869
|
@Lines << multipathgatewayline_tmp
|
16867
16870
|
end
|
16868
16871
|
end
|
16872
|
+
@NeedConfirm = params['NeedConfirm']
|
16869
16873
|
end
|
16870
16874
|
end
|
16871
16875
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-teo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1146
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|