tencentcloud-sdk-cfs 3.0.1114 → 3.0.1115
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 -9
- 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: c0d3da44797fc6cc530d26806f6e90c4405eb7b3
|
4
|
+
data.tar.gz: 169758a2bb12ca33c78faaf743e389d03d18898a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44c89b9bd41e930eff067e1d2a54ca1ac1f685d39206058c39f298f09d247bd17122a521307a6ed74df8d33d93fc87676cd7c858d8a42122bd0fc0f8e3269a7
|
7
|
+
data.tar.gz: 04085bc25ca05d08bf001ee9a7e78550d910f711858c8ca5f121fe56c761cb2a8a7cc8add9e501d4e663042aa2a4ceb8035c4fbc7249011d904d465749a2d2f2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1115
|
data/lib/v20190719/models.rb
CHANGED
@@ -2001,9 +2001,9 @@ module TencentCloud
|
|
2001
2001
|
|
2002
2002
|
# DescribeCfsSnapshots请求参数结构体
|
2003
2003
|
class DescribeCfsSnapshotsRequest < TencentCloud::Common::AbstractModel
|
2004
|
-
# @param FileSystemId: 文件系统ID
|
2004
|
+
# @param FileSystemId: 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
2005
2005
|
# @type FileSystemId: String
|
2006
|
-
# @param SnapshotId: 快照ID
|
2006
|
+
# @param SnapshotId: 快照 ID
|
2007
2007
|
# @type SnapshotId: String
|
2008
2008
|
# @param Offset: 分页起始位置,默认为0
|
2009
2009
|
# @type Offset: Integer
|
@@ -2014,14 +2014,13 @@ module TencentCloud
|
|
2014
2014
|
# <br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
|
2015
2015
|
# <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
2016
2016
|
# <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
2017
|
-
# <br>Status - Array of String - 是否必填:否
|
2018
|
-
# (creating:创建中 | available:运行中| deleting: 删除中 | rollbacking_new:由快照创建新文件系统中| create-failed 创建失败)
|
2017
|
+
# <br>Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。
|
2019
2018
|
# <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
2020
|
-
# <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
2019
|
+
# <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。
|
2021
2020
|
# @type Filters: Array
|
2022
2021
|
# @param OrderField: 按创建时间排序取值
|
2023
2022
|
# @type OrderField: String
|
2024
|
-
# @param Order:
|
2023
|
+
# @param Order: 排序;升序或者降序
|
2025
2024
|
# @type Order: String
|
2026
2025
|
|
2027
2026
|
attr_accessor :FileSystemId, :SnapshotId, :Offset, :Limit, :Filters, :OrderField, :Order
|
@@ -3568,7 +3567,7 @@ module TencentCloud
|
|
3568
3567
|
# @type SnapshotName: String
|
3569
3568
|
# @param SnapshotId: 快照ID
|
3570
3569
|
# @type SnapshotId: String
|
3571
|
-
# @param Status: 快照状态,
|
3570
|
+
# @param Status: 快照状态,creating-创建中;available-运行中;deleting-删除中;rollbacking-new 创建新文件系统中;create-failed 创建失败
|
3572
3571
|
# @type Status: String
|
3573
3572
|
# @param RegionName: 地域名称
|
3574
3573
|
# @type RegionName: String
|
@@ -3588,10 +3587,10 @@ module TencentCloud
|
|
3588
3587
|
# @type FsName: String
|
3589
3588
|
# @param Tags: 快照标签
|
3590
3589
|
# @type Tags: Array
|
3591
|
-
# @param SnapshotType:
|
3590
|
+
# @param SnapshotType: 快照类型,general为通用系列快照,turbo为Turbo系列快照
|
3592
3591
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3593
3592
|
# @type SnapshotType: String
|
3594
|
-
# @param SnapshotTime:
|
3593
|
+
# @param SnapshotTime: 实际快照时间,反映快照对应文件系统某个时刻的数据。
|
3595
3594
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3596
3595
|
# @type SnapshotTime: String
|
3597
3596
|
|
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.1115
|
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-
|
11
|
+
date: 2025-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|