LinuxOsInfoArgs

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

Information about a Linux OS.

Constructors

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

Properties

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

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

Functions

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