tencentcloud-sdk-cfs 3.0.539 → 3.0.540
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 +8 -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: ffaac0f6f1d745b724f0314a825e258824d633d7
|
|
4
|
+
data.tar.gz: 86d46c7b127fdaebfd3438a935ff182dd2df1f9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71252ef602a699bf372f6b5fc0131ac657c393a5554122cc84cfc36d9ee571b33cec439394fae55c40fcc0aa6eb592b7d595073385f642ab06243deacccf1ff6
|
|
7
|
+
data.tar.gz: 26d733eb28f62975e333b840e586829993a55e7e59196670a812d5a9be645deb14fe0832552f1ccdc1e6cbfe5a951d4ef84c59f7d09053a9368cbe721f624c9f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.540
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -1589,7 +1589,13 @@ module TencentCloud
|
|
|
1589
1589
|
# @type CreationToken: String
|
|
1590
1590
|
# @param FileSystemId: 文件系统 ID
|
|
1591
1591
|
# @type FileSystemId: String
|
|
1592
|
-
# @param LifeCycleState:
|
|
1592
|
+
# @param LifeCycleState: 文件系统状态。取值范围:
|
|
1593
|
+
# - creating:创建中
|
|
1594
|
+
# - mounting:挂载中
|
|
1595
|
+
# - create_failed:创建失败
|
|
1596
|
+
# - available:可使用
|
|
1597
|
+
# - unserviced:停服中
|
|
1598
|
+
# - upgrading:升级中
|
|
1593
1599
|
# @type LifeCycleState: String
|
|
1594
1600
|
# @param SizeByte: 文件系统已使用容量
|
|
1595
1601
|
# @type SizeByte: Integer
|
|
@@ -1623,7 +1629,7 @@ module TencentCloud
|
|
|
1623
1629
|
# @type Capacity: Integer
|
|
1624
1630
|
# @param Tags: 文件系统标签列表
|
|
1625
1631
|
# @type Tags: Array
|
|
1626
|
-
# @param TieringState:
|
|
1632
|
+
# @param TieringState: 文件系统生命周期管理状态
|
|
1627
1633
|
# @type TieringState: String
|
|
1628
1634
|
# @param TieringDetail: 分层存储详情
|
|
1629
1635
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
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.540
|
|
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-03-
|
|
11
|
+
date: 2023-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|