tencentcloud-sdk-waf 3.0.468 → 3.0.470

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180125/models.rb +34 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 770775d20e0b31cfdfcfa393d8d033ce2104e31d
4
- data.tar.gz: 1daee1f3a69d396c9a1846f622dce4451f831c66
3
+ metadata.gz: bf35627483c884a68d3d0c899532e90d819afab5
4
+ data.tar.gz: d6d98aa60ac918c57a2f55cc67b2c58fb99ddce6
5
5
  SHA512:
6
- metadata.gz: 086373f6745f08c41bc3112b8559cc5d1e990c9e85261727a54b532f965854b0dc3751b51904c10b20efeb1b303df1fa7b4cdbe8d626700adcf6ada95cdbe41d
7
- data.tar.gz: a7ca4167ba6c116a27620dd2c1542e3628920d4988a488736a0b75f784412b78ace16af8c2c0cd455d0d274fb83bd4f26afbdfdb323d8c1b097071dc78dac7cc
6
+ metadata.gz: 8ec1aa5800f3bb17fdb7e5a5ab4228c7a4abb19afa02ce1eb2960bb049123a0aee316a51fc6d820df72c92d8cfa3a25363fc30f56579d8a36a5052c2352407c8
7
+ data.tar.gz: a5f85421dfa16b993ceb07e44d6007a598a56293a739bae260271c517a5608f9eb1baf7d169fd1f78bfa4660ad4be6e9ae7023b5973360026a2154b5dc5d34a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.468
1
+ 3.0.470
@@ -492,10 +492,14 @@ module TencentCloud
492
492
  # @type Ciphers: Array
493
493
  # @param CipherTemplate: 0:不支持选择:默认模版 1:通用型模版 2:安全型模版 3:自定义模版
494
494
  # @type CipherTemplate: Integer
495
+ # @param ProxyReadTimeout: 300s
496
+ # @type ProxyReadTimeout: Integer
497
+ # @param ProxySendTimeout: 300s
498
+ # @type ProxySendTimeout: Integer
495
499
 
496
- attr_accessor :Domain, :CertType, :IsCdn, :UpstreamType, :IsWebsocket, :LoadBalance, :Cert, :PrivateKey, :SSLId, :ResourceId, :UpstreamScheme, :HttpsUpstreamPort, :IsGray, :GrayAreas, :UpstreamDomain, :SrcList, :IsHttp2, :HttpsRewrite, :Ports, :Edition, :IsKeepAlive, :InstanceID, :Anycast, :Weights, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate
500
+ attr_accessor :Domain, :CertType, :IsCdn, :UpstreamType, :IsWebsocket, :LoadBalance, :Cert, :PrivateKey, :SSLId, :ResourceId, :UpstreamScheme, :HttpsUpstreamPort, :IsGray, :GrayAreas, :UpstreamDomain, :SrcList, :IsHttp2, :HttpsRewrite, :Ports, :Edition, :IsKeepAlive, :InstanceID, :Anycast, :Weights, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyReadTimeout, :ProxySendTimeout
497
501
 
498
- def initialize(domain=nil, certtype=nil, iscdn=nil, upstreamtype=nil, iswebsocket=nil, loadbalance=nil, cert=nil, privatekey=nil, sslid=nil, resourceid=nil, upstreamscheme=nil, httpsupstreamport=nil, isgray=nil, grayareas=nil, upstreamdomain=nil, srclist=nil, ishttp2=nil, httpsrewrite=nil, ports=nil, edition=nil, iskeepalive=nil, instanceid=nil, anycast=nil, weights=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil)
502
+ def initialize(domain=nil, certtype=nil, iscdn=nil, upstreamtype=nil, iswebsocket=nil, loadbalance=nil, cert=nil, privatekey=nil, sslid=nil, resourceid=nil, upstreamscheme=nil, httpsupstreamport=nil, isgray=nil, grayareas=nil, upstreamdomain=nil, srclist=nil, ishttp2=nil, httpsrewrite=nil, ports=nil, edition=nil, iskeepalive=nil, instanceid=nil, anycast=nil, weights=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyreadtimeout=nil, proxysendtimeout=nil)
499
503
  @Domain = domain
500
504
  @CertType = certtype
501
505
  @IsCdn = iscdn
@@ -524,6 +528,8 @@ module TencentCloud
524
528
  @TLSVersion = tlsversion
525
529
  @Ciphers = ciphers
526
530
  @CipherTemplate = ciphertemplate
531
+ @ProxyReadTimeout = proxyreadtimeout
532
+ @ProxySendTimeout = proxysendtimeout
527
533
  end
528
534
 
529
535
  def deserialize(params)
@@ -562,6 +568,8 @@ module TencentCloud
562
568
  @TLSVersion = params['TLSVersion']
563
569
  @Ciphers = params['Ciphers']
564
570
  @CipherTemplate = params['CipherTemplate']
571
+ @ProxyReadTimeout = params['ProxyReadTimeout']
572
+ @ProxySendTimeout = params['ProxySendTimeout']
565
573
  end
566
574
  end
567
575
 
@@ -2156,10 +2164,16 @@ module TencentCloud
2156
2164
  # @param CipherTemplate: 模版
2157
2165
  # 注意:此字段可能返回 null,表示取不到有效值。
2158
2166
  # @type CipherTemplate: Integer
2167
+ # @param ProxyReadTimeout: 300s
2168
+ # 注意:此字段可能返回 null,表示取不到有效值。
2169
+ # @type ProxyReadTimeout: Integer
2170
+ # @param ProxySendTimeout: 300s
2171
+ # 注意:此字段可能返回 null,表示取不到有效值。
2172
+ # @type ProxySendTimeout: Integer
2159
2173
 
2160
- attr_accessor :HttpsRewrite, :HttpsUpstreamPort, :IsCdn, :IsGray, :IsHttp2, :IsWebsocket, :LoadBalance, :Mode, :PrivateKey, :SSLId, :UpstreamDomain, :UpstreamType, :SrcList, :Ports, :CertType, :UpstreamScheme, :Cls, :Cname, :IsKeepAlive, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate
2174
+ attr_accessor :HttpsRewrite, :HttpsUpstreamPort, :IsCdn, :IsGray, :IsHttp2, :IsWebsocket, :LoadBalance, :Mode, :PrivateKey, :SSLId, :UpstreamDomain, :UpstreamType, :SrcList, :Ports, :CertType, :UpstreamScheme, :Cls, :Cname, :IsKeepAlive, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyReadTimeout, :ProxySendTimeout
2161
2175
 
2162
- def initialize(httpsrewrite=nil, httpsupstreamport=nil, iscdn=nil, isgray=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, mode=nil, privatekey=nil, sslid=nil, upstreamdomain=nil, upstreamtype=nil, srclist=nil, ports=nil, certtype=nil, upstreamscheme=nil, cls=nil, cname=nil, iskeepalive=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil)
2176
+ def initialize(httpsrewrite=nil, httpsupstreamport=nil, iscdn=nil, isgray=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, mode=nil, privatekey=nil, sslid=nil, upstreamdomain=nil, upstreamtype=nil, srclist=nil, ports=nil, certtype=nil, upstreamscheme=nil, cls=nil, cname=nil, iskeepalive=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyreadtimeout=nil, proxysendtimeout=nil)
2163
2177
  @HttpsRewrite = httpsrewrite
2164
2178
  @HttpsUpstreamPort = httpsupstreamport
2165
2179
  @IsCdn = iscdn
@@ -2183,6 +2197,8 @@ module TencentCloud
2183
2197
  @TLSVersion = tlsversion
2184
2198
  @Ciphers = ciphers
2185
2199
  @CipherTemplate = ciphertemplate
2200
+ @ProxyReadTimeout = proxyreadtimeout
2201
+ @ProxySendTimeout = proxysendtimeout
2186
2202
  end
2187
2203
 
2188
2204
  def deserialize(params)
@@ -2216,6 +2232,8 @@ module TencentCloud
2216
2232
  @TLSVersion = params['TLSVersion']
2217
2233
  @Ciphers = params['Ciphers']
2218
2234
  @CipherTemplate = params['CipherTemplate']
2235
+ @ProxyReadTimeout = params['ProxyReadTimeout']
2236
+ @ProxySendTimeout = params['ProxySendTimeout']
2219
2237
  end
2220
2238
  end
2221
2239
 
@@ -2502,10 +2520,16 @@ module TencentCloud
2502
2520
  # @param ElasticBilling: qps弹性计费上限
2503
2521
  # 注意:此字段可能返回 null,表示取不到有效值。
2504
2522
  # @type ElasticBilling: Integer
2523
+ # @param AttackLogPost: 攻击日志投递开关
2524
+ # 注意:此字段可能返回 null,表示取不到有效值。
2525
+ # @type AttackLogPost: Integer
2526
+ # @param MaxBandwidth: 带宽峰值
2527
+ # 注意:此字段可能返回 null,表示取不到有效值。
2528
+ # @type MaxBandwidth: Integer
2505
2529
 
2506
- attr_accessor :InstanceId, :InstanceName, :ResourceIds, :Region, :PayMode, :RenewFlag, :Mode, :Level, :ValidTime, :BeginTime, :DomainCount, :SubDomainLimit, :MainDomainCount, :MainDomainLimit, :MaxQPS, :QPS, :DomainPkg, :AppId, :Edition, :FraudPkg, :BotPkg, :BotQPS, :ElasticBilling
2530
+ attr_accessor :InstanceId, :InstanceName, :ResourceIds, :Region, :PayMode, :RenewFlag, :Mode, :Level, :ValidTime, :BeginTime, :DomainCount, :SubDomainLimit, :MainDomainCount, :MainDomainLimit, :MaxQPS, :QPS, :DomainPkg, :AppId, :Edition, :FraudPkg, :BotPkg, :BotQPS, :ElasticBilling, :AttackLogPost, :MaxBandwidth
2507
2531
 
2508
- def initialize(instanceid=nil, instancename=nil, resourceids=nil, region=nil, paymode=nil, renewflag=nil, mode=nil, level=nil, validtime=nil, begintime=nil, domaincount=nil, subdomainlimit=nil, maindomaincount=nil, maindomainlimit=nil, maxqps=nil, qps=nil, domainpkg=nil, appid=nil, edition=nil, fraudpkg=nil, botpkg=nil, botqps=nil, elasticbilling=nil)
2532
+ def initialize(instanceid=nil, instancename=nil, resourceids=nil, region=nil, paymode=nil, renewflag=nil, mode=nil, level=nil, validtime=nil, begintime=nil, domaincount=nil, subdomainlimit=nil, maindomaincount=nil, maindomainlimit=nil, maxqps=nil, qps=nil, domainpkg=nil, appid=nil, edition=nil, fraudpkg=nil, botpkg=nil, botqps=nil, elasticbilling=nil, attacklogpost=nil, maxbandwidth=nil)
2509
2533
  @InstanceId = instanceid
2510
2534
  @InstanceName = instancename
2511
2535
  @ResourceIds = resourceids
@@ -2529,6 +2553,8 @@ module TencentCloud
2529
2553
  @BotPkg = botpkg
2530
2554
  @BotQPS = botqps
2531
2555
  @ElasticBilling = elasticbilling
2556
+ @AttackLogPost = attacklogpost
2557
+ @MaxBandwidth = maxbandwidth
2532
2558
  end
2533
2559
 
2534
2560
  def deserialize(params)
@@ -2570,6 +2596,8 @@ module TencentCloud
2570
2596
  @BotQPS.deserialize(params['BotQPS'])
2571
2597
  end
2572
2598
  @ElasticBilling = params['ElasticBilling']
2599
+ @AttackLogPost = params['AttackLogPost']
2600
+ @MaxBandwidth = params['MaxBandwidth']
2573
2601
  end
2574
2602
  end
2575
2603
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.468
4
+ version: 3.0.470
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common