OsProfileArgs

data class OsProfileArgs(val computerName: Output<String>? = null, val osType: Output<String>? = null, val sshPublicKey: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<OsProfileArgs>

Specifies the operating system settings for the Azure Large Instance.

Constructors

Link copied to clipboard
constructor(computerName: Output<String>? = null, osType: Output<String>? = null, sshPublicKey: Output<String>? = null, version: Output<String>? = null)

Properties

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

Specifies the host OS name of the Azure Large Instance.

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

This property allows you to specify the type of the OS.

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

Specifies the SSH public key used to access the operating system.

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

Specifies version of operating system.

Functions

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