tencentcloud-sdk-chdfs 3.0.1015 → 3.0.1016
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/v20201112/models.rb +0 -6
- 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: b4d37a8d0c579bde53df54c0a31c40beb73574f0
|
4
|
+
data.tar.gz: fde18d8efae0ae0a865575311e5dc606ce26e6b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99441c21dcd6961b6d730b60603e49a800a2c06249a00662c14694ede30d90d54a307f7ced5878a6be578e243018ba00b7831c4884ba37677f355cd330de623e
|
7
|
+
data.tar.gz: 315cbb000363229b1b4f86b846c5d0ee2ca69af8722830dbef8ca41b7f66a145296222bc0b42d6e72c3498dd184cfdf2f289631ae224f7d1767456ebd72e4969
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1016
|
data/lib/v20201112/models.rb
CHANGED
@@ -752,22 +752,16 @@ module TencentCloud
|
|
752
752
|
# @param FileSystem: 文件系统
|
753
753
|
# @type FileSystem: :class:`Tencentcloud::Chdfs.v20201112.models.FileSystem`
|
754
754
|
# @param CapacityUsed: 文件系统已使用容量(byte)
|
755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
756
755
|
# @type CapacityUsed: Integer
|
757
756
|
# @param ArchiveCapacityUsed: 已使用COS归档存储容量(byte)
|
758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
759
757
|
# @type ArchiveCapacityUsed: Integer
|
760
758
|
# @param StandardCapacityUsed: 已使用COS标准存储容量(byte)
|
761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
762
759
|
# @type StandardCapacityUsed: Integer
|
763
760
|
# @param DegradeCapacityUsed: 已使用COS低频存储容量(byte)
|
764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
765
761
|
# @type DegradeCapacityUsed: Integer
|
766
762
|
# @param DeepArchiveCapacityUsed: 已使用COS深度归档存储容量(byte)
|
767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
768
763
|
# @type DeepArchiveCapacityUsed: Integer
|
769
764
|
# @param IntelligentCapacityUsed: 已使用COS智能分层存储容量(byte)
|
770
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
771
765
|
# @type IntelligentCapacityUsed: Integer
|
772
766
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
773
767
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-chdfs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1016
|
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-03-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|