Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
createSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
getSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> |
listSSHKeyPairs(ListSSHKeyPairsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
registerSSHKeyPair(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> listSSHKeyPairs(ListSSHKeyPairsOptions... options)
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> registerSSHKeyPair(String name, String publicKey)
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> createSSHKeyPair(String name)
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> getSSHKeyPair(String name)
Copyright © 2009-2012 jclouds. All Rights Reserved.