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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0981ea94ff3a8a31e3cc04db06a6baf6ffe31801
|
|
4
|
+
data.tar.gz: e261ad37c1f54f0c04731813be5ea9321e5a9c8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15ebdbae8a1ba8037a7a50c9f038b15f11e2517ae9a20b5f60f47df31217e89bfc2f08ae57296194ee153262f35f6ba8148c2919936b0640f9510df3835118b6
|
|
7
|
+
data.tar.gz: 332b7fb85c70ef512d4a7fa5b8f796616b314bbfbc7cc4b5ef57a912adb7c411ea7ab69dd328ebe163c45ab0f203dad96bcb0471670f251af367e1d7c545705f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.945
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|