tencentcloud-sdk-tse 3.0.846 → 3.0.848

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/v20201207/models.rb +11 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7fd897f8f8adf9fb7cea678eb5992908419cdfc
4
- data.tar.gz: 9209d324ab4c0591b01c2df0cbb41eb9465e662d
3
+ metadata.gz: 08f97407174defd0f2b6fc71730c11dfd675072c
4
+ data.tar.gz: c87946874a0db16254cb9fec34745dc348c0c39f
5
5
  SHA512:
6
- metadata.gz: 0deaa19c50a3bbc51fa35b98cd5f58c6e5023836990efafc119e7ec99a7c5ead1efe6862eb60ad78a0871f9dc673150aeae27453617dff3fb9d959d4ca78f466
7
- data.tar.gz: 4a642a4bb8474c0bc34b293c1c271d3022d84dbc3443f1493b1c9682eec458dd4c7a3e3de9d5d359f4bbadab15db3fbadf684e1f9946753aaf1157fbe97391dd
6
+ metadata.gz: 44837858283b14872ba2ea4e9938e1cf3b9c98d6715dd4b4f354bc18f140db9114de0f8f8c9f224caea9fbe810d5112583b4dcfb00210290fd73faabf7c8411c
7
+ data.tar.gz: 2f45cd5142c0715fabc428421036f045edeb48032f604f6b598f25f7385165033d2d300a58eefe212f17656f66bca2061a8cc7b042739aed2a78207d3a8cfeed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.846
1
+ 3.0.848
@@ -11306,13 +11306,19 @@ module TencentCloud
11306
11306
  # @param UnhealthyHttpStatuses: 异常HTTP状态码
11307
11307
  # 注意:此字段可能返回 null,表示取不到有效值。
11308
11308
  # @type UnhealthyHttpStatuses: Array
11309
- # @param IgnoreZeroWeightNodes: 健康检查屏蔽权重为0的节点
11309
+ # @param IgnoreZeroWeightNodes: 健康检查监控上报的数据屏蔽权重为0的节点
11310
11310
  # 注意:此字段可能返回 null,表示取不到有效值。
11311
11311
  # @type IgnoreZeroWeightNodes: Boolean
11312
+ # @param ZeroWeightHeathCheck: 健康检查支持权重为0节点
11313
+ # 注意:此字段可能返回 null,表示取不到有效值。
11314
+ # @type ZeroWeightHeathCheck: Boolean
11312
11315
 
11313
- attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes
11316
+ attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11317
+ extend Gem::Deprecate
11318
+ deprecate :IgnoreZeroWeightNodes, :none, 2024, 6
11319
+ deprecate :IgnoreZeroWeightNodes=, :none, 2024, 6
11314
11320
 
11315
- def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil)
11321
+ def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11316
11322
  @EnableActiveHealthCheck = enableactivehealthcheck
11317
11323
  @ActiveHealthCheck = activehealthcheck
11318
11324
  @EnablePassiveHealthCheck = enablepassivehealthcheck
@@ -11323,6 +11329,7 @@ module TencentCloud
11323
11329
  @HealthyHttpStatuses = healthyhttpstatuses
11324
11330
  @UnhealthyHttpStatuses = unhealthyhttpstatuses
11325
11331
  @IgnoreZeroWeightNodes = ignorezeroweightnodes
11332
+ @ZeroWeightHeathCheck = zeroweightheathcheck
11326
11333
  end
11327
11334
 
11328
11335
  def deserialize(params)
@@ -11342,6 +11349,7 @@ module TencentCloud
11342
11349
  @HealthyHttpStatuses = params['HealthyHttpStatuses']
11343
11350
  @UnhealthyHttpStatuses = params['UnhealthyHttpStatuses']
11344
11351
  @IgnoreZeroWeightNodes = params['IgnoreZeroWeightNodes']
11352
+ @ZeroWeightHeathCheck = params['ZeroWeightHeathCheck']
11345
11353
  end
11346
11354
  end
11347
11355
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.846
4
+ version: 3.0.848
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common