GetImageCachesResult

data class GetImageCachesResult(val caches: List<GetImageCachesCach>, val id: String, val ids: List<String>, val image: String? = null, val imageCacheName: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val snapshotId: String? = null, val status: String? = null)

A collection of values returned by getImageCaches.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of caches. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list ids of ECI Image Cache.

Link copied to clipboard
val image: String? = null
Link copied to clipboard
val imageCacheName: String? = null

The name of the ECI Image Cache.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of ECI Image Cache names.

Link copied to clipboard
val outputFile: String? = null
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.