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(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(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(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(fileSystemId: String, ids: List<String>? = null, outputFile: String? = null, status: String? = null): GetMountPointsResult
Link copied to clipboard
suspend fun getZones(argument: GetZonesPlainArgs): GetZonesResult

This data source provides the DFS Zones And Configurations of the current Alibaba Cloud user.

suspend fun getZones(outputFile: String? = null): GetZonesResult
suspend fun getZones(argument: suspend GetZonesPlainArgsBuilder.() -> Unit): GetZonesResult