WindowsConfigurationArgs

data class WindowsConfigurationArgs(val osType: Output<String>) : ConvertibleToJava<WindowsConfigurationArgs>

Specifies Windows operating system settings on the virtual machine.

Constructors

Link copied to clipboard
constructor(osType: Output<String>)

Properties

Link copied to clipboard
val osType: Output<String>

The OS Type Expected value is 'Windows'.

Functions

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