ComputeClusterSshArgs

data class ComputeClusterSshArgs(val adminPassword: Output<String>? = null, val adminUsername: Output<String>, val keyValue: Output<String>? = null) : ConvertibleToJava<ComputeClusterSshArgs>

Constructors

Link copied to clipboard
constructor(adminPassword: Output<String>? = null, adminUsername: Output<String>, keyValue: Output<String>? = null)

Properties

Link copied to clipboard
val adminPassword: Output<String>? = null

Password of the administrator user account. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard
val adminUsername: Output<String>

Name of the administrator user account which can be used to SSH to nodes. Changing this forces a new Machine Learning Compute Cluster to be created.

Link copied to clipboard
val keyValue: Output<String>? = null

SSH public key of the administrator user account. Changing this forces a new Machine Learning Compute Cluster to be created.

Functions

Link copied to clipboard
open override fun toJava(): ComputeClusterSshArgs