Get Image Result
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)
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 RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this image.
Link copied to clipboard
A fingerprint for the labels being applied to this image.
Link copied to clipboard
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.