SSHEnabledInstance

case class SSHEnabledInstance(instance: Instance)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ssh[T](f: SshClient => Result[T], keyPairFilePath: String): Result[T]
def ssh[T](f: SshClient => Result[T], keyPairFile: File): Result[T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product