tencentcloud-sdk-as 3.0.1172 → 3.0.1174

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: 07b40b66a128ffc316521da2e20db916d2dc6e42
4
- data.tar.gz: 576e969c1709e0aa881f174f152dcbe41098c913
3
+ metadata.gz: bda553b146a9b2ac2b300d75a37c0f573f1072c3
4
+ data.tar.gz: 22989e61251d3ecca66fff53bd2ed71de57cb686
5
5
  SHA512:
6
- metadata.gz: 86d10a6dab08fd964fc9bc760cc7569940e39ccb7401912d989fb7bdf3cefbe6c4f5076500a6e6cfd3b245475e6e048a1060be597363c68563895c24c0659112
7
- data.tar.gz: 380f2fc874c12c6737324d0745ff5289da7dfabfb17800c060af0004e7fd98283db9b4b59caccdff45bad7742ad82132bb5fc784b67758eb24ff4f66c683cc1d
6
+ metadata.gz: 508fc1a59dd305f196cc1672ef72644935d8f8661263a4b5aaaaeab626f30c617f6a185bb85b777898850870d6b4f46ef08b7d3bbe1e73a2fafa1bf8b28a51db
7
+ data.tar.gz: cd20b5db4783b7f522d36099e48955673258450861d703185c3ea557d064a2dfa0d67256ce79035df0459949e8794f2e24ce5832c1865057cc21f1fc43b5e320
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1172
1
+ 3.0.1174
@@ -5389,16 +5389,19 @@ module TencentCloud
5389
5389
  # <li>True: 修改最大值或最小值时,如与当前期望数存在冲突,则同步调整期望数。例如修改时传入最小值 2,当前期望数为 1,则同步调整期望数为 2。</li>
5390
5390
  # <li>False: 修改最大值或最小值时,如与当前期望数存在冲突,报错提示不允许修改。</li>
5391
5391
  # @type DesiredCapacitySyncWithMaxMinSize: Boolean
5392
+ # @param PriorityScaleInUnhealthy: 优先缩容不健康实例。若开启,缩容时会优先选择不健康实例。默认值为 False。
5393
+ # @type PriorityScaleInUnhealthy: Boolean
5392
5394
 
5393
- attr_accessor :ReplaceMonitorUnhealthy, :ScalingMode, :ReplaceLoadBalancerUnhealthy, :ReplaceMode, :AutoUpdateInstanceTags, :DesiredCapacitySyncWithMaxMinSize
5395
+ attr_accessor :ReplaceMonitorUnhealthy, :ScalingMode, :ReplaceLoadBalancerUnhealthy, :ReplaceMode, :AutoUpdateInstanceTags, :DesiredCapacitySyncWithMaxMinSize, :PriorityScaleInUnhealthy
5394
5396
 
5395
- def initialize(replacemonitorunhealthy=nil, scalingmode=nil, replaceloadbalancerunhealthy=nil, replacemode=nil, autoupdateinstancetags=nil, desiredcapacitysyncwithmaxminsize=nil)
5397
+ def initialize(replacemonitorunhealthy=nil, scalingmode=nil, replaceloadbalancerunhealthy=nil, replacemode=nil, autoupdateinstancetags=nil, desiredcapacitysyncwithmaxminsize=nil, priorityscaleinunhealthy=nil)
5396
5398
  @ReplaceMonitorUnhealthy = replacemonitorunhealthy
5397
5399
  @ScalingMode = scalingmode
5398
5400
  @ReplaceLoadBalancerUnhealthy = replaceloadbalancerunhealthy
5399
5401
  @ReplaceMode = replacemode
5400
5402
  @AutoUpdateInstanceTags = autoupdateinstancetags
5401
5403
  @DesiredCapacitySyncWithMaxMinSize = desiredcapacitysyncwithmaxminsize
5404
+ @PriorityScaleInUnhealthy = priorityscaleinunhealthy
5402
5405
  end
5403
5406
 
5404
5407
  def deserialize(params)
@@ -5408,6 +5411,7 @@ module TencentCloud
5408
5411
  @ReplaceMode = params['ReplaceMode']
5409
5412
  @AutoUpdateInstanceTags = params['AutoUpdateInstanceTags']
5410
5413
  @DesiredCapacitySyncWithMaxMinSize = params['DesiredCapacitySyncWithMaxMinSize']
5414
+ @PriorityScaleInUnhealthy = params['PriorityScaleInUnhealthy']
5411
5415
  end
5412
5416
  end
5413
5417
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-as
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1172
4
+ version: 3.0.1174
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-23 00:00:00.000000000 Z
11
+ date: 2025-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180419/client.rb
37
- - lib/v20180419/models.rb
38
36
  - lib/tencentcloud-sdk-as.rb
37
+ - lib/v20180419/models.rb
38
+ - lib/v20180419/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: