OsProfileResponse

data class OsProfileResponse(val adminUsername: String? = null, val computerName: String? = null, val osName: String, val osType: String? = null, val toolsRunningStatus: String, val toolsVersion: String, val toolsVersionStatus: String)

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(adminUsername: String? = null, computerName: String? = null, osName: String, osType: String? = null, toolsRunningStatus: String, toolsVersion: String, toolsVersionStatus: String)

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

Gets or sets os name.

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.