tencentcloud-sdk-waf 3.0.468 → 3.0.469
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/v20180125/models.rb +34 -6
 - 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: 8de4bd2a08c324391abccefbfa9693ec29ae451f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 80de908afff196f984c4481a5a80a09e902dbb02
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3ce99411f17e9f79f49e797d7016b57398fb5bbd3d42fb84393e59d6673da010c540af0b79c87a93b89780c88bc1f103a8e5291f7a7645076a7e59d7d0c9f463
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: a6894bdd1bc985f2379346f733e83fe57104d80730480e257f591f8c353b46c737a3567ee03b74c0121c0e26d215adb065d7ec80e53893b1154e46e345b2ac72
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.469
         
     | 
    
        data/lib/v20180125/models.rb
    CHANGED
    
    | 
         @@ -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. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.469
         
     | 
| 
       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- 
     | 
| 
      
 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
         
     |