Get Images Image
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
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 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.