Package org.jclouds.compute
Interface Utils
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SshClient.FactorygetSshClientFactory()SshClient.FactorysshFactory()com.google.common.base.Function<NodeMetadata,SshClient>sshForNode()- 
Methods inherited from interface org.jclouds.rest.Utils
credentialStore, crypto, date, eventBus, http, injector, json, loggerFactory, xml 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSshClientFactory
@Nullable SshClient.Factory getSshClientFactory()
 
- 
sshFactory
@Nullable SshClient.Factory sshFactory()
 
- 
sshForNode
com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
- Returns:
 - function that gets an ssh client for a node that is available via ssh.
 
 
 - 
 
 -