GalleryImageVersionArgs

data class GalleryImageVersionArgs(val name: Output<String>? = null) : ConvertibleToJava<GalleryImageVersionArgs>

Specifies information about the gallery image version that you want to create or update.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

This is the version of the gallery image.

Functions

Link copied to clipboard
open override fun toJava(): GalleryImageVersionArgs