publicKeys

@JvmName(name = "qmsecoytqnwcjiiv")
suspend fun publicKeys(value: Output<List<SshPublicKeyArgs>>)
@JvmName(name = "coyatrxoklwsbupf")
suspend fun publicKeys(value: List<SshPublicKeyArgs>?)

Parameters

value

The list of SSH public keys used to authenticate with linux based VMs.


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


@JvmName(name = "vfveyoygapheihah")
suspend fun publicKeys(values: List<Output<SshPublicKeyArgs>>)
@JvmName(name = "wcovhbebgxmvvvxa")
suspend fun publicKeys(vararg values: SshPublicKeyArgs)

Parameters

values

The list of SSH public keys used to authenticate with linux based VMs.


@JvmName(name = "tckjspcisognkafx")
suspend fun publicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "upjxlwxhkrqkgnqx")
suspend fun publicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "dwmjmwrbbcrfpvpc")
suspend fun publicKeys(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

The list of SSH public keys used to authenticate with linux based VMs.