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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c17492703d05e0e3c3ae560624593c61399d6dd
4
- data.tar.gz: acfdb536b17fd3d83503c0529dfa986b87c11e71
3
+ metadata.gz: 5a35ed84ec5fcc4901103f833d6dde899a2ffdfa
4
+ data.tar.gz: 362c3b4c2681f6ab8b0ef169efc1a0ba617db1df
5
5
  SHA512:
6
- metadata.gz: b0b08e7243e8241fe1277a9ad0797e3e06499bb6945e80b06617c971d4b7570043c11426b6c0089087cde848d307cf070fb19d43116b778801e7c2d98fbea467
7
- data.tar.gz: 872404ef3a5717e374ea1c978b26c89810f05a9393419b73c5a2c2a67c6103d07e1b715e648335686ec82ec0f8efbc203e34ebbf751bb6b77b1c635a033fdafd
6
+ metadata.gz: d28d9dcafe283c1c504b9382d08fb97a5ca11c096529b81d6febf3ca9033e611e37e2b35371366e5419af3f43cd16316dc32bea37a5c7541d38edc4c1436cc28
7
+ data.tar.gz: efe90fc82ca88eafd615ba56a76a68bcca8a31aa5bb51a2a4a384b96cd1a07e559181dfd1b1d4fd00afa752c6bc7a62e616b580c5f64728db350ef4a5d333402
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1075
1
+ 3.0.1082
@@ -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;扩容步长20TiB,即20480 GiB。turbo性能型起售10TiB,即10240 GiB;扩容步长10TiB,10240 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:表示创建中 | available:表示可用,deleting: 删除中;rollbacking_new:表示由快照创建新文件系统中| create-failed 创建失败)
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.1075
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-05 00:00:00.000000000 Z
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