GetImagesImage

data class GetImagesImage(val archiveSizeBytes: Int, val creationTimestamp: String, val description: String, val diskSizeGb: Int, val family: String, val imageId: Int, val labels: Map<String, String>, val name: String, val selfLink: String, val sourceDisk: String, val sourceDiskId: String, val sourceImageId: String)

Constructors

Link copied to clipboard
constructor(archiveSizeBytes: Int, creationTimestamp: String, description: String, diskSizeGb: Int, family: String, imageId: Int, labels: Map<String, String>, name: String, selfLink: String, sourceDisk: String, sourceDiskId: String, sourceImageId: 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
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

The name of the image.

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 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.