tencentcloud-sdk-as 3.0.627 → 3.0.629
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: e330874e99eb3a1895509bee0f1b27331fb9687a
|
|
4
|
+
data.tar.gz: 7f2ecf7a38983ed59d41023d65908387a264dec5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a89a3b076e43cdf43f4948cd42b1c1db19462048e88be7e1357d553d9a13b2bd3de84dbc6be18e9b4c3d94b05143b16eaebb501d0bd2d84beed8856f65bcf067
|
|
7
|
+
data.tar.gz: f3cb5d710db8c22f1a37ecd9e59babe9ce6ec9806a6bd2cf9153d65afc9ed31bd62e31a20442c7390515e167dd8182059766e162ca733393529fee4ae2cb9732
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.629
|
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.629
|
|
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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|