EciFunctions

Functions

Link copied to clipboard

This data source provides the Eci Container Groups of the current Alibaba Cloud user.

suspend fun getContainerGroups(containerGroupName: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, limit: Int? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, vswitchId: String? = null, withEvent: Boolean? = null, zoneId: String? = null): GetContainerGroupsResult
Link copied to clipboard

Provides a collection of ECI Image Cache to the specified filters.

suspend fun getImageCaches(ids: List<String>? = null, image: String? = null, imageCacheName: String? = null, nameRegex: String? = null, outputFile: String? = null, snapshotId: String? = null, status: String? = null): GetImageCachesResult
Link copied to clipboard

This data source provides the Eci Virtual Nodes of the current Alibaba Cloud user.

suspend fun getVirtualNodes(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, securityGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null, virtualNodeName: String? = null, vswitchId: String? = null): GetVirtualNodesResult
Link copied to clipboard
suspend fun getZones(argument: GetZonesPlainArgs): GetZonesResult

This data source provides the available zones with the Application Load Balancer (ALB) Instance of the current Alibaba Cloud user.

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