LinuxOsInfoArgs

data class LinuxOsInfoArgs(val linuxOsState: Output<Either<String, LinuxOsState>>? = null) : ConvertibleToJava<LinuxOsInfoArgs>

Information about a Linux OS.

Constructors

Link copied to clipboard
fun LinuxOsInfoArgs(linuxOsState: Output<Either<String, LinuxOsState>>? = null)

Functions

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

Properties

Link copied to clipboard
val linuxOsState: Output<Either<String, LinuxOsState>>? = null

The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied).