tencentcloud-sdk-cbs 3.0.1077 → 3.0.1110

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: 8a19b6a1a55a8f1734f89790f80a93661f05cd87
4
- data.tar.gz: 8e630bd520f173e70137c8935650c58a6a71693f
3
+ metadata.gz: e81a1c749fde6045e67eddc6897e57e79c83d3de
4
+ data.tar.gz: e16eb8e6fc829305092ae6765e000239281f8ae8
5
5
  SHA512:
6
- metadata.gz: e9638adbd97e76a803442e153511b49c3635e474a459075f0f70ef60fda692747a0c2ec3782b9554c40bb0ff818cae0a9a4bb861402de7812cb9aa4eac171c52
7
- data.tar.gz: c249d59d78cd4537fd2132822cbf0600f9f7ac23624e011862664596bec2350a2829e4800bfbf096c1d3004058dfb0f846a44a99c8aebe366ea505cd06c73042
6
+ metadata.gz: 84bfce2db9d7511a77fc92d3d8c17cbcd06e1e5125272b1fab3dbf4b13c166badb01c12c3ff833a97f2c02e896d5a66d072df203efcf2b6e64e49cad1ff884d4
7
+ data.tar.gz: 61d392dfa23f9c7ed10fe4fe4d9a4d9474fd92605f4435aef7743f99134e7822097c71a153a9f9a9f0d82ae002750d57b324dce9e66b01eee9e654db4de69f3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1077
1
+ 3.0.1110
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -864,15 +864,18 @@ module TencentCloud
864
864
  # @type DiskBackupId: String
865
865
  # @param Tags: 快照绑定的标签。
866
866
  # @type Tags: Array
867
+ # @param DiskUsage: 快照关联云硬盘类型, SYSTEM_DISK: 系统盘, DATA_DISK: 数据盘,非必填参数,不填时快照类型与云盘类型保持一致, 该参数基于某些场景用户需要将系统盘创建出数据盘快照共享使用。
868
+ # @type DiskUsage: String
867
869
 
868
- attr_accessor :DiskId, :SnapshotName, :Deadline, :DiskBackupId, :Tags
870
+ attr_accessor :DiskId, :SnapshotName, :Deadline, :DiskBackupId, :Tags, :DiskUsage
869
871
 
870
- def initialize(diskid=nil, snapshotname=nil, deadline=nil, diskbackupid=nil, tags=nil)
872
+ def initialize(diskid=nil, snapshotname=nil, deadline=nil, diskbackupid=nil, tags=nil, diskusage=nil)
871
873
  @DiskId = diskid
872
874
  @SnapshotName = snapshotname
873
875
  @Deadline = deadline
874
876
  @DiskBackupId = diskbackupid
875
877
  @Tags = tags
878
+ @DiskUsage = diskusage
876
879
  end
877
880
 
878
881
  def deserialize(params)
@@ -888,6 +891,7 @@ module TencentCloud
888
891
  @Tags << tag_tmp
889
892
  end
890
893
  end
894
+ @DiskUsage = params['DiskUsage']
891
895
  end
892
896
  end
893
897
 
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.1077
4
+ version: 3.0.1110
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-06-09 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common