Package org.jclouds.compute.internal
Class UtilsImpl
- java.lang.Object
-
- org.jclouds.rest.internal.UtilsImpl
-
- org.jclouds.compute.internal.UtilsImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshClient.Factory
getSshClientFactory()
SshClient.Factory
sshFactory()
com.google.common.base.Function<NodeMetadata,SshClient>
sshForNode()
-
Methods inherited from class org.jclouds.rest.internal.UtilsImpl
credentialStore, crypto, date, eventBus, http, injector, json, loggerFactory, xml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jclouds.rest.Utils
credentialStore, crypto, date, eventBus, http, injector, json, loggerFactory, xml
-
-
-
-
Method Detail
-
getSshClientFactory
public SshClient.Factory getSshClientFactory()
- Specified by:
getSshClientFactory
in interfaceUtils
-
sshFactory
public SshClient.Factory sshFactory()
- Specified by:
sshFactory
in interfaceUtils
-
sshForNode
public com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
- Specified by:
sshForNode
in interfaceUtils
- Returns:
- function that gets an ssh client for a node that is available via ssh.
-
-