org.jclouds.smartos.compute.domain
Class SmartOSHost.Builder

java.lang.Object
  extended by org.jclouds.smartos.compute.domain.SmartOSHost.Builder
Enclosing class:
SmartOSHost

public static class SmartOSHost.Builder
extends Object


Field Summary
protected  String hostname
           
protected  String password
           
protected  SshClient.Factory sshFactory
           
protected  String username
           
 
Constructor Summary
SmartOSHost.Builder()
           
 
Method Summary
 SmartOSHost build()
           
 SmartOSHost.Builder fromSmartOSHost(SmartOSHost in)
           
 SmartOSHost.Builder hostname(String hostname)
           
 SmartOSHost.Builder password(String password)
           
 SmartOSHost.Builder sshFactory(SshClient.Factory sshFactory)
           
 SmartOSHost.Builder username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostname

protected String hostname

username

protected String username

password

protected String password

sshFactory

protected SshClient.Factory sshFactory
Constructor Detail

SmartOSHost.Builder

public SmartOSHost.Builder()
Method Detail

hostname

public SmartOSHost.Builder hostname(String hostname)

username

public SmartOSHost.Builder username(String username)

password

public SmartOSHost.Builder password(String password)

sshFactory

public SmartOSHost.Builder sshFactory(SshClient.Factory sshFactory)

build

public SmartOSHost build()

fromSmartOSHost

public SmartOSHost.Builder fromSmartOSHost(SmartOSHost in)


Copyright © 2009-2012 jclouds. All Rights Reserved.