| Package | Description |
|---|---|
| com.tencentcloudapi.cfs.v20190719.models |
| Modifier and Type | Method and Description |
|---|---|
TagInfo[] |
CreateCfsSnapshotRequest.getResourceTags()
Get 快照标签
|
TagInfo[] |
CreateCfsFileSystemRequest.getResourceTags()
Get 文件系统标签
|
TagInfo[] |
SnapshotInfo.getTags()
Get 快照标签
|
TagInfo[] |
FileSystemInfo.getTags()
Get 文件系统标签列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCfsSnapshotRequest.setResourceTags(TagInfo[] ResourceTags)
Set 快照标签
|
void |
CreateCfsFileSystemRequest.setResourceTags(TagInfo[] ResourceTags)
Set 文件系统标签
|
void |
SnapshotInfo.setTags(TagInfo[] Tags)
Set 快照标签
|
void |
FileSystemInfo.setTags(TagInfo[] Tags)
Set 文件系统标签列表
|
| Constructor and Description |
|---|
TagInfo(TagInfo 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.
|
Copyright © 2023. All rights reserved.