tencentcloud-sdk-cfs 3.0.1075 → 3.0.1082
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 +2 -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: 5a35ed84ec5fcc4901103f833d6dde899a2ffdfa
|
4
|
+
data.tar.gz: 362c3b4c2681f6ab8b0ef169efc1a0ba617db1df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d28d9dcafe283c1c504b9382d08fb97a5ca11c096529b81d6febf3ca9033e611e37e2b35371366e5419af3f43cd16316dc32bea37a5c7541d38edc4c1436cc28
|
7
|
+
data.tar.gz: efe90fc82ca88eafd615ba56a76a68bcca8a31aa5bb51a2a4a384b96cd1a07e559181dfd1b1d4fd00afa752c6bc7a62e616b580c5f64728db350ef4a5d333402
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1082
|
data/lib/v20190719/models.rb
CHANGED
@@ -439,7 +439,7 @@ module TencentCloud
|
|
439
439
|
# @type CcnId: String
|
440
440
|
# @param CidrBlock: 云联网中CFS使用的网段, 若网络类型选择的是Ccn,该字段为必填,且不能和Ccn中已经绑定的网段冲突
|
441
441
|
# @type CidrBlock: String
|
442
|
-
# @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长
|
442
|
+
# @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 GiB。
|
443
443
|
# @type Capacity: Integer
|
444
444
|
# @param SnapshotId: 文件系统快照ID,通过查询快照列表获取该参数,
|
445
445
|
# [DescribeCfsSnapshots](https://cloud.tencent.com/document/product/582/80206)
|
@@ -1593,7 +1593,7 @@ module TencentCloud
|
|
1593
1593
|
# <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
1594
1594
|
# <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
1595
1595
|
# <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤
|
1596
|
-
# (creating
|
1596
|
+
# (creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)
|
1597
1597
|
# <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
1598
1598
|
# <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
1599
1599
|
# @type Filters: Array
|
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.1082
|
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-06-
|
11
|
+
date: 2025-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|