tencentcloud-sdk-cbs 3.0.544 → 3.0.545

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77aa03e8ff4180363bb91eca4da396d0f30b52fa
4
- data.tar.gz: 698de0132ee50ba570473453de3a5e4e6e8459ba
3
+ metadata.gz: 95049f101a9eba78ff81ccad10aa32bbec5ffef9
4
+ data.tar.gz: 8bb562248162b9126a4285b6584deda4ec511e5f
5
5
  SHA512:
6
- metadata.gz: 7c5e1e9818996b65b9dff54152e8ae4fc4c00aa6d2d7719a3e1ef3f789f0299c02f2c64a5cb69b3cbd2e2fc67963558d236deaf4e111811b07b3943ccad91bd1
7
- data.tar.gz: d757eed325f496dd38005d4acb0cfd8045a50c38ef15040dbc3c3a042f914b8aae9f4dc7ad0ac402b8165ecab0831273ef87dbe6c93155ccdab4018fc226ebde
6
+ metadata.gz: ae2eaeb38eb25131a3697ad0f8f03ae938c58c1d35d79fd9b661e7e581b87ca42761555050980a20ae5fddd27476d62f0d21a42333017385d2987abd18864454
7
+ data.tar.gz: 511ef13de3f75ee0f7fa9eda8c40c4dd101d3b4664cb3eacf0f9e976e0c498063f33a8bf1211e2c89a3173a8e23e9ebb486fb488a181e10f00ae7089bca2d0d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.544
1
+ 3.0.545
@@ -919,7 +919,7 @@ module TencentCloud
919
919
 
920
920
  # 本接口(ModifyDiskExtraPerformance)用于调整云硬盘额外的性能。
921
921
 
922
- # * 目前仅支持极速型SSD云硬盘(CLOUD_TSSD)和高性能SSD云硬盘(CLOUD_HSSD)
922
+ # * 目前仅支持增强型SSD云硬盘(CLOUD_HSSD)和极速型SSD云硬盘(CLOUD_TSSD)。
923
923
 
924
924
  # @param request: Request instance for ModifyDiskExtraPerformance.
925
925
  # @type request: :class:`Tencentcloud::cbs::V20170312::ModifyDiskExtraPerformanceRequest`
@@ -2592,21 +2592,21 @@ module TencentCloud
2592
2592
 
2593
2593
  # ModifyDiskExtraPerformance请求参数结构体
2594
2594
  class ModifyDiskExtraPerformanceRequest < TencentCloud::Common::AbstractModel
2595
- # @param DiskId: 需要创建快照的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。
2596
- # @type DiskId: String
2597
2595
  # @param ThroughputPerformance: 额外购买的云硬盘性能值,单位MB/s。
2598
2596
  # @type ThroughputPerformance: Integer
2597
+ # @param DiskId: 需要创建快照的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。
2598
+ # @type DiskId: String
2599
2599
 
2600
- attr_accessor :DiskId, :ThroughputPerformance
2600
+ attr_accessor :ThroughputPerformance, :DiskId
2601
2601
 
2602
- def initialize(diskid=nil, throughputperformance=nil)
2603
- @DiskId = diskid
2602
+ def initialize(throughputperformance=nil, diskid=nil)
2604
2603
  @ThroughputPerformance = throughputperformance
2604
+ @DiskId = diskid
2605
2605
  end
2606
2606
 
2607
2607
  def deserialize(params)
2608
- @DiskId = params['DiskId']
2609
2608
  @ThroughputPerformance = params['ThroughputPerformance']
2609
+ @DiskId = params['DiskId']
2610
2610
  end
2611
2611
  end
2612
2612
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cbs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.544
4
+ version: 3.0.545
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-04 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common