sshPublicKeys

@JvmName(name = "daoahektqpcfwivx")
suspend fun sshPublicKeys(value: Output<List<String>>)
@JvmName(name = "kleflhymalxgonwo")
suspend fun sshPublicKeys(value: List<String>?)

Parameters

value

The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.


@JvmName(name = "onoqnmbviumdepkh")
suspend fun sshPublicKeys(vararg values: Output<String>)


@JvmName(name = "ffmgdkafoucnikyw")
suspend fun sshPublicKeys(values: List<Output<String>>)
@JvmName(name = "cyphyvrvwvrsnxqi")
suspend fun sshPublicKeys(vararg values: String)

Parameters

values

The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.