WindowsConfigurationArgs

data class WindowsConfigurationArgs(val autoLogon: Output<Boolean>? = null, val autoLogonCount: Output<Int>? = null, val domainName: Output<String>? = null, val domainUserPassword: Output<String>? = null, val domainUsername: Output<String>? = null, val firstLogonCommands: Output<List<String>>? = null, val fullName: Output<String>? = null, val orgName: Output<String>? = null, val productId: Output<String>? = null, val timeZone: Output<String>? = null, val workGroupName: Output<String>? = null) : ConvertibleToJava<WindowsConfigurationArgs>

Specifies the Windows Configuration settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(autoLogon: Output<Boolean>? = null, autoLogonCount: Output<Int>? = null, domainName: Output<String>? = null, domainUserPassword: Output<String>? = null, domainUsername: Output<String>? = null, firstLogonCommands: Output<List<String>>? = null, fullName: Output<String>? = null, orgName: Output<String>? = null, productId: Output<String>? = null, timeZone: Output<String>? = null, workGroupName: Output<String>? = null)

Properties

Link copied to clipboard
val autoLogon: Output<Boolean>? = null

Sets a value indicating whether auto logon is enabled.

Link copied to clipboard
val autoLogonCount: Output<Int>? = null

Sets auto logon count.

Link copied to clipboard
val domainName: Output<String>? = null

Sets domain name that vm should join.

Link copied to clipboard
val domainUsername: Output<String>? = null

Sets domain username.

Link copied to clipboard
val domainUserPassword: Output<String>? = null

Sets domain user password.

Link copied to clipboard
val firstLogonCommands: Output<List<String>>? = null

Sets first logon commands

Link copied to clipboard
val fullName: Output<String>? = null

Sets full name of the owner of the vm.

Link copied to clipboard
val orgName: Output<String>? = null

Sets org name to which the owner of the vm belongs.

Link copied to clipboard
val productId: Output<String>? = null

Sets product id of the vm.

Link copied to clipboard
val timeZone: Output<String>? = null

Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Time zone name correspond to time zones listed at Microsoft Time Zone name values(https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms912391(v=winembedded.11)).

Link copied to clipboard
val workGroupName: Output<String>? = null

Sets work group name that vm should join.

Functions

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