tencentcloud-sdk-teo 3.0.635 → 3.0.637
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 +20 -7
- 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: e0f80d71f708fe78bfd4087d34cbd6450112bdfb
|
4
|
+
data.tar.gz: 75be20d5f185dc745fd14e082f54610fb8a9dcbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b27b50e6b29c53a1219be6dbc9b2e98e7688f889250a6b650284444fd5f1cad25b1dfff08f432fbb63ba4f580df807d83e5fe11fda75d292cc38dc454ac59cdf
|
7
|
+
data.tar.gz: 65217ccd9fe7e6dc0e25de5cf336aad8f1fa6b37510bcf3e7a003346f4bc4e6fbc8a234e81bf462bcf9fbade8af63bd07cf4758744a27da7358271b7c1354de5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.637
|
data/lib/v20220901/models.rb
CHANGED
@@ -818,10 +818,13 @@ module TencentCloud
|
|
818
818
|
# <li>单端口,如:80。</li>
|
819
819
|
# <li>端口段:81-82,表示81,82两个端口。</li>
|
820
820
|
# @type OriginPort: String
|
821
|
+
# @param RuleTag: 规则标签。
|
822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
823
|
+
# @type RuleTag: String
|
821
824
|
|
822
|
-
attr_accessor :Proto, :Port, :OriginType, :OriginValue, :RuleId, :Status, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort
|
825
|
+
attr_accessor :Proto, :Port, :OriginType, :OriginValue, :RuleId, :Status, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort, :RuleTag
|
823
826
|
|
824
|
-
def initialize(proto=nil, port=nil, origintype=nil, originvalue=nil, ruleid=nil, status=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil)
|
827
|
+
def initialize(proto=nil, port=nil, origintype=nil, originvalue=nil, ruleid=nil, status=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil, ruletag=nil)
|
825
828
|
@Proto = proto
|
826
829
|
@Port = port
|
827
830
|
@OriginType = origintype
|
@@ -832,6 +835,7 @@ module TencentCloud
|
|
832
835
|
@SessionPersist = sessionpersist
|
833
836
|
@SessionPersistTime = sessionpersisttime
|
834
837
|
@OriginPort = originport
|
838
|
+
@RuleTag = ruletag
|
835
839
|
end
|
836
840
|
|
837
841
|
def deserialize(params)
|
@@ -845,6 +849,7 @@ module TencentCloud
|
|
845
849
|
@SessionPersist = params['SessionPersist']
|
846
850
|
@SessionPersistTime = params['SessionPersistTime']
|
847
851
|
@OriginPort = params['OriginPort']
|
852
|
+
@RuleTag = params['RuleTag']
|
848
853
|
end
|
849
854
|
end
|
850
855
|
|
@@ -1736,10 +1741,12 @@ module TencentCloud
|
|
1736
1741
|
# <li>单端口:80;</li>
|
1737
1742
|
# <li>端口段:81-90,81至90端口。</li>
|
1738
1743
|
# @type OriginPort: String
|
1744
|
+
# @param RuleTag: 规则标签。默认值为空字符串。
|
1745
|
+
# @type RuleTag: String
|
1739
1746
|
|
1740
|
-
attr_accessor :ZoneId, :ProxyId, :Proto, :Port, :OriginType, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort
|
1747
|
+
attr_accessor :ZoneId, :ProxyId, :Proto, :Port, :OriginType, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort, :RuleTag
|
1741
1748
|
|
1742
|
-
def initialize(zoneid=nil, proxyid=nil, proto=nil, port=nil, origintype=nil, originvalue=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil)
|
1749
|
+
def initialize(zoneid=nil, proxyid=nil, proto=nil, port=nil, origintype=nil, originvalue=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil, ruletag=nil)
|
1743
1750
|
@ZoneId = zoneid
|
1744
1751
|
@ProxyId = proxyid
|
1745
1752
|
@Proto = proto
|
@@ -1750,6 +1757,7 @@ module TencentCloud
|
|
1750
1757
|
@SessionPersist = sessionpersist
|
1751
1758
|
@SessionPersistTime = sessionpersisttime
|
1752
1759
|
@OriginPort = originport
|
1760
|
+
@RuleTag = ruletag
|
1753
1761
|
end
|
1754
1762
|
|
1755
1763
|
def deserialize(params)
|
@@ -1763,6 +1771,7 @@ module TencentCloud
|
|
1763
1771
|
@SessionPersist = params['SessionPersist']
|
1764
1772
|
@SessionPersistTime = params['SessionPersistTime']
|
1765
1773
|
@OriginPort = params['OriginPort']
|
1774
|
+
@RuleTag = params['RuleTag']
|
1766
1775
|
end
|
1767
1776
|
end
|
1768
1777
|
|
@@ -2862,7 +2871,7 @@ module TencentCloud
|
|
2862
2871
|
# @type Offset: Integer
|
2863
2872
|
# @param Limit: 分页查询限制数目。默认值:20,最大值:1000。
|
2864
2873
|
# @type Limit: Integer
|
2865
|
-
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>proxy-id<br> 按照【<strong>代理ID</strong>】进行过滤。代理ID形如:proxy-ev2sawbwfd。<br> 类型:String<br> 必选:否</li><li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-vawer2vadg。<br> 类型:String<br> 必选:否</li>
|
2874
|
+
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>proxy-id<br> 按照【<strong>代理ID</strong>】进行过滤。代理ID形如:proxy-ev2sawbwfd。<br> 类型:String<br> 必选:否</li><li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-vawer2vadg。<br> 类型:String<br> 必选:否</li><li>rule-tag<br> 按照【<strong>规则标签</strong>】对应用代理下的规则进行过滤。规则标签形如:rule-service-1。<br> 类型:String<br> 必选:否</li>
|
2866
2875
|
# @type Filters: Array
|
2867
2876
|
|
2868
2877
|
attr_accessor :Offset, :Limit, :Filters
|
@@ -6232,10 +6241,12 @@ module TencentCloud
|
|
6232
6241
|
# <li>单端口:80;</li>
|
6233
6242
|
# <li>端口段:81-90,81至90端口。</li>
|
6234
6243
|
# @type OriginPort: String
|
6244
|
+
# @param RuleTag: 规则标签。不填保持原有值。
|
6245
|
+
# @type RuleTag: String
|
6235
6246
|
|
6236
|
-
attr_accessor :ZoneId, :ProxyId, :RuleId, :OriginType, :Port, :Proto, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort
|
6247
|
+
attr_accessor :ZoneId, :ProxyId, :RuleId, :OriginType, :Port, :Proto, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort, :RuleTag
|
6237
6248
|
|
6238
|
-
def initialize(zoneid=nil, proxyid=nil, ruleid=nil, origintype=nil, port=nil, proto=nil, originvalue=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil)
|
6249
|
+
def initialize(zoneid=nil, proxyid=nil, ruleid=nil, origintype=nil, port=nil, proto=nil, originvalue=nil, forwardclientip=nil, sessionpersist=nil, sessionpersisttime=nil, originport=nil, ruletag=nil)
|
6239
6250
|
@ZoneId = zoneid
|
6240
6251
|
@ProxyId = proxyid
|
6241
6252
|
@RuleId = ruleid
|
@@ -6247,6 +6258,7 @@ module TencentCloud
|
|
6247
6258
|
@SessionPersist = sessionpersist
|
6248
6259
|
@SessionPersistTime = sessionpersisttime
|
6249
6260
|
@OriginPort = originport
|
6261
|
+
@RuleTag = ruletag
|
6250
6262
|
end
|
6251
6263
|
|
6252
6264
|
def deserialize(params)
|
@@ -6261,6 +6273,7 @@ module TencentCloud
|
|
6261
6273
|
@SessionPersist = params['SessionPersist']
|
6262
6274
|
@SessionPersistTime = params['SessionPersistTime']
|
6263
6275
|
@OriginPort = params['OriginPort']
|
6276
|
+
@RuleTag = params['RuleTag']
|
6264
6277
|
end
|
6265
6278
|
end
|
6266
6279
|
|
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.637
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|