sshPublicKeys

@JvmName(name = "ljemrjmntssyyrax")
suspend fun sshPublicKeys(value: Output<List<SshPublicKeyArgs>>)
@JvmName(name = "cpsivioibdjdphgw")
suspend fun sshPublicKeys(value: List<SshPublicKeyArgs>?)

Parameters

value

The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.


@JvmName(name = "nkwimfwgeyoakvry")
suspend fun sshPublicKeys(vararg values: Output<SshPublicKeyArgs>)


@JvmName(name = "hdwiipqqmadmtdvu")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "jbujobspqmnixgqa")
suspend fun sshPublicKeys(vararg values: SshPublicKeyArgs)

Parameters

values

The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.


@JvmName(name = "pmfcjijlmdhuubqr")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "nbrlnwpijbkaqkrf")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "mhbidensddepeiff")
suspend fun sshPublicKeys(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.