tencentcloud-sdk-cbs 3.0.544 → 3.0.546

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: 97d3f5017d97e03bc9b4461b3d4a7b89951db928
4
+ data.tar.gz: 1dc678bdb19765372e7327f8a13d670ef64a840b
5
5
  SHA512:
6
- metadata.gz: 7c5e1e9818996b65b9dff54152e8ae4fc4c00aa6d2d7719a3e1ef3f789f0299c02f2c64a5cb69b3cbd2e2fc67963558d236deaf4e111811b07b3943ccad91bd1
7
- data.tar.gz: d757eed325f496dd38005d4acb0cfd8045a50c38ef15040dbc3c3a042f914b8aae9f4dc7ad0ac402b8165ecab0831273ef87dbe6c93155ccdab4018fc226ebde
6
+ metadata.gz: df45f16f8960e35bf2b0d2eb663031dc24772766a699e3b0f2bba26eb055ff9c7d90ee7b8d1eebfe1af4c5655312384fc09d215d828b3e6e5c7a7e0e7aee8794
7
+ data.tar.gz: d82e512bbe643aaf9cd4e8b119ca56f2f83e5fc07e9ba2e082774136f7fc7b4dbca0ea5e95464a5b6d5df7f5a26d08b1820885724cf5e52265559bfd1bf10d13
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.544
1
+ 3.0.546
@@ -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.546
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cbs.rb
37
- - lib/v20170312/models.rb
38
37
  - lib/v20170312/client.rb
38
+ - lib/v20170312/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: