tencentcloud-sdk-cbs 3.0.436 → 3.0.437

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4713abefbbb53803eae0535facd1c1f299ff58b
4
- data.tar.gz: 31cfb6b5b6666a69f85b7d78f6db0bd5a6359b3c
3
+ metadata.gz: 494ca22c8cb8a830bb4a3a5c3043daac668a926f
4
+ data.tar.gz: 847b7c6dff5435c30234f0f03d061ca0d7b1747b
5
5
  SHA512:
6
- metadata.gz: d40c2bb9d837321a1d9bb58e83443b3a1beb64b21d84cf7223c9daafd47794304ea0b84ab4c997de8abbc5e44b20b4cc8c6eeb9d81e9735d5a9700c3794d16ff
7
- data.tar.gz: db7dc4c943e6f9d5a36765cc665677645f48aaf8e897178249dbf7f2a42921b06e1a6cfc3c02f92b85adcf8c0acf88c0b43a93a51e2ef56bda6a7181e7c4528a
6
+ metadata.gz: 7c0acbeaaf9970d8dca98dd6cedccf6d685d0ce6ffc416e02439a28584bcbe499119d8c8382d47d80ee9ef6f75f166f2d16d261e99e427b334ad2c0588b807bb
7
+ data.tar.gz: 5f252050e79c6ba1335086d1e9fcb29e82b57e9e80f39d26c75b9d9754b7aacb513608636e940e0db5221622f45044981c953a5eebbaaa3786a807ae39ffa7f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.436
1
+ 3.0.437
@@ -2789,21 +2789,21 @@ module TencentCloud
2789
2789
 
2790
2790
  # ResizeDisk请求参数结构体
2791
2791
  class ResizeDiskRequest < TencentCloud::Common::AbstractModel
2792
- # @param DiskId: 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2793
- # @type DiskId: String
2794
2792
  # @param DiskSize: 云硬盘扩容后的大小,单位为GB,必须大于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
2795
2793
  # @type DiskSize: Integer
2794
+ # @param DiskId: 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2795
+ # @type DiskId: String
2796
2796
 
2797
- attr_accessor :DiskId, :DiskSize
2797
+ attr_accessor :DiskSize, :DiskId
2798
2798
 
2799
- def initialize(diskid=nil, disksize=nil)
2800
- @DiskId = diskid
2799
+ def initialize(disksize=nil, diskid=nil)
2801
2800
  @DiskSize = disksize
2801
+ @DiskId = diskid
2802
2802
  end
2803
2803
 
2804
2804
  def deserialize(params)
2805
- @DiskId = params['DiskId']
2806
2805
  @DiskSize = params['DiskSize']
2806
+ @DiskId = params['DiskId']
2807
2807
  end
2808
2808
  end
2809
2809
 
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.436
4
+ version: 3.0.437
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-10-26 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common