public class DescribeCfsSnapshotsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCfsSnapshotsRequest() | 
| DescribeCfsSnapshotsRequest(DescribeCfsSnapshotsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFileSystemId()Get 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取 | 
| Filter[] | getFilters()Get 过滤条件。
 SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。 SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。 FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。 FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。 Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。 tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。 tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。 | 
| Long | getLimit()Get 页面长度,默认为20 | 
| Long | getOffset()Get 分页起始位置,默认为0 | 
| String | getOrder()Get 排序;升序或者降序 | 
| String | getOrderField()Get 按创建时间排序取值 | 
| String | getSnapshotId()Get 快照 ID | 
| void | setFileSystemId(String FileSystemId)Set 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
 SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。 SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。 FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。 FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。 Status - Array of String - 是否必填:否 -(过滤条件)按照快照状态过滤。状态分类:creating:创建中 | available:运行中 | deleting:删除中 | rollbacking_new:由快照创建新文件系统中 | create-failed:创建失败。 tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。 tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key 使用具体的标签键进行替换。 | 
| void | setLimit(Long Limit)Set 页面长度,默认为20 | 
| void | setOffset(Long Offset)Set 分页起始位置,默认为0 | 
| void | setOrder(String Order)Set 排序;升序或者降序 | 
| void | setOrderField(String OrderField)Set 按创建时间排序取值 | 
| void | setSnapshotId(String SnapshotId)Set 快照 ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCfsSnapshotsRequest()
public DescribeCfsSnapshotsRequest(DescribeCfsSnapshotsRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId - 快照 IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 分页起始位置,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 页面长度,默认为20public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
public String getOrderField()
public void setOrderField(String OrderField)
OrderField - 按创建时间排序取值public String getOrder()
public void setOrder(String Order)
Order - 排序;升序或者降序Copyright © 2025. All rights reserved.