sshPublicKeys

@JvmName(name = "eafmqttyqyprybfk")
suspend fun sshPublicKeys(value: Output<List<SshPublicKeyArgs>>)
@JvmName(name = "oyoiqsngbniodhet")
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 = "dopsfmhpecvxqotd")
suspend fun sshPublicKeys(vararg values: Output<SshPublicKeyArgs>)


@JvmName(name = "gtxwcuirutyuipaq")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "owcbmlllarlgumad")
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 = "fblkxpcpsqbxcmqd")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "ujjjoulxpjhcmwth")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "vadycnboaeenbmdf")
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.