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
constructor(desiredState: Output<Either<String, DesiredInstallationState>>? = null)

Properties

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

The desired installation state

Functions

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