Windows Configuration Args
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
Sets auto logon count.
Link copied to clipboard
Sets domain name that vm should join.
Link copied to clipboard
Sets domain username.
Link copied to clipboard
Sets domain user password.
Link copied to clipboard
Sets first logon commands
Link copied to clipboard
Link copied to clipboard
Sets work group name that vm should join.