OSProfileResponse

data class OSProfileResponse(val computerName: String? = null, val osType: String, val sshPublicKey: String? = null, val version: String)

Specifies the operating system settings for the HANA instance.

Constructors

Link copied to clipboard
constructor(computerName: String? = null, osType: String, sshPublicKey: String? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computerName: String? = null

Specifies the host OS name of the HANA instance.

Link copied to clipboard

This property allows you to specify the type of the OS.

Link copied to clipboard
val sshPublicKey: String? = null

Specifies the SSH public key used to access the operating system.

Link copied to clipboard

Specifies version of operating system.