InstallationArgs

data class InstallationArgs(val desiredState: Output<Either<String, DesiredInstallationState>>? = null) : ConvertibleToJava<InstallationArgs>

The installation state of the packet core.

Constructors

Link copied to clipboard
fun InstallationArgs(desiredState: Output<Either<String, DesiredInstallationState>>? = null)

Functions

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

Properties

Link copied to clipboard
val desiredState: Output<Either<String, DesiredInstallationState>>? = null

The desired installation state