sshPublicKeys

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


@JvmName(name = "ahrapgfjwsypcyfl")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "pgfutsbnhheffcra")
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 = "ryjeohxynalmnpyu")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "xfprcmkgvyhuooop")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "tofmbgcidlryiaec")
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.