VirtualMachineOsProfileLinuxConfigSshKeyArgs

data class VirtualMachineOsProfileLinuxConfigSshKeyArgs(val keyData: Output<String>, val path: Output<String>) : ConvertibleToJava<VirtualMachineOsProfileLinuxConfigSshKeyArgs>

Constructors

constructor(keyData: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val keyData: Output<String>

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(): VirtualMachineOsProfileLinuxConfigSshKeyArgs