WindowsOsInfoArgs

data class WindowsOsInfoArgs(val windowsOsState: Output<Either<String, WindowsOsState>>? = null) : ConvertibleToJava<WindowsOsInfoArgs>

Information about a Windows OS.

Constructors

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

Properties

Link copied to clipboard
val windowsOsState: Output<Either<String, WindowsOsState>>? = null

The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).

Functions

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