OsProfileForVMInstanceArgs

data class OsProfileForVMInstanceArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>? = null, val computerName: Output<String>? = null, val guestId: Output<String>? = null, val osType: Output<Either<String, OsType>>? = null, val windowsConfiguration: Output<WindowsConfigurationArgs>? = null) : ConvertibleToJava<OsProfileForVMInstanceArgs>

Specifies the operating system settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(adminPassword: Output<String>? = null, adminUsername: Output<String>? = null, computerName: Output<String>? = null, guestId: Output<String>? = null, osType: Output<Either<String, OsType>>? = null, windowsConfiguration: Output<WindowsConfigurationArgs>? = null)

Properties

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

Sets administrator password.

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

Gets or sets administrator username.

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

Gets or sets computer name.

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

Gets or sets the guestId.

Link copied to clipboard
val osType: Output<Either<String, OsType>>? = null

Gets or sets the type of the os.

Link copied to clipboard

Windows Configuration.

Functions

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