tencentcloud-sdk-cbs 3.0.1110 → 3.0.1125

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: e81a1c749fde6045e67eddc6897e57e79c83d3de
4
- data.tar.gz: e16eb8e6fc829305092ae6765e000239281f8ae8
3
+ metadata.gz: fcdfe9780395c47fd722ebf7c32bf73a3266031d
4
+ data.tar.gz: 98ba5b8ea83248eab140c0d2fb0c7860fc3975c2
5
5
  SHA512:
6
- metadata.gz: 84bfce2db9d7511a77fc92d3d8c17cbcd06e1e5125272b1fab3dbf4b13c166badb01c12c3ff833a97f2c02e896d5a66d072df203efcf2b6e64e49cad1ff884d4
7
- data.tar.gz: 61d392dfa23f9c7ed10fe4fe4d9a4d9474fd92605f4435aef7743f99134e7822097c71a153a9f9a9f0d82ae002750d57b324dce9e66b01eee9e654db4de69f3a
6
+ metadata.gz: 517bf293fd02fc88f7e8b44f542826556f20bce7b783a0d3ce447a9c1e3f63f357113c501cd1785a52e7dfd93a06e5d269c278ed4c4f2b01abeccf2c044e1e9a
7
+ data.tar.gz: d3f8244be93d45cc8dad5eab669436c6c4fadcbde26fa3888e7d06ecaedcfdab48d6b5d5d3df2755b964e83669b750889c5ecc06ed4544562b05a94d7cf0bcb7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1110
1
+ 3.0.1125
@@ -2550,23 +2550,27 @@ module TencentCloud
2550
2550
  class InquiryPriceResizeDiskRequest < TencentCloud::Common::AbstractModel
2551
2551
  # @param DiskSize: 云硬盘扩容后的大小,单位为GiB,不得小于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
2552
2552
  # @type DiskSize: Integer
2553
- # @param DiskId: 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
2553
+ # @param DiskId: 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskIds互斥。
2554
2554
  # @type DiskId: String
2555
2555
  # @param ProjectId: 云硬盘所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。 如传入则仅用于鉴权。
2556
2556
  # @type ProjectId: Integer
2557
+ # @param DiskIds: 云硬盘ID列表, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskId互斥。
2558
+ # @type DiskIds: Array
2557
2559
 
2558
- attr_accessor :DiskSize, :DiskId, :ProjectId
2560
+ attr_accessor :DiskSize, :DiskId, :ProjectId, :DiskIds
2559
2561
 
2560
- def initialize(disksize=nil, diskid=nil, projectid=nil)
2562
+ def initialize(disksize=nil, diskid=nil, projectid=nil, diskids=nil)
2561
2563
  @DiskSize = disksize
2562
2564
  @DiskId = diskid
2563
2565
  @ProjectId = projectid
2566
+ @DiskIds = diskids
2564
2567
  end
2565
2568
 
2566
2569
  def deserialize(params)
2567
2570
  @DiskSize = params['DiskSize']
2568
2571
  @DiskId = params['DiskId']
2569
2572
  @ProjectId = params['ProjectId']
2573
+ @DiskIds = params['DiskIds']
2570
2574
  end
2571
2575
  end
2572
2576
 
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.1110
4
+ version: 3.0.1125
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-28 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common