Os Profile For VMInstance Response
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.
Properties
Link copied to clipboard
Gets or sets administrator username.
Link copied to clipboard
Gets or sets computer name.
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.