GetImageCachesCach

data class GetImageCachesCach(val containerGroupId: String, val events: List<GetImageCachesCachEvent>, val expireDateTime: String, val id: String, val imageCacheId: String, val imageCacheName: String, val images: List<String>, val progress: String, val snapshotId: String, val status: String)

Constructors

Link copied to clipboard
constructor(containerGroupId: String, events: List<GetImageCachesCachEvent>, expireDateTime: String, id: String, imageCacheId: String, imageCacheName: String, images: List<String>, progress: String, snapshotId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of container group.

Link copied to clipboard

Image cache pulls image event information.

Link copied to clipboard

The time of expired.

Link copied to clipboard
val id: String

The ID of the ECI Image Cache.

Link copied to clipboard

The id of the ECI Image Cache.

Link copied to clipboard

The name of ECI Image Cache.

Link copied to clipboard

The list of cached images.

Link copied to clipboard

The progress of ECI Image Cache.

Link copied to clipboard

The id of snapshot.

Link copied to clipboard

The status of ECI Image Cache.