tencentcloud-sdk-cfs 3.0.944 → 3.0.945

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: 22431e6ba7cedc158ef4b4ac62c3e948f9bfc0a8
4
- data.tar.gz: 66be0529f85f0d58570c27124a3c20f490058894
3
+ metadata.gz: 0981ea94ff3a8a31e3cc04db06a6baf6ffe31801
4
+ data.tar.gz: e261ad37c1f54f0c04731813be5ea9321e5a9c8f
5
5
  SHA512:
6
- metadata.gz: ed28908865ca04b6c1b6eb26627a0764694b818f7f81822e90850a9a7bea07698e9e754854665ddc335956551dc94aa5486d7b41b581bc5fcd6e82a36773c9b0
7
- data.tar.gz: a04d7243599df1f18cff30c2f09c9535a0c67503daa633df1e1012f17f78d713daf0c308618818c1942a4f4a81db90d1b87d32118f22e3c9b275d00f2d4e7926
6
+ metadata.gz: 15ebdbae8a1ba8037a7a50c9f038b15f11e2517ae9a20b5f60f47df31217e89bfc2f08ae57296194ee153262f35f6ba8148c2919936b0640f9510df3835118b6
7
+ data.tar.gz: 332b7fb85c70ef512d4a7fa5b8f796616b314bbfbc7cc4b5ef57a912adb7c411ea7ab69dd328ebe163c45ab0f203dad96bcb0471670f251af367e1d7c545705f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.944
1
+ 3.0.945
@@ -2773,15 +2773,19 @@ module TencentCloud
2773
2773
  # @param TieringSizeInBytes: 低频存储容量
2774
2774
  # 注意:此字段可能返回 null,表示取不到有效值。
2775
2775
  # @type TieringSizeInBytes: Integer
2776
+ # @param SecondaryTieringSizeInBytes: 冷存储容量
2777
+ # @type SecondaryTieringSizeInBytes: Integer
2776
2778
 
2777
- attr_accessor :TieringSizeInBytes
2779
+ attr_accessor :TieringSizeInBytes, :SecondaryTieringSizeInBytes
2778
2780
 
2779
- def initialize(tieringsizeinbytes=nil)
2781
+ def initialize(tieringsizeinbytes=nil, secondarytieringsizeinbytes=nil)
2780
2782
  @TieringSizeInBytes = tieringsizeinbytes
2783
+ @SecondaryTieringSizeInBytes = secondarytieringsizeinbytes
2781
2784
  end
2782
2785
 
2783
2786
  def deserialize(params)
2784
2787
  @TieringSizeInBytes = params['TieringSizeInBytes']
2788
+ @SecondaryTieringSizeInBytes = params['SecondaryTieringSizeInBytes']
2785
2789
  end
2786
2790
  end
2787
2791
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.944
4
+ version: 3.0.945
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common