Class CreateCfsSnapshotRequest

    • Constructor Detail

      • CreateCfsSnapshotRequest

        public CreateCfsSnapshotRequest()
      • CreateCfsSnapshotRequest

        public 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.
    • Method Detail

      • getFileSystemId

        public String getFileSystemId()
        Get 文件系统id
        Returns:
        FileSystemId 文件系统id
      • setFileSystemId

        public void setFileSystemId​(String FileSystemId)
        Set 文件系统id
        Parameters:
        FileSystemId - 文件系统id
      • getSnapshotName

        public String getSnapshotName()
        Get 快照名称
        Returns:
        SnapshotName 快照名称
      • setSnapshotName

        public void setSnapshotName​(String SnapshotName)
        Set 快照名称
        Parameters:
        SnapshotName - 快照名称
      • getResourceTags

        public TagInfo[] getResourceTags()
        Get 快照标签
        Returns:
        ResourceTags 快照标签
      • setResourceTags

        public void setResourceTags​(TagInfo[] ResourceTags)
        Set 快照标签
        Parameters:
        ResourceTags - 快照标签