UserArtifactManageArgs

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

Constructors

Link copied to clipboard
constructor(install: Output<String>, remove: Output<String>, update: Output<String>? = null)

Properties

Link copied to clipboard
val install: Output<String>

Required. The path and arguments to install the gallery application. This is limited to 4096 characters.

Link copied to clipboard
val remove: Output<String>

Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.

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

Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.

Functions

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