tencentcloud-sdk-as 3.0.869 → 3.0.871
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 +37 -11
- 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: 73b1df5b76cd0a766873a67e9080af5c67ac2d68
|
4
|
+
data.tar.gz: df45e99c985451559021d935dfe68d89f4353afb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ba6be67dd9c1a740263aa7815db85324d7789554e19d0c35fcb5c7e4e4f1d9452393c89d34c7715662c8d7463d9799ed37fba7f737e4bfad648f91e51c65b95
|
7
|
+
data.tar.gz: de75c2ee4d41d5b2a0fbd0ebf80a6f43f07df789c6ac0ffe99bd98f1335fab350aa275753cda02785cb33b6e7decf3202f40d30e4c68a4249998e271d4757ce3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.871
|
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, 2024,
|
68
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2024,
|
67
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2024, 7
|
68
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2024, 7
|
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
|
@@ -1416,7 +1416,15 @@ module TencentCloud
|
|
1416
1416
|
|
1417
1417
|
# 启动配置的数据盘配置信息。若不指定该参数,则默认不购买数据盘,当前仅支持购买的时候指定一个数据盘。
|
1418
1418
|
class DataDisk < TencentCloud::Common::AbstractModel
|
1419
|
-
# @param DiskType: 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)
|
1419
|
+
# @param DiskType: 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)。取值范围:
|
1420
|
+
# <li>LOCAL_BASIC:本地硬盘</li>
|
1421
|
+
# <li>LOCAL_SSD:本地SSD硬盘</li>
|
1422
|
+
# <li>CLOUD_BASIC:普通云硬盘</li>
|
1423
|
+
# <li>CLOUD_PREMIUM:高性能云硬盘</li>
|
1424
|
+
# <li>CLOUD_SSD:SSD云硬盘</li>
|
1425
|
+
# <li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
1426
|
+
# <li>CLOUD_TSSD:极速型SSD云硬盘</li>
|
1427
|
+
# 默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
|
1420
1428
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1421
1429
|
# @type DiskType: String
|
1422
1430
|
# @param DiskSize: 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[CVM实例配置](https://cloud.tencent.com/document/product/213/2177)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
|
@@ -1425,26 +1433,36 @@ module TencentCloud
|
|
1425
1433
|
# @param SnapshotId: 数据盘快照 ID,类似 `snap-l8psqwnt`。
|
1426
1434
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1427
1435
|
# @type SnapshotId: String
|
1428
|
-
# @param DeleteWithInstance:
|
1436
|
+
# @param DeleteWithInstance: 数据盘是否随子机销毁。取值范围:
|
1437
|
+
# <li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
|
1438
|
+
# <li>FALSE:子机销毁时,保留数据盘</li>
|
1429
1439
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1430
1440
|
# @type DeleteWithInstance: Boolean
|
1431
|
-
# @param Encrypt:
|
1441
|
+
# @param Encrypt: 数据盘是否加密。取值范围:
|
1442
|
+
# <li>TRUE:加密</li>
|
1443
|
+
# <li>FALSE:不加密</li>
|
1432
1444
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1433
1445
|
# @type Encrypt: Boolean
|
1434
1446
|
# @param ThroughputPerformance: 云硬盘性能,单位:MB/s。使用此参数可给云硬盘购买额外的性能,功能介绍和类型限制详见:[增强型 SSD 云硬盘额外性能说明](https://cloud.tencent.com/document/product/362/51896#.E5.A2.9E.E5.BC.BA.E5.9E.8B-ssd-.E4.BA.91.E7.A1.AC.E7.9B.98.E9.A2.9D.E5.A4.96.E6.80.A7.E8.83.BD)。
|
1435
1447
|
# 当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)且 需容量 > 460GB。
|
1436
1448
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1437
1449
|
# @type ThroughputPerformance: Integer
|
1450
|
+
# @param BurstPerformance: 突发性能。是否开启突发性能,默认取值为 false。
|
1438
1451
|
|
1439
|
-
|
1452
|
+
# 注:内测中,需提单申请后使用。
|
1453
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1454
|
+
# @type BurstPerformance: Boolean
|
1455
|
+
|
1456
|
+
attr_accessor :DiskType, :DiskSize, :SnapshotId, :DeleteWithInstance, :Encrypt, :ThroughputPerformance, :BurstPerformance
|
1440
1457
|
|
1441
|
-
def initialize(disktype=nil, disksize=nil, snapshotid=nil, deletewithinstance=nil, encrypt=nil, throughputperformance=nil)
|
1458
|
+
def initialize(disktype=nil, disksize=nil, snapshotid=nil, deletewithinstance=nil, encrypt=nil, throughputperformance=nil, burstperformance=nil)
|
1442
1459
|
@DiskType = disktype
|
1443
1460
|
@DiskSize = disksize
|
1444
1461
|
@SnapshotId = snapshotid
|
1445
1462
|
@DeleteWithInstance = deletewithinstance
|
1446
1463
|
@Encrypt = encrypt
|
1447
1464
|
@ThroughputPerformance = throughputperformance
|
1465
|
+
@BurstPerformance = burstperformance
|
1448
1466
|
end
|
1449
1467
|
|
1450
1468
|
def deserialize(params)
|
@@ -1454,6 +1472,7 @@ module TencentCloud
|
|
1454
1472
|
@DeleteWithInstance = params['DeleteWithInstance']
|
1455
1473
|
@Encrypt = params['Encrypt']
|
1456
1474
|
@ThroughputPerformance = params['ThroughputPerformance']
|
1475
|
+
@BurstPerformance = params['BurstPerformance']
|
1457
1476
|
end
|
1458
1477
|
end
|
1459
1478
|
|
@@ -2632,8 +2651,8 @@ module TencentCloud
|
|
2632
2651
|
|
2633
2652
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
2634
2653
|
extend Gem::Deprecate
|
2635
|
-
deprecate :AutomationService, :none, 2024,
|
2636
|
-
deprecate :AutomationService=, :none, 2024,
|
2654
|
+
deprecate :AutomationService, :none, 2024, 7
|
2655
|
+
deprecate :AutomationService=, :none, 2024, 7
|
2637
2656
|
|
2638
2657
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
2639
2658
|
@SecurityService = securityservice
|
@@ -3073,17 +3092,24 @@ module TencentCloud
|
|
3073
3092
|
|
3074
3093
|
# UNIQUE,入参所填的 InstanceName 相当于实例名前缀,AS 和 CVM 会对其进行拓展,伸缩组中实例的 InstanceName 可以保证唯一。
|
3075
3094
|
# @type InstanceNameStyle: String
|
3095
|
+
# @param InstanceNameSuffix: 云服务器实例名后缀。字符长度为[1,105],且与 InstanceName 的长度和不能超过107。
|
3096
|
+
|
3097
|
+
# 假设后缀名称为 suffix,原实例名为 test.0,最终实例名为 test.0.suffix。
|
3098
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3099
|
+
# @type InstanceNameSuffix: String
|
3076
3100
|
|
3077
|
-
attr_accessor :InstanceName, :InstanceNameStyle
|
3101
|
+
attr_accessor :InstanceName, :InstanceNameStyle, :InstanceNameSuffix
|
3078
3102
|
|
3079
|
-
def initialize(instancename=nil, instancenamestyle=nil)
|
3103
|
+
def initialize(instancename=nil, instancenamestyle=nil, instancenamesuffix=nil)
|
3080
3104
|
@InstanceName = instancename
|
3081
3105
|
@InstanceNameStyle = instancenamestyle
|
3106
|
+
@InstanceNameSuffix = instancenamesuffix
|
3082
3107
|
end
|
3083
3108
|
|
3084
3109
|
def deserialize(params)
|
3085
3110
|
@InstanceName = params['InstanceName']
|
3086
3111
|
@InstanceNameStyle = params['InstanceNameStyle']
|
3112
|
+
@InstanceNameSuffix = params['InstanceNameSuffix']
|
3087
3113
|
end
|
3088
3114
|
end
|
3089
3115
|
|
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.871
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|