VirtualMachineOsProfileLinuxConfigSshKey

data class VirtualMachineOsProfileLinuxConfigSshKey(val keyData: String, val path: String)

Constructors

Link copied to clipboard
constructor(keyData: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The path of the destination file on the virtual machine