get Image Caches
Provides a collection of ECI Image Cache to the specified filters.
NOTE: Available in 1.90.0+.
Return
A collection of values returned by getImageCaches.
Parameters
argument
A collection of arguments for invoking getImageCaches.
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
Return
A collection of values returned by getImageCaches.
See also
Parameters
ids
A list ids of ECI Image Cache.
image
Find the mirror cache containing it according to the image name.
image Cache Name
The name of ECI Image Cache.
name Regex
A regex string to filter results by the image cache name.
output File
snapshot Id
The id of snapshot.
status
The status of ECI Image Cache.
suspend fun getImageCaches(argument: suspend GetImageCachesPlainArgsBuilder.() -> Unit): GetImageCachesResult
Return
A collection of values returned by getImageCaches.
See also
Parameters
argument
Builder for com.pulumi.alicloud.eci.kotlin.inputs.GetImageCachesPlainArgs.