GalleryApplicationVersionManageActionArgs

data class GalleryApplicationVersionManageActionArgs(val install: Output<String>, val remove: Output<String>, val update: Output<String>? = null) : ConvertibleToJava<GalleryApplicationVersionManageActionArgs>

Constructors

constructor(install: Output<String>, remove: Output<String>, update: Output<String>? = null)

Properties

Link copied to clipboard
val install: Output<String>

The command to install the Gallery Application. Changing this forces a new resource to be created.

Link copied to clipboard
val remove: Output<String>

The command to remove the Gallery Application. Changing this forces a new resource to be created.

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

The command to update the Gallery Application. Changing this forces a new resource to be created.

Functions

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