tencentcloud-sdk-as 3.0.1071 → 3.0.1073
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: bdf3e4712f20000f9f453a272aac8ad07d9b7301
|
4
|
+
data.tar.gz: 57ef7f793fec78ce32ea7ff1e0980ca41d11fa14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c4e5c95c4434e9fb201f3315314bf71b587af1d9605bee91cadd5bb44193bdb750157585eef1c837bc3b4b1be144a61b941c25275e19112c165c553df75e29
|
7
|
+
data.tar.gz: 5db019730393e8a51e6accd71177523bf78d1f5538f6733095c120be6f13ba124d6992188e7e4402ba4984f611a488c0d74824a0ae1495df01397592cb27b9b6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1073
|
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, 6
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 6
|
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
|
@@ -1514,7 +1514,7 @@ module TencentCloud
|
|
1514
1514
|
# <li>CLOUD_BSSD:通用型SSD云硬盘</li>
|
1515
1515
|
# 默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
|
1516
1516
|
# @type DiskType: String
|
1517
|
-
# @param DiskSize: 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0
|
1517
|
+
# @param DiskSize: 数据盘大小,单位:GB。不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见[产品文档](https://cloud.tencent.com/document/product/362/5145)。
|
1518
1518
|
# @type DiskSize: Integer
|
1519
1519
|
# @param SnapshotId: 数据盘快照 ID,可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/362/15647) 接口获取该参数。
|
1520
1520
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2747,8 +2747,8 @@ module TencentCloud
|
|
2747
2747
|
|
2748
2748
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2749
2749
|
extend Gem::Deprecate
|
2750
|
-
deprecate :AutomationService, :none, 2025,
|
2751
|
-
deprecate :AutomationService=, :none, 2025,
|
2750
|
+
deprecate :AutomationService, :none, 2025, 6
|
2751
|
+
deprecate :AutomationService=, :none, 2025, 6
|
2752
2752
|
|
2753
2753
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2754
2754
|
@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.1073
|
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-
|
11
|
+
date: 2025-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|