OSProfileResponse

data class OSProfileResponse(val computerName: String, val linuxConfiguration: OSProfileResponseLinuxConfiguration? = null, val windowsConfiguration: OSProfileResponseWindowsConfiguration? = null)

Specifies the operating system settings for the hybrid machine.

Constructors

Link copied to clipboard
constructor(computerName: String, linuxConfiguration: OSProfileResponseLinuxConfiguration? = null, windowsConfiguration: OSProfileResponseWindowsConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the host OS name of the hybrid machine.

Link copied to clipboard

Specifies the linux configuration for update management.

Link copied to clipboard

Specifies the windows configuration for update management.