UpdatePrerequisiteArgs

data class UpdatePrerequisiteArgs(val packageName: Output<String>? = null, val updateType: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<UpdatePrerequisiteArgs>

If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.

Constructors

Link copied to clipboard
constructor(packageName: Output<String>? = null, updateType: Output<String>? = null, version: Output<String>? = null)

Properties

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

Friendly name of the prerequisite.

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

Updatable component type.

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

Version of the prerequisite.

Functions

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