org.jclouds.smartos.compute.domain
Class SmartOSHost.Builder
java.lang.Object
org.jclouds.smartos.compute.domain.SmartOSHost.Builder
- Enclosing class:
- SmartOSHost
public static class SmartOSHost.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostname
protected String hostname
username
protected String username
password
protected String password
sshFactory
protected SshClient.Factory sshFactory
SmartOSHost.Builder
public SmartOSHost.Builder()
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.