Os Profile Response
data class OsProfileResponse(val adminUsername: String? = null, val allowExtensionOperations: Boolean, val computerName: String? = null, val guestId: String? = null, val linuxConfiguration: OsProfileResponseLinuxConfiguration? = null, val osName: String, val osType: String? = null, val toolsRunningStatus: String, val toolsVersion: String, val toolsVersionStatus: String, val windowsConfiguration: OsProfileResponseWindowsConfiguration? = null)
Specifies the operating system settings for the virtual machine.
Constructors
Link copied to clipboard
fun OsProfileResponse(adminUsername: String? = null, allowExtensionOperations: Boolean, computerName: String? = null, guestId: String? = null, linuxConfiguration: OsProfileResponseLinuxConfiguration? = null, osName: String, osType: String? = null, toolsRunningStatus: String, toolsVersion: String, toolsVersionStatus: String, windowsConfiguration: OsProfileResponseWindowsConfiguration? = null)