ConnectionProfileForwardSshConnectivity

data class ConnectionProfileForwardSshConnectivity(val hostname: String, val password: String? = null, val port: Int? = null, val privateKey: String? = null, val username: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname for the SSH tunnel.

Link copied to clipboard
val password: String? = null

SSH password. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val port: Int? = null

Port for the SSH tunnel.

Link copied to clipboard
val privateKey: String? = null

SSH private key. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard

Username for the SSH tunnel.