tencentcloud-sdk-as 3.0.1013 → 3.0.1014
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/client.rb +3 -2
- 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: 4bde08e5b19fe71237447a6a6c20aed84748170e
|
4
|
+
data.tar.gz: f607b7d36f4d750d992810def79daef078ef0984
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 047234eab7a7c14f9b2eb0f4f545acb3a93865784651e42f8a1cc0cc0e91600c37bc4e9fb976140279ef8302e7f1c697ec8f5fb728ff56cca3c22aa3d99540b1
|
7
|
+
data.tar.gz: e6887e0b6a7a7475a839466e80d29417afb97ee37ef7f20fc5394601ebf3e2d1112eddb776497562773bfd473d67698abc7ee1e606f4e7b592fa8fd9597ad517
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20180419/client.rb
CHANGED
@@ -972,8 +972,9 @@ module TencentCloud
|
|
972
972
|
end
|
973
973
|
|
974
974
|
# 伸缩组内实例退出备用中状态。
|
975
|
-
# *
|
976
|
-
# *
|
975
|
+
# * 退出备用中状态后,实例会进入运行中状态,CLB 权重值恢复为预设值
|
976
|
+
# * 调用弹性伸缩开关机接口会使得备用中状态发生变化,而云服务器开关机接口不会影响
|
977
|
+
# * 实例退出备用中状态后,伸缩组会上调期望实例数,新期望数不能大于最大值
|
977
978
|
|
978
979
|
# @param request: Request instance for ExitStandby.
|
979
980
|
# @type request: :class:`Tencentcloud::as::V20180419::ExitStandbyRequest`
|
data/lib/v20180419/models.rb
CHANGED
@@ -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,
|
74
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2025,
|
73
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2025, 3
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 3
|
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
|
@@ -2696,8 +2696,8 @@ module TencentCloud
|
|
2696
2696
|
|
2697
2697
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2698
2698
|
extend Gem::Deprecate
|
2699
|
-
deprecate :AutomationService, :none, 2025,
|
2700
|
-
deprecate :AutomationService=, :none, 2025,
|
2699
|
+
deprecate :AutomationService, :none, 2025, 3
|
2700
|
+
deprecate :AutomationService=, :none, 2025, 3
|
2701
2701
|
|
2702
2702
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2703
2703
|
@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.
|
4
|
+
version: 3.0.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|