ComputeInstanceSsh

data class ComputeInstanceSsh(val port: Int? = null, val publicKey: String, val username: String? = null)

Constructors

Link copied to clipboard
constructor(port: Int? = null, publicKey: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

Describes the port for connecting through SSH.

Link copied to clipboard

Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.

Link copied to clipboard
val username: String? = null

The admin username of this Machine Learning Compute Instance.