LinuxOsInfoResponse

data class LinuxOsInfoResponse(val linuxOsState: String? = null)

Information about a Linux OS.

Constructors

Link copied to clipboard
constructor(linuxOsState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val linuxOsState: String? = null

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