public class CreateCfsSnapshotRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCfsSnapshotRequest() | 
| CreateCfsSnapshotRequest(CreateCfsSnapshotRequest 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) | 
| TagInfo[] | getResourceTags()Get 快照标签 | 
| String | getSnapshotName()Get 快照名称,支持不超过64字符长度,支持中文、数字、_、- | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) | 
| void | setResourceTags(TagInfo[] ResourceTags)Set 快照标签 | 
| void | setSnapshotName(String SnapshotName)Set 快照名称,支持不超过64字符长度,支持中文、数字、_、- | 
| 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 CreateCfsSnapshotRequest()
public CreateCfsSnapshotRequest(CreateCfsSnapshotRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - 快照名称,支持不超过64字符长度,支持中文、数字、_、-public TagInfo[] getResourceTags()
public void setResourceTags(TagInfo[] ResourceTags)
ResourceTags - 快照标签Copyright © 2025. All rights reserved.