sshPublicKeys

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


@JvmName(name = "kcbsrjepqhgxnkff")
suspend fun sshPublicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "dxjvxpxjugfhbins")
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 = "bgvqgrbgphvoqehi")
suspend fun sshPublicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "qjoxtovfkbvdfkgn")
suspend fun sshPublicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "gqcjiheqepykkmwt")
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.