tencentcloud-sdk-as 3.0.766 → 3.0.767
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/v20180419/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 965cbcf3f110b6293473f05d6a9079640dc363e1
|
|
4
|
+
data.tar.gz: 8918d61927a5c6f682ffde1bb3b09a3c8d0278bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 811dc9c6069b429f7e333852208f74b583042f0663f286fba1eb2e9a66c9e30f00ac6be81d53263f3a35e7ef6ad0d15b4c4e0ac486128ff0fc5c463bf49dc81d
|
|
7
|
+
data.tar.gz: 21133091656469cc6d235cdbe46c8d9d1f4fd596b19a4133d3829140d886409e5bf803f31b334096d122502d0f1715409da5acb1d3a213345afd5823d404783d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.767
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -64,8 +64,8 @@ module TencentCloud
|
|
|
64
64
|
|
|
65
65
|
attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
|
|
66
66
|
extend Gem::Deprecate
|
|
67
|
-
deprecate :ActivityRelatedInstanceSet, :none, 2024,
|
|
68
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2024,
|
|
67
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2024, 2
|
|
68
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2024, 2
|
|
69
69
|
|
|
70
70
|
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)
|
|
71
71
|
@AutoScalingGroupId = autoscalinggroupid
|
|
@@ -2632,8 +2632,8 @@ module TencentCloud
|
|
|
2632
2632
|
|
|
2633
2633
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2634
2634
|
extend Gem::Deprecate
|
|
2635
|
-
deprecate :AutomationService, :none, 2024,
|
|
2636
|
-
deprecate :AutomationService=, :none, 2024,
|
|
2635
|
+
deprecate :AutomationService, :none, 2024, 2
|
|
2636
|
+
deprecate :AutomationService=, :none, 2024, 2
|
|
2637
2637
|
|
|
2638
2638
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2639
2639
|
@SecurityService = securityservice
|
|
@@ -4211,7 +4211,7 @@ module TencentCloud
|
|
|
4211
4211
|
# @type ScalingPolicyName: String
|
|
4212
4212
|
# @param AdjustmentType: 告警触发后,期望实例数修改方式,仅适用于简单策略。取值范围:<br><li>CHANGE_IN_CAPACITY:增加或减少若干期望实例数</li><li>EXACT_CAPACITY:调整至指定期望实例数</li> <li>PERCENT_CHANGE_IN_CAPACITY:按百分比调整期望实例数</li>
|
|
4213
4213
|
# @type AdjustmentType: String
|
|
4214
|
-
# @param AdjustmentValue: 告警触发后,期望实例数的调整值,仅适用于简单策略。<
|
|
4214
|
+
# @param AdjustmentValue: 告警触发后,期望实例数的调整值,仅适用于简单策略。<li>当 AdjustmentType 为 CHANGE_IN_CAPACITY 时,AdjustmentValue 为正数表示告警触发后增加实例,为负数表示告警触发后减少实例 </li> <li> 当 AdjustmentType 为 EXACT_CAPACITY 时,AdjustmentValue 的值即为告警触发后新的期望实例数,需要大于或等于0 </li> <li> 当 AdjustmentType 为 PERCENT_CHANGE_IN_CAPACITY 时,AdjusmentValue 为正数表示告警触发后按百分比增加实例,为负数表示告警触发后按百分比减少实例,单位是:%。</li>
|
|
4215
4215
|
# @type AdjustmentValue: Integer
|
|
4216
4216
|
# @param Cooldown: 冷却时间,仅适用于简单策略,单位为秒。
|
|
4217
4217
|
# @type Cooldown: Integer
|
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.
|
|
4
|
+
version: 3.0.767
|
|
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-02-
|
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|