ImageMetadataResponse

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.

Constructors

Link copied to clipboard
constructor(currentImageVersion: String? = null, isLatestOsImageVersion: Boolean? = null, latestImageVersion: String? = null)

Types

Link copied to clipboard
object Companion

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.