OsProfileForVMInstanceResponse

data class OsProfileForVMInstanceResponse(val adminUsername: String? = null, val computerName: String? = null, val guestId: String? = null, val osSku: String, val osType: String? = null, val toolsRunningStatus: String, val toolsVersion: String, val toolsVersionStatus: String, val windowsConfiguration: WindowsConfigurationResponse? = null)

Specifies the operating system settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(adminUsername: String? = null, computerName: String? = null, guestId: String? = null, osSku: String, osType: String? = null, toolsRunningStatus: String, toolsVersion: String, toolsVersionStatus: String, windowsConfiguration: WindowsConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adminUsername: String? = null

Gets or sets administrator username.

Link copied to clipboard
val computerName: String? = null

Gets or sets computer name.

Link copied to clipboard
val guestId: String? = null

Gets or sets the guestId.

Link copied to clipboard

Gets or sets os sku.

Link copied to clipboard
val osType: String? = null

Gets or sets the type of the os.

Link copied to clipboard

Gets or sets the current running status of VMware Tools running in the guest operating system.

Link copied to clipboard

Gets or sets the current version of VMware Tools.

Link copied to clipboard

Gets or sets the current version status of VMware Tools installed in the guest operating system.

Link copied to clipboard

Windows Configuration.