ImageMetadata interface
Returns metadata about the operating system image for this compute instance.
Properties
current |
Specifies the current operating system image version this compute instance is running on. |
is |
Specifies whether this compute instance is running on the latest operating system image. |
latest |
Specifies the latest available operating system image version. |
Property Details
currentImageVersion
Specifies the current operating system image version this compute instance is running on.
currentImageVersion?: string
Property Value
string
isLatestOsImageVersion
Specifies whether this compute instance is running on the latest operating system image.
isLatestOsImageVersion?: boolean
Property Value
boolean
latestImageVersion
Specifies the latest available operating system image version.
latestImageVersion?: string
Property Value
string