tencentcloud-sdk-as 3.0.626 → 3.0.628
Sign up to get free protection for your applications and to get access to all the features.
- 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: c663b4eaabe4d9b9000c48f5bcdf1de639e95ba8
|
4
|
+
data.tar.gz: 23bac424b0e364d3420e0719a318ed44601e50ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f720eb8c5e01ee6d9a9230b3e3a413dbadf45a0c2d8a110894a3f8c77e51483b97e96f2963a85ac923fd2d75fdfa2420e9f3e8691c2672c1282390e74e703dd9
|
7
|
+
data.tar.gz: 0075086c05646f2e21a26ef30bdee49868c11857eac0d3fd6558d655be0e33230fd6e919292a2b7177c6e9ba071a473cde0f8f6b478775937aa41a869531210b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.628
|
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, 2023,
|
68
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2023,
|
67
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2023, 8
|
68
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2023, 8
|
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
|
@@ -2510,8 +2510,8 @@ module TencentCloud
|
|
2510
2510
|
|
2511
2511
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2512
2512
|
extend Gem::Deprecate
|
2513
|
-
deprecate :AutomationService, :none, 2023,
|
2514
|
-
deprecate :AutomationService=, :none, 2023,
|
2513
|
+
deprecate :AutomationService, :none, 2023, 8
|
2514
|
+
deprecate :AutomationService=, :none, 2023, 8
|
2515
2515
|
|
2516
2516
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2517
2517
|
@SecurityService = securityservice
|
@@ -4818,7 +4818,7 @@ module TencentCloud
|
|
4818
4818
|
# @type InstanceTypesCheckPolicy: String
|
4819
4819
|
# @param InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
|
4820
4820
|
# @type InternetAccessible: :class:`Tencentcloud::As.v20180419.models.InternetAccessible`
|
4821
|
-
# @param LoginSettings:
|
4821
|
+
# @param LoginSettings: 该参数已失效,请勿使用。升级启动配置接口无法修改或覆盖 LoginSettings 参数,升级后 LoginSettings 不会发生变化。
|
4822
4822
|
# @type LoginSettings: :class:`Tencentcloud::As.v20180419.models.LoginSettings`
|
4823
4823
|
# @param ProjectId: 实例所属项目ID。不填为默认项目。
|
4824
4824
|
# @type ProjectId: 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.628
|
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-08-
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|