publicKeys

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "ewlksggjifydehqh")
suspend fun publicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "bfsppssqjopjhxjv")
suspend fun publicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "whnribxwvpkplhyr")
suspend fun publicKeys(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

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