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
fun GetImageResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
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
Link copied to clipboard