ExtensionStatusArgs

data class ExtensionStatusArgs(val code: Output<String>? = null, val displayStatus: Output<String>? = null, val level: Output<Either<String, LevelType>>? = null, val message: Output<String>? = null, val time: Output<String>? = null) : ConvertibleToJava<ExtensionStatusArgs>

Status from the extension.

Constructors

Link copied to clipboard
constructor(code: Output<String>? = null, displayStatus: Output<String>? = null, level: Output<Either<String, LevelType>>? = null, message: Output<String>? = null, time: Output<String>? = null)

Properties

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

Status code provided by the Extension

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

Short description of status of the extension.

Link copied to clipboard
val level: Output<Either<String, LevelType>>? = null

Level of the status.

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

Detailed message of the status from the Extension.

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

DateLiteral (per ISO8601) noting the time of installation status.

Functions

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