VirtualMachineInstancePropertiesOsProfileArgs

data class VirtualMachineInstancePropertiesOsProfileArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>? = null, val computerName: Output<String>? = null, val linuxConfiguration: Output<VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs>? = null, val windowsConfiguration: Output<VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs>? = null) : ConvertibleToJava<VirtualMachineInstancePropertiesOsProfileArgs>

OsProfile - describes the configuration of the operating system and sets login data

Constructors

constructor(adminPassword: Output<String>? = null, adminUsername: Output<String>? = null, computerName: Output<String>? = null, linuxConfiguration: Output<VirtualMachineInstancePropertiesOsProfileLinuxConfigurationArgs>? = null, windowsConfiguration: Output<VirtualMachineInstancePropertiesOsProfileWindowsConfigurationArgs>? = null)

Properties

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

AdminPassword - admin password

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

AdminUsername - admin username

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

ComputerName - name of the compute

Link copied to clipboard

LinuxConfiguration - linux specific configuration values for the virtual machine instance

Link copied to clipboard

Windows Configuration for the virtual machine instance

Functions

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