tencentcloud-sdk-teo 3.0.635 → 3.0.636
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: 31ab633f14c92aa636cf4f86732bc049836551ee
|
|
4
|
+
data.tar.gz: 480bf3b83e9839d55b96ae59abec3eed90a350e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e845c660934f328efc4ea9b709c0f283d03c6f83614d0f8ccd9d5a25f1afe2f96d0ba555ce3b35ec11d5e80773144f63d15a141a5089cf6359d8f337ef6568f2
|
|
7
|
+
data.tar.gz: cb12845cca0512be303fd942b0bbb62db3b93dcdc60515d64999797c25fd1ab23b4929cbf52dccd4d0f559da94edb20b059450a2afb387360ca5e4fa15e7bb6f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.636
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -6232,10 +6232,12 @@ module TencentCloud
|
|
|
6232
6232
|
# <li>单端口:80;</li>
|
|
6233
6233
|
# <li>端口段:81-90,81至90端口。</li>
|
|
6234
6234
|
# @type OriginPort: String
|
|
6235
|
+
# @param RuleTag: 规则标签。不填保持原有值。
|
|
6236
|
+
# @type RuleTag: String
|
|
6235
6237
|
|
|
6236
|
-
attr_accessor :ZoneId, :ProxyId, :RuleId, :OriginType, :Port, :Proto, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort
|
|
6238
|
+
attr_accessor :ZoneId, :ProxyId, :RuleId, :OriginType, :Port, :Proto, :OriginValue, :ForwardClientIp, :SessionPersist, :SessionPersistTime, :OriginPort, :RuleTag
|
|
6237
6239
|
|
|
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)
|
|
6240
|
+
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
6241
|
@ZoneId = zoneid
|
|
6240
6242
|
@ProxyId = proxyid
|
|
6241
6243
|
@RuleId = ruleid
|
|
@@ -6247,6 +6249,7 @@ module TencentCloud
|
|
|
6247
6249
|
@SessionPersist = sessionpersist
|
|
6248
6250
|
@SessionPersistTime = sessionpersisttime
|
|
6249
6251
|
@OriginPort = originport
|
|
6252
|
+
@RuleTag = ruletag
|
|
6250
6253
|
end
|
|
6251
6254
|
|
|
6252
6255
|
def deserialize(params)
|
|
@@ -6261,6 +6264,7 @@ module TencentCloud
|
|
|
6261
6264
|
@SessionPersist = params['SessionPersist']
|
|
6262
6265
|
@SessionPersistTime = params['SessionPersistTime']
|
|
6263
6266
|
@OriginPort = params['OriginPort']
|
|
6267
|
+
@RuleTag = params['RuleTag']
|
|
6264
6268
|
end
|
|
6265
6269
|
end
|
|
6266
6270
|
|
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.636
|
|
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-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|