GetImageCachesPlainArgs

data class GetImageCachesPlainArgs(val ids: List<String>? = null, val image: String? = null, val imageCacheName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotId: String? = null, val status: String? = null) : ConvertibleToJava<GetImageCachesPlainArgs>

A collection of arguments for invoking getImageCaches.

Constructors

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

Properties

Link copied to clipboard
val ids: List<String>? = null

A list ids of ECI Image Cache.

Link copied to clipboard
val image: String? = null

Find the mirror cache containing it according to the image name.

Link copied to clipboard
val imageCacheName: String? = null

The name of ECI Image Cache.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by the image cache name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val snapshotId: String? = null

The id of snapshot.

Link copied to clipboard
val status: String? = null

The status of ECI Image Cache.

Functions

Link copied to clipboard
open override fun toJava(): GetImageCachesPlainArgs