Uses of Class
com.tencentcloudapi.cfs.v20190719.models.FileSystemInfo
-
Packages that use FileSystemInfo Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of FileSystemInfo in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return FileSystemInfo Modifier and Type Method Description FileSystemInfo[]DescribeCfsFileSystemsResponse. getFileSystems()Get 文件系统信息Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type FileSystemInfo Modifier and Type Method Description voidDescribeCfsFileSystemsResponse. setFileSystems(FileSystemInfo[] FileSystems)Set 文件系统信息Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type FileSystemInfo Constructor Description FileSystemInfo(FileSystemInfo 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.
-