OsProfileArgs

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

Defines the resource properties.

Constructors

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

Properties

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

Gets or 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 osType: Output<Either<String, OsType>>? = null

Gets or sets the type of the os.

Functions

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