tencentcloud-sdk-teo 3.0.634 → 3.0.636

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7d3f020ec94a3fb391420736afbfef1ead8c29b
4
- data.tar.gz: 58fb9eb01cdc723faed6d2c986fbff37aa50f0bf
3
+ metadata.gz: 31ab633f14c92aa636cf4f86732bc049836551ee
4
+ data.tar.gz: 480bf3b83e9839d55b96ae59abec3eed90a350e5
5
5
  SHA512:
6
- metadata.gz: aeb6d4eb8dbd403634e15a299e86e8c82deec9266ebdd9d60c2679bec8372e5b8e81941f3cdbb2b607ebf78a2b8ebc628df2fd3ddd1fe485389039aaedea5972
7
- data.tar.gz: 2fc813e2224167029ae5b4cd508fcffc59a095ee92290b80b21bd2344bf8e685271b9a38cfb1d1d86fbc9e7a7689ce8d6c58bbc4b3e2dd6a6531a79d5d2d480f
6
+ metadata.gz: e845c660934f328efc4ea9b709c0f283d03c6f83614d0f8ccd9d5a25f1afe2f96d0ba555ce3b35ec11d5e80773144f63d15a141a5089cf6359d8f337ef6568f2
7
+ data.tar.gz: cb12845cca0512be303fd942b0bbb62db3b93dcdc60515d64999797c25fd1ab23b4929cbf52dccd4d0f559da94edb20b059450a2afb387360ca5e4fa15e7bb6f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.634
1
+ 3.0.636
@@ -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.634
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 00:00:00.000000000 Z
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