tencentcloud-sdk-gaap 3.0.1074 → 3.0.1157
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/v20180529/client.rb +1 -1
 - data/lib/v20180529/models.rb +8 -4
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0f2fc52d77cfa5fd8b1802ad213a15bcbe09104a
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: f16c176d7c9d55ae64727595164337979a8bf338
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5e0a28026a22bd5d789999eafb88c83ca0dc3c0d755447a6beaaa717716ca77381c4652d43b539c2815b5fdcf229ea5fa56fbf1b51c6920c8af95d9bb28e990d
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 7bf60a2b7692c87f7137dcaf7218a692fa42814fb3839b99d1f6d387049fb71215c3390e99fda7f722f5e26e917e4ddef75a9a920823dcdd64534377080072ea
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.1157
         
     | 
    
        data/lib/v20180529/client.rb
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # frozen_string_literal: true
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            # Copyright (c) 2017- 
     | 
| 
      
 3 
     | 
    
         
            +
            # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
         
     | 
| 
       4 
4 
     | 
    
         
             
            #
         
     | 
| 
       5 
5 
     | 
    
         
             
            # Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
       6 
6 
     | 
    
         
             
            # you may not use this file except in compliance with the License.
         
     | 
    
        data/lib/v20180529/models.rb
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # frozen_string_literal: true
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            # Copyright (c) 2017- 
     | 
| 
      
 3 
     | 
    
         
            +
            # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
         
     | 
| 
       4 
4 
     | 
    
         
             
            #
         
     | 
| 
       5 
5 
     | 
    
         
             
            # Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
       6 
6 
     | 
    
         
             
            # you may not use this file except in compliance with the License.
         
     | 
| 
         @@ -7263,7 +7263,7 @@ module TencentCloud 
     | 
|
| 
       7263 
7263 
     | 
    
         
             
                    # @param RealServerSet: 已绑定的源站相关信息
         
     | 
| 
       7264 
7264 
     | 
    
         
             
                    # @type RealServerSet: Array
         
     | 
| 
       7265 
7265 
     | 
    
         
             
                    # @param BindStatus: 源站的服务状态,0表示异常,1表示正常。
         
     | 
| 
       7266 
     | 
    
         
            -
                    #  
     | 
| 
      
 7266 
     | 
    
         
            +
                    # 未开启健康检查时,该状态始终为正常。
         
     | 
| 
       7267 
7267 
     | 
    
         
             
                    # 只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
         
     | 
| 
       7268 
7268 
     | 
    
         
             
                    # @type BindStatus: Integer
         
     | 
| 
       7269 
7269 
     | 
    
         
             
                    # @param ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
         
     | 
| 
         @@ -7277,10 +7277,12 @@ module TencentCloud 
     | 
|
| 
       7277 
7277 
     | 
    
         
             
                    # @param ForcedRedirect: 强转HTTPS指示,当传递值为https:时表示强转为https
         
     | 
| 
       7278 
7278 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       7279 
7279 
     | 
    
         
             
                    # @type ForcedRedirect: String
         
     | 
| 
      
 7280 
     | 
    
         
            +
                    # @param ForwardProtocol: 七层转发规则的回源协议类型
         
     | 
| 
      
 7281 
     | 
    
         
            +
                    # @type ForwardProtocol: String
         
     | 
| 
       7280 
7282 
     | 
    
         | 
| 
       7281 
     | 
    
         
            -
                    attr_accessor :RuleId, :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :RuleStatus, :CheckParams, :RealServerSet, :BindStatus, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect
         
     | 
| 
      
 7283 
     | 
    
         
            +
                    attr_accessor :RuleId, :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :RuleStatus, :CheckParams, :RealServerSet, :BindStatus, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect, :ForwardProtocol
         
     | 
| 
       7282 
7284 
     | 
    
         | 
| 
       7283 
     | 
    
         
            -
                    def initialize(ruleid=nil, listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, rulestatus=nil, checkparams=nil, realserverset=nil, bindstatus=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil, forcedredirect=nil)
         
     | 
| 
      
 7285 
     | 
    
         
            +
                    def initialize(ruleid=nil, listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, rulestatus=nil, checkparams=nil, realserverset=nil, bindstatus=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil, forcedredirect=nil, forwardprotocol=nil)
         
     | 
| 
       7284 
7286 
     | 
    
         
             
                      @RuleId = ruleid
         
     | 
| 
       7285 
7287 
     | 
    
         
             
                      @ListenerId = listenerid
         
     | 
| 
       7286 
7288 
     | 
    
         
             
                      @Domain = domain
         
     | 
| 
         @@ -7296,6 +7298,7 @@ module TencentCloud 
     | 
|
| 
       7296 
7298 
     | 
    
         
             
                      @ServerNameIndicationSwitch = servernameindicationswitch
         
     | 
| 
       7297 
7299 
     | 
    
         
             
                      @ServerNameIndication = servernameindication
         
     | 
| 
       7298 
7300 
     | 
    
         
             
                      @ForcedRedirect = forcedredirect
         
     | 
| 
      
 7301 
     | 
    
         
            +
                      @ForwardProtocol = forwardprotocol
         
     | 
| 
       7299 
7302 
     | 
    
         
             
                    end
         
     | 
| 
       7300 
7303 
     | 
    
         | 
| 
       7301 
7304 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -7324,6 +7327,7 @@ module TencentCloud 
     | 
|
| 
       7324 
7327 
     | 
    
         
             
                      @ServerNameIndicationSwitch = params['ServerNameIndicationSwitch']
         
     | 
| 
       7325 
7328 
     | 
    
         
             
                      @ServerNameIndication = params['ServerNameIndication']
         
     | 
| 
       7326 
7329 
     | 
    
         
             
                      @ForcedRedirect = params['ForcedRedirect']
         
     | 
| 
      
 7330 
     | 
    
         
            +
                      @ForwardProtocol = params['ForwardProtocol']
         
     | 
| 
       7327 
7331 
     | 
    
         
             
                    end
         
     | 
| 
       7328 
7332 
     | 
    
         
             
                  end
         
     | 
| 
       7329 
7333 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tencentcloud-sdk-gaap
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.1157
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tencent Cloud
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2025- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-10-20 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     | 
| 
         @@ -33,8 +33,8 @@ executables: [] 
     | 
|
| 
       33 
33 
     | 
    
         
             
            extensions: []
         
     | 
| 
       34 
34 
     | 
    
         
             
            extra_rdoc_files: []
         
     | 
| 
       35 
35 
     | 
    
         
             
            files:
         
     | 
| 
       36 
     | 
    
         
            -
            - lib/v20180529/client.rb
         
     | 
| 
       37 
36 
     | 
    
         
             
            - lib/v20180529/models.rb
         
     | 
| 
      
 37 
     | 
    
         
            +
            - lib/v20180529/client.rb
         
     | 
| 
       38 
38 
     | 
    
         
             
            - lib/tencentcloud-sdk-gaap.rb
         
     | 
| 
       39 
39 
     | 
    
         
             
            - lib/VERSION
         
     | 
| 
       40 
40 
     | 
    
         
             
            homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
         
     |