WindowsConfigurationResponse

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

Specifies the Windows Configuration settings for the virtual machine.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoLogon: Boolean? = null

Sets a value indicating whether auto logon is enabled.

Link copied to clipboard
val autoLogonCount: Int? = null

Sets auto logon count.

Link copied to clipboard
val domainName: String? = null

Sets domain name that vm should join.

Link copied to clipboard
val domainUsername: String? = null

Sets domain username.

Link copied to clipboard

Sets first logon commands

Link copied to clipboard
val fullName: String? = null

Sets full name of the owner of the vm.

Link copied to clipboard
val orgName: String? = null

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

Link copied to clipboard
val productId: String? = null

Sets product id of the vm.

Link copied to clipboard
val timeZone: 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: String? = null

Sets work group name that vm should join.