tencentcloud-sdk-gaap 3.0.1094 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56edaaf44b5dfebd9afd2a67efc7a3a269611afe
4
- data.tar.gz: 64229ecb73dfcc57041fe1f3f994fc592957d039
3
+ metadata.gz: 0f2fc52d77cfa5fd8b1802ad213a15bcbe09104a
4
+ data.tar.gz: f16c176d7c9d55ae64727595164337979a8bf338
5
5
  SHA512:
6
- metadata.gz: 81bd54ab7a820bb736281ee0f549104c03f87d90c2760d992576e84f0eb87aee598559d9ff1674e6ee6ddba4c951c7b41f732505d39e248c9ae128e9ed152dfb
7
- data.tar.gz: 3f7d6936a752b9e53a2ae6b1cd23c17b86167bb598ac4358314ae29ba86ec0cc9c49ad9bfc31998417992c1867b30e02072bd3b5424b1ed1a744fbdbbd68105f
6
+ metadata.gz: 5e0a28026a22bd5d789999eafb88c83ca0dc3c0d755447a6beaaa717716ca77381c4652d43b539c2815b5fdcf229ea5fa56fbf1b51c6920c8af95d9bb28e990d
7
+ data.tar.gz: 7bf60a2b7692c87f7137dcaf7218a692fa42814fb3839b99d1f6d387049fb71215c3390e99fda7f722f5e26e917e4ddef75a9a920823dcdd64534377080072ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1157
@@ -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.1094
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-07-05 00:00:00.000000000 Z
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