tencentcloud-sdk-as 3.0.869 → 3.0.870

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180419/models.rb +37 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 169c92544cf0b2d2c58693bb330d0a12cf8e25fd
4
- data.tar.gz: 9cb740c0f757f8e64efebfd3a02c4ae7cb60de41
3
+ metadata.gz: cdf14d5cc904bdd6a661a34ba63ea566ec2ace86
4
+ data.tar.gz: 4b7be21d76288e9e1a6299124dca4351f4d2a242
5
5
  SHA512:
6
- metadata.gz: f0cd684996f602207c06103114d957fba15ffbd880b8a7b730cdfa9bb465a88c2a79007f0752ed57cc07409289e9a3975a14d7e28dacb1569e9301c53adab727
7
- data.tar.gz: 8c736fa10a3d48e261504ebbccd255af54470af22e84b49951180ad077f9fe140a74acbfdbaa7b36c477a73d23e273b4c41bd9ffbbf2f886bb1a1be3ff4f0dc5
6
+ metadata.gz: ddf1a39cd20cbbc803271f439aa0c191aae4d827f7d836fdd516802c1f1856b5a4074564627deb75fc4047cca0afeae2e9de2ab7093f5d0c9249f5521be1a016
7
+ data.tar.gz: 0ee9fbebacbaa63d85b543ba11046df82c733e358dd1f8f9c0792b82e39a3b8a094c71ad6c97ba5adb061f463b284d57e668e62115885503a125aa03acc3590d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.869
1
+ 3.0.870
@@ -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, 5
68
- deprecate :ActivityRelatedInstanceSet=, :none, 2024, 5
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)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_HSSD:增强型SSD云硬盘<br><li>CLOUD_TSSD:极速型SSD云硬盘<br><br>默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
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: 数据盘是否随子机销毁。取值范围:<br><li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘<br><li>FALSE:子机销毁时,保留数据盘
1436
+ # @param DeleteWithInstance: 数据盘是否随子机销毁。取值范围:
1437
+ # <li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
1438
+ # <li>FALSE:子机销毁时,保留数据盘</li>
1429
1439
  # 注意:此字段可能返回 null,表示取不到有效值。
1430
1440
  # @type DeleteWithInstance: Boolean
1431
- # @param Encrypt: 数据盘是否加密。取值范围:<br><li>TRUE:加密<br><li>FALSE:不加密
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
- attr_accessor :DiskType, :DiskSize, :SnapshotId, :DeleteWithInstance, :Encrypt, :ThroughputPerformance
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, 5
2636
- deprecate :AutomationService=, :none, 2024, 5
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.869
4
+ version: 3.0.870
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-21 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common