tencentcloud-sdk-teo 3.0.635 → 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: 9e421ad547b12e8f34f1f99196a70aae63a60ff1
4
- data.tar.gz: 4c479a4cd5ac6b5fcdfc041a09ad3f9b5d19ecf7
3
+ metadata.gz: 31ab633f14c92aa636cf4f86732bc049836551ee
4
+ data.tar.gz: 480bf3b83e9839d55b96ae59abec3eed90a350e5
5
5
  SHA512:
6
- metadata.gz: 5f1a0c4dddced7809f631e5adf7fc2f6f890cc83fc6f818b27625d460ca7445c6864af5fd9803badf6fb95d5d14a3b0fa2d0599658f56403654e6961f1fd40c0
7
- data.tar.gz: 7456d93a187135d650d5af630da417f2d5e3588d62a0e185882eb6a9f4af48a53f42d2f78dcb50402bf15e124a6d8f9ab3209b8e0daa64725840de15e600cb98
6
+ metadata.gz: e845c660934f328efc4ea9b709c0f283d03c6f83614d0f8ccd9d5a25f1afe2f96d0ba555ce3b35ec11d5e80773144f63d15a141a5089cf6359d8f337ef6568f2
7
+ data.tar.gz: cb12845cca0512be303fd942b0bbb62db3b93dcdc60515d64999797c25fd1ab23b4929cbf52dccd4d0f559da94edb20b059450a2afb387360ca5e4fa15e7bb6f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.635
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.635
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-14 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