Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
SshKeyPair |
SshKeyPair.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
SshKeyPair.Builder.fromSshKeyPair(SshKeyPair in) |
Modifier and Type | Method and Description |
---|---|
SshKeyPair |
SSHKeyPairClient.createSSHKeyPair(String name)
Creates a
SshKeyPair with specified name. |
SshKeyPair |
SSHKeyPairClient.getSSHKeyPair(String name)
Retrieves the
SSHKeyPairClient with given name. |
SshKeyPair |
SSHKeyPairClient.registerSSHKeyPair(String name,
String publicKey)
Registers a
SshKeyPair with the given name and public kay material. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.createSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.getSSHKeyPair(String name) |
Set<SshKeyPair> |
SSHKeyPairClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
Returns a list of
SshKeyPair s registered by current user. |
com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> |
SSHKeyPairAsyncClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.registerSSHKeyPair(String name,
String publicKey) |
Copyright © 2009-2013 jclouds. All Rights Reserved.