org.jclouds.compute
Interface Utils
- All Superinterfaces:
- Utils
public interface Utils
- extends Utils
- Author:
- Adrian Cole
Methods inherited from interface org.jclouds.rest.Utils |
asyncHttp, crypto, date, eventBus, getCrypto, getDateService, getEventBus, getHttpAsyncClient, getHttpClient, getInjector, getIoExecutor, getJson, getLoggerFactory, getUserExecutor, http, injector, ioExecutor, json, loggerFactory, userExecutor |
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.