tencentcloud-sdk-as 1.0.272 → 1.0.273
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 +15 -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: 5cf17df3e5decf36833c4820db17eaaa0d513364
|
|
4
|
+
data.tar.gz: 6090401f2a68c2c3a169f07e42586e432b26b459
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 236b209cfeb09b923c586f0f0af1b199147cd67125232e66a416277a0dd526a9d215e810d92b282cd52f91e71ee2eeeb56d6d47d8ad44ed3b9a80624b6138980
|
|
7
|
+
data.tar.gz: 83e5d8cb19c4d2b6c110f19012969304235b7cf1410e30904533d63428599a45af7feb47df7e59acafc5670f5ba8f7d912575e690b71c35b7447e36811e7d6af
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.273
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -1265,19 +1265,24 @@ module TencentCloud
|
|
|
1265
1265
|
# @param SnapshotId: 数据盘快照 ID,类似 `snap-l8psqwnt`。
|
|
1266
1266
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1267
1267
|
# @type SnapshotId: String
|
|
1268
|
+
# @param DeleteWithInstance: 数据盘是否随子机销毁。取值范围:<br><li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘<br><li>FALSE:子机销毁时,保留数据盘
|
|
1269
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1270
|
+
# @type DeleteWithInstance: Boolean
|
|
1268
1271
|
|
|
1269
|
-
attr_accessor :DiskType, :DiskSize, :SnapshotId
|
|
1272
|
+
attr_accessor :DiskType, :DiskSize, :SnapshotId, :DeleteWithInstance
|
|
1270
1273
|
|
|
1271
|
-
def initialize(disktype=nil, disksize=nil, snapshotid=nil)
|
|
1274
|
+
def initialize(disktype=nil, disksize=nil, snapshotid=nil, deletewithinstance=nil)
|
|
1272
1275
|
@DiskType = disktype
|
|
1273
1276
|
@DiskSize = disksize
|
|
1274
1277
|
@SnapshotId = snapshotid
|
|
1278
|
+
@DeleteWithInstance = deletewithinstance
|
|
1275
1279
|
end
|
|
1276
1280
|
|
|
1277
1281
|
def deserialize(params)
|
|
1278
1282
|
@DiskType = params['DiskType']
|
|
1279
1283
|
@DiskSize = params['DiskSize']
|
|
1280
1284
|
@SnapshotId = params['SnapshotId']
|
|
1285
|
+
@DeleteWithInstance = params['DeleteWithInstance']
|
|
1281
1286
|
end
|
|
1282
1287
|
end
|
|
1283
1288
|
|
|
@@ -1757,7 +1762,7 @@ module TencentCloud
|
|
|
1757
1762
|
|
|
1758
1763
|
# DescribeAutoScalingInstances请求参数结构体
|
|
1759
1764
|
class DescribeAutoScalingInstancesRequest < TencentCloud::Common::AbstractModel
|
|
1760
|
-
# @param InstanceIds: 待查询云服务器(CVM)的实例ID。参数不支持同时指定InstanceIds和Filters。
|
|
1765
|
+
# @param InstanceIds: 待查询云服务器(CVM)的实例ID。每次请求的上限为100。参数不支持同时指定InstanceIds和Filters。
|
|
1761
1766
|
# @type InstanceIds: Array
|
|
1762
1767
|
# @param Filters: 过滤条件。
|
|
1763
1768
|
# <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。</li>
|
|
@@ -1766,7 +1771,7 @@ module TencentCloud
|
|
|
1766
1771
|
# @type Filters: Array
|
|
1767
1772
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1768
1773
|
# @type Offset: Integer
|
|
1769
|
-
# @param Limit: 返回数量,默认为20,最大值为
|
|
1774
|
+
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1770
1775
|
# @type Limit: Integer
|
|
1771
1776
|
|
|
1772
1777
|
attr_accessor :InstanceIds, :Filters, :Offset, :Limit
|
|
@@ -4090,10 +4095,12 @@ module TencentCloud
|
|
|
4090
4095
|
# @type MinSize: Integer
|
|
4091
4096
|
# @param CreatedTime: 定时任务的创建时间。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。
|
|
4092
4097
|
# @type CreatedTime: String
|
|
4098
|
+
# @param ScheduledType: 定时任务的执行类型。取值范围:<br><li>CRONTAB:代表定时任务为重复执行。<br><li>ONCE:代表定时任务为单次执行。
|
|
4099
|
+
# @type ScheduledType: String
|
|
4093
4100
|
|
|
4094
|
-
attr_accessor :ScheduledActionId, :ScheduledActionName, :AutoScalingGroupId, :StartTime, :Recurrence, :EndTime, :MaxSize, :DesiredCapacity, :MinSize, :CreatedTime
|
|
4101
|
+
attr_accessor :ScheduledActionId, :ScheduledActionName, :AutoScalingGroupId, :StartTime, :Recurrence, :EndTime, :MaxSize, :DesiredCapacity, :MinSize, :CreatedTime, :ScheduledType
|
|
4095
4102
|
|
|
4096
|
-
def initialize(scheduledactionid=nil, scheduledactionname=nil, autoscalinggroupid=nil, starttime=nil, recurrence=nil, endtime=nil, maxsize=nil, desiredcapacity=nil, minsize=nil, createdtime=nil)
|
|
4103
|
+
def initialize(scheduledactionid=nil, scheduledactionname=nil, autoscalinggroupid=nil, starttime=nil, recurrence=nil, endtime=nil, maxsize=nil, desiredcapacity=nil, minsize=nil, createdtime=nil, scheduledtype=nil)
|
|
4097
4104
|
@ScheduledActionId = scheduledactionid
|
|
4098
4105
|
@ScheduledActionName = scheduledactionname
|
|
4099
4106
|
@AutoScalingGroupId = autoscalinggroupid
|
|
@@ -4104,6 +4111,7 @@ module TencentCloud
|
|
|
4104
4111
|
@DesiredCapacity = desiredcapacity
|
|
4105
4112
|
@MinSize = minsize
|
|
4106
4113
|
@CreatedTime = createdtime
|
|
4114
|
+
@ScheduledType = scheduledtype
|
|
4107
4115
|
end
|
|
4108
4116
|
|
|
4109
4117
|
def deserialize(params)
|
|
@@ -4117,6 +4125,7 @@ module TencentCloud
|
|
|
4117
4125
|
@DesiredCapacity = params['DesiredCapacity']
|
|
4118
4126
|
@MinSize = params['MinSize']
|
|
4119
4127
|
@CreatedTime = params['CreatedTime']
|
|
4128
|
+
@ScheduledType = params['ScheduledType']
|
|
4120
4129
|
end
|
|
4121
4130
|
end
|
|
4122
4131
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.273
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|