OSProfileArgs

data class OSProfileArgs(val computerName: Output<String>? = null, val sshPublicKey: Output<String>? = null) : ConvertibleToJava<OSProfileArgs>

Specifies the operating system settings for the HANA instance.

Constructors

Link copied to clipboard
constructor(computerName: Output<String>? = null, sshPublicKey: Output<String>? = null)

Properties

Link copied to clipboard
val computerName: Output<String>? = null

Specifies the host OS name of the HANA instance.

Link copied to clipboard
val sshPublicKey: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): OSProfileArgs