Dfs Functions
object DfsFunctions
Functions
Link copied to clipboard
This data source provides the Apsara File Storage for HDFS Access Groups of the current Alibaba Cloud user.
suspend fun getAccessGroups(argument: suspend GetAccessGroupsPlainArgsBuilder.() -> Unit): GetAccessGroupsResult
suspend fun getAccessGroups(ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, orderBy: String? = null, orderType: String? = null, outputFile: String? = null, startOffset: Int? = null): GetAccessGroupsResult
Link copied to clipboard
This data source provides the Dfs Access Rules of the current Alibaba Cloud user.
suspend fun getAccessRules(argument: suspend GetAccessRulesPlainArgsBuilder.() -> Unit): GetAccessRulesResult
suspend fun getAccessRules(accessGroupId: String, ids: List<String>? = null, outputFile: String? = null): GetAccessRulesResult
Link copied to clipboard
This data source provides the Dfs File Systems of the current Alibaba Cloud user.
suspend fun getFileSystems(argument: suspend GetFileSystemsPlainArgsBuilder.() -> Unit): GetFileSystemsResult
suspend fun getFileSystems(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetFileSystemsResult
Link copied to clipboard
This data source provides the Dfs Mount Points of the current Alibaba Cloud user.
suspend fun getMountPoints(argument: suspend GetMountPointsPlainArgsBuilder.() -> Unit): GetMountPointsResult
suspend fun getMountPoints(fileSystemId: String, ids: List<String>? = null, outputFile: String? = null, status: String? = null): GetMountPointsResult
Link copied to clipboard
This data source provides the DFS Zones And Configurations of the current Alibaba Cloud user.