tencentcloud-sdk-as 3.0.1160 → 3.0.1171

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: ac310efe40fb1a96ab31cd0bc8c255954b6a4b84
4
- data.tar.gz: 5416f9cb0f16d43d68ba7edaf24644c189cd3749
3
+ metadata.gz: c62283ccf0dc6803921882daf3963f41b168074c
4
+ data.tar.gz: 31eebf58dc7f9798fb3031aa0f8e45bde109f89c
5
5
  SHA512:
6
- metadata.gz: b71e39ac2bcb3ad61a9d043c3b8abf793907cd4202f147f91cac25300e6362fcb9d3da8e0637d7e5ee469b94cbe43eb200db1e87c85b79e5a7e1ae0fab83fc3b
7
- data.tar.gz: 6340e8da7870f932ae2daa4bf38240d80e875579657dc773aae9c4711aee3ead05fb3999a02ab3724ec41169c31f6daab6d029f4c62ac892c28a5cabf0d53fac
6
+ metadata.gz: b47905f59b4eec02fcdccbd2ad84c5b1f2658adad710b93d0dec0abfdc42fb952bf3894c50a35eaee27214f21350ed89a045712ce45bf5b51b33b7d3c635d02c
7
+ data.tar.gz: 4cc7a404845f9f1cb88d84bba9aec6ada94fa170638445be626ff5b91b80408e1a0ebe2cd20ef3766c5d0d5b0d61ed51080ec5309072a1a1a8c4a926934187c2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1171
@@ -333,6 +333,7 @@ module TencentCloud
333
333
  end
334
334
 
335
335
  # 本接口(CreateScalingPolicy)用于创建告警触发策略。
336
+ # - 目标追踪策略触发扩容的条件为,指定类型指标连续 3 个周期高于阈值(目标值),每个周期 1 分钟;触发缩容的条件为,指定类型指标连续 15 个周期低于阈值(目标值的80%),每个周期 1 分钟。
336
337
 
337
338
  # @param request: Request instance for CreateScalingPolicy.
338
339
  # @type request: :class:`Tencentcloud::as::V20180419::CreateScalingPolicyRequest`
@@ -70,8 +70,8 @@ module TencentCloud
70
70
 
71
71
  attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
72
72
  extend Gem::Deprecate
73
- deprecate :ActivityRelatedInstanceSet, :none, 2025, 10
74
- deprecate :ActivityRelatedInstanceSet=, :none, 2025, 10
73
+ deprecate :ActivityRelatedInstanceSet, :none, 2025, 11
74
+ deprecate :ActivityRelatedInstanceSet=, :none, 2025, 11
75
75
 
76
76
  def initialize(autoscalinggroupid=nil, activityid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, activityrelatedinstanceset=nil, statusmessagesimplified=nil, lifecycleactionresultset=nil, detailedstatusmessageset=nil, invocationresultset=nil, relatedinstanceset=nil)
77
77
  @AutoScalingGroupId = autoscalinggroupid
@@ -2751,8 +2751,8 @@ module TencentCloud
2751
2751
 
2752
2752
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2753
2753
  extend Gem::Deprecate
2754
- deprecate :AutomationService, :none, 2025, 10
2755
- deprecate :AutomationService=, :none, 2025, 10
2754
+ deprecate :AutomationService, :none, 2025, 11
2755
+ deprecate :AutomationService=, :none, 2025, 11
2756
2756
 
2757
2757
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2758
2758
  @SecurityService = securityservice
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.1160
4
+ version: 3.0.1171
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-10-28 00:00:00.000000000 Z
11
+ date: 2025-11-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/v20180419/models.rb
37
36
  - lib/v20180419/client.rb
37
+ - lib/v20180419/models.rb
38
38
  - lib/tencentcloud-sdk-as.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby