tencentcloud-sdk-as 3.0.1070 → 3.0.1072
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 +6 -6
- 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: a969c6c42bb316e2a05340203c167ff44856aa90
|
4
|
+
data.tar.gz: b3ca80c4e6ff3573ddb7a01490dd6e4f69c9dea2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35b091fb5e4ec7b61e8ceb1c4cce11565a305586bcf6f4b86d49fb65ebfb1d0bbca676d57d714aab64fe179ac05c0fd639877198cedb5f2716cc602aeb654ed1
|
7
|
+
data.tar.gz: 5febc12646b957c48d906e8d34c5b5a834e2c637143fd732f39ea86d3718c0be983b903b128afd2fa2646cad99fb51cfa532241bf5942b478b642daef342df6c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1072
|
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,表示取不到有效值。
|
@@ -2261,7 +2261,7 @@ module TencentCloud
|
|
2261
2261
|
# @type AutoScalingNotificationIds: Array
|
2262
2262
|
# @param Filters: 过滤条件。
|
2263
2263
|
# <li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>
|
2264
|
-
# <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID
|
2264
|
+
# <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
|
2265
2265
|
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
|
2266
2266
|
# @type Filters: Array
|
2267
2267
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
@@ -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.1072
|
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-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|