tencentcloud-sdk-as 3.0.609 → 3.0.610
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 +4 -4
- 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: cce347aa4a7112b76d68bf2d4de8e33d369d960f
|
|
4
|
+
data.tar.gz: 7a247106e12b25eed1f643763afb0761941f1989
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b192bc80273b4e4725eef84d2fb2e5783da6154a257788bd5e6d1890e495fa06855b26a11fa33f52376c11fd41b2f10487c18d34ff1450c76160f9ae3aff5157
|
|
7
|
+
data.tar.gz: 099265748388ec3b6acf41a6de0169a61e6e4c8c20ef8b6567171cedf3680b2e04c94ef63bf5bb061058bbd9e4d594f82453ace0c8fb3a24e6ced5554a936358
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.610
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -2496,8 +2496,8 @@ module TencentCloud
|
|
|
2496
2496
|
|
|
2497
2497
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2498
2498
|
extend Gem::Deprecate
|
|
2499
|
-
deprecate :AutomationService, :none, 2023,
|
|
2500
|
-
deprecate :AutomationService=, :none, 2023,
|
|
2499
|
+
deprecate :AutomationService, :none, 2023, 7
|
|
2500
|
+
deprecate :AutomationService=, :none, 2023, 7
|
|
2501
2501
|
|
|
2502
2502
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2503
2503
|
@SecurityService = securityservice
|
|
@@ -4015,8 +4015,8 @@ module TencentCloud
|
|
|
4015
4015
|
# @type EstimatedInstanceWarmup: Integer
|
|
4016
4016
|
# @param DisableScaleIn: 是否禁用缩容,仅适用于目标追踪策略。取值范围:<br><li>true:目标追踪策略仅触发扩容</li><li>false:目标追踪策略触发扩容和缩容</li>
|
|
4017
4017
|
# @type DisableScaleIn: Boolean
|
|
4018
|
-
# @param NotificationUserGroupIds:
|
|
4019
|
-
#
|
|
4018
|
+
# @param NotificationUserGroupIds: 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)。
|
|
4019
|
+
# 通知组ID,即为用户组ID集合。
|
|
4020
4020
|
# @type NotificationUserGroupIds: Array
|
|
4021
4021
|
|
|
4022
4022
|
attr_accessor :AutoScalingPolicyId, :ScalingPolicyName, :AdjustmentType, :AdjustmentValue, :Cooldown, :MetricAlarm, :PredefinedMetricType, :TargetValue, :EstimatedInstanceWarmup, :DisableScaleIn, :NotificationUserGroupIds
|
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.610
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|