ForwardSshTunnelConnectivityResponse

data class ForwardSshTunnelConnectivityResponse(val hostname: String, val password: String, val port: Int, val privateKey: String, val username: String)

Forward SSH Tunnel connectivity.

Constructors

Link copied to clipboard
fun ForwardSshTunnelConnectivityResponse(hostname: String, password: String, port: Int, privateKey: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname for the SSH tunnel.

Link copied to clipboard

Input only. SSH password.

Link copied to clipboard
val port: Int

Port for the SSH tunnel, default value is 22.

Link copied to clipboard

Input only. SSH private key.

Link copied to clipboard

Username for the SSH tunnel.