tencentcloud-sdk-chdfs 3.0.580 → 3.0.581
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 +6 -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: d12b06499f3b091e8443499f7760ae44e8585eea
|
|
4
|
+
data.tar.gz: 0725fc9b74912ee4a22def0c6b2eff804f1020e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2bb0ff09509596f7321a0dbf600938827819c2a515c6b0b5a6d27b35025e3807cf4dbac40a8b85722b1a499ebb7c35eae2d0c1b4f495bbe87d93ae094ebdef9
|
|
7
|
+
data.tar.gz: 72cb24df5855dbcc5cd44bb08a055b278a92a9f0bfb4f694b36e088798125f98dae79910e6f99a1429073db9d1211b88ec9b2aa431392ab4435414b658f51b7e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.581
|
data/lib/v20201112/models.rb
CHANGED
|
@@ -1551,22 +1551,22 @@ module TencentCloud
|
|
|
1551
1551
|
|
|
1552
1552
|
# 生命周期规则当前路径具体存储量信息
|
|
1553
1553
|
class Summary < TencentCloud::Common::AbstractModel
|
|
1554
|
-
# @param CapacityUsed:
|
|
1554
|
+
# @param CapacityUsed: 已使用容量(byte)
|
|
1555
1555
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1556
1556
|
# @type CapacityUsed: Integer
|
|
1557
|
-
# @param StandardCapacityUsed:
|
|
1557
|
+
# @param StandardCapacityUsed: 已使用COS标准存储容量(byte)
|
|
1558
1558
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1559
1559
|
# @type StandardCapacityUsed: Integer
|
|
1560
|
-
# @param DegradeCapacityUsed:
|
|
1560
|
+
# @param DegradeCapacityUsed: 已使用COS低频存储容量(byte)
|
|
1561
1561
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1562
1562
|
# @type DegradeCapacityUsed: Integer
|
|
1563
|
-
# @param ArchiveCapacityUsed:
|
|
1563
|
+
# @param ArchiveCapacityUsed: 已使用COS归档存储容量(byte)
|
|
1564
1564
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1565
1565
|
# @type ArchiveCapacityUsed: Integer
|
|
1566
|
-
# @param DeepArchiveCapacityUsed:
|
|
1566
|
+
# @param DeepArchiveCapacityUsed: 已使用COS深度归档存储容量(byte)
|
|
1567
1567
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1568
1568
|
# @type DeepArchiveCapacityUsed: Integer
|
|
1569
|
-
# @param IntelligentCapacityUsed:
|
|
1569
|
+
# @param IntelligentCapacityUsed: 已使用COS智能分层存储容量(byte)
|
|
1570
1570
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1571
1571
|
# @type IntelligentCapacityUsed: Integer
|
|
1572
1572
|
|
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.581
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|