ScaleSetOsProfileLinuxConfigSshKeyArgs

data class ScaleSetOsProfileLinuxConfigSshKeyArgs(val keyData: Output<String>? = null, val path: Output<String>) : ConvertibleToJava<ScaleSetOsProfileLinuxConfigSshKeyArgs>

Constructors

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

Properties

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

The Public SSH Key which should be written to the path defined above.

Link copied to clipboard
val path: Output<String>

The path of the destination file on the virtual machine

Functions

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