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
constructor(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)
Properties
Link copied to clipboard
Gets or sets administrator username.
Link copied to clipboard
Gets or sets a value indicating whether the VM is ready for extension operations.
Link copied to clipboard
Gets or sets computer name.
Link copied to clipboard
Specifies the linux configuration for update management.
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
Specifies the windows configuration for update management.