publicKeys

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "nyjdmnclbtlinvxu")
suspend fun publicKeys(argument: List<suspend SshPublicKeyArgsBuilder.() -> Unit>)
@JvmName(name = "kvsnvsgtfbrofruo")
suspend fun publicKeys(vararg argument: suspend SshPublicKeyArgsBuilder.() -> Unit)
@JvmName(name = "ppvdjucihetafeki")
suspend fun publicKeys(argument: suspend SshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

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