GetRegistryImageResult

data class GetRegistryImageResult(val digest: String? = null, val id: String, val imageUrl: String, val name: String, val project: String, val region: String? = null, val tag: String? = null)

A collection of values returned by getRegistryImage.

Constructors

Link copied to clipboard
constructor(digest: String? = null, id: String, imageUrl: String, name: String, project: String, region: String? = null, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The URL at which the image can be accessed.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val region: String? = null
Link copied to clipboard
val tag: String? = null