Image Metadata Response
data class ImageMetadataResponse(val currentImageVersion: String? = null, val isLatestOsImageVersion: Boolean? = null, val latestImageVersion: String? = null)
Returns metadata about the operating system image for this compute instance.
Properties
Link copied to clipboard
Specifies the current operating system image version this compute instance is running on.
Link copied to clipboard
Specifies whether this compute instance is running on the latest operating system image.
Link copied to clipboard
Specifies the latest available operating system image version.