GetImageResult

data class GetImageResult(val archiveSizeBytes: Int, val creationTimestamp: String, val description: String, val diskSizeGb: Int, val family: String, val filter: String? = null, val id: String, val imageEncryptionKeySha256: String, val imageId: String, val labelFingerprint: String, val labels: Map<String, String>, val licenses: List<String>, val mostRecent: Boolean? = null, val name: String, val project: String, val selfLink: String, val sourceDisk: String, val sourceDiskEncryptionKeySha256: String, val sourceDiskId: String, val sourceImageId: String, val status: String)

A collection of values returned by getImage.

Constructors

Link copied to clipboard
constructor(archiveSizeBytes: Int, creationTimestamp: String, description: String, diskSizeGb: Int, family: String, filter: String? = null, id: String, imageEncryptionKeySha256: String, imageId: String, labelFingerprint: String, labels: Map<String, String>, licenses: List<String>, mostRecent: Boolean? = null, name: String, project: String, selfLink: String, sourceDisk: String, sourceDiskEncryptionKeySha256: String, sourceDiskId: String, sourceImageId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The size of the image tar.gz archive stored in Google Cloud Storage in bytes.

Link copied to clipboard

The creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional description of this image.

Link copied to clipboard

The size of the image when restored onto a persistent disk in gigabytes.

Link copied to clipboard

The family name of the image.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.

Link copied to clipboard

The unique identifier for the image.

Link copied to clipboard

A fingerprint for the labels being applied to this image.

Link copied to clipboard

All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.

Link copied to clipboard

A list of applicable license URI.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard

The name of the image.

Link copied to clipboard
Link copied to clipboard

The URI of the image.

Link copied to clipboard

The URL of the source disk used to create this image.

Link copied to clipboard

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.

Link copied to clipboard

The ID value of the disk used to create this image.

Link copied to clipboard

The ID value of the image used to create this image.

Link copied to clipboard

The status of the image. Possible values are FAILED, PENDING, or READY.