org.jclouds.compute
Interface Utils

All Superinterfaces:
Utils

public interface Utils
extends Utils

Author:
Adrian Cole

Method Summary
 SshClient.Factory getSshClientFactory()
           
 SshClient.Factory sshFactory()
           
 com.google.common.base.Function<NodeMetadata,SshClient> sshForNode()
           
 
Methods inherited from interface org.jclouds.rest.Utils
asyncHttp, credentialStore, crypto, date, eventBus, getCredentialStore, getCrypto, getDateService, getEventBus, getHttpAsyncClient, getHttpClient, getInjector, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, getXml, http, injector, ioExecutor, json, loggerFactory, userExecutor, 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.


Copyright © 2009-2012 jclouds. All Rights Reserved.