tencentcloud-sdk-cfs 3.0.754 → 3.0.755
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 +10 -3
- 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: 9d47245587afef258520505e860df43e40aa35b6
|
|
4
|
+
data.tar.gz: a4779b43be1d6c6dda35bbc92b043c2750f3b313
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c7376efe7bb41ee3a18f13907b738058e2b61e5edc678f1f9fe98a4986757ed12815ed7e619aecf0dc5302b4d6fc4ee02a8ba5b9ec665a2c5b141cd90160f3c
|
|
7
|
+
data.tar.gz: c5d7810cef59a8ebe5767a4fd143702806c3efdb0dbc1d9784a2937a54890afee6e7ae72ae978e91b8247583da9561b8081e1a2fccb365745868dec7c169232e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.755
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -1499,11 +1499,18 @@ module TencentCloud
|
|
|
1499
1499
|
# @type FileSystemId: String
|
|
1500
1500
|
# @param SnapshotId: 快照ID
|
|
1501
1501
|
# @type SnapshotId: String
|
|
1502
|
-
# @param Offset:
|
|
1502
|
+
# @param Offset: 分页起始位置,默认为0
|
|
1503
1503
|
# @type Offset: Integer
|
|
1504
|
-
# @param Limit:
|
|
1504
|
+
# @param Limit: 页面长度,默认为20
|
|
1505
1505
|
# @type Limit: Integer
|
|
1506
|
-
# @param Filters:
|
|
1506
|
+
# @param Filters: 过滤条件。
|
|
1507
|
+
# <br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。
|
|
1508
|
+
# <br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
|
|
1509
|
+
# <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
|
|
1510
|
+
# <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
|
|
1511
|
+
# <br>Status - Array of String - 是否必填:否 -(过滤条件)按按照快照状态过滤。(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new:表示由快照创建新文件系统中。
|
|
1512
|
+
# <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
|
1513
|
+
# <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
|
1507
1514
|
# @type Filters: Array
|
|
1508
1515
|
# @param OrderField: 排序取值
|
|
1509
1516
|
# @type OrderField: String
|
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.755
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|