Uses of Class
org.jclouds.cloudstack.domain.SshKeyPair

Packages that use SshKeyPair
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of SshKeyPair in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return SshKeyPair
 SshKeyPair SshKeyPair.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type SshKeyPair
 int SshKeyPair.compareTo(SshKeyPair arg0)
           
 

Uses of SshKeyPair in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return SshKeyPair
 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.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type SshKeyPair
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.createSSHKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.getSSHKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> SSHKeyPairAsyncClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
           
 Set<SshKeyPair> SSHKeyPairClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options)
          Returns a list of SshKeyPairs registered by current user.
 com.google.common.util.concurrent.ListenableFuture<SshKeyPair> SSHKeyPairAsyncClient.registerSSHKeyPair(String name, String publicKey)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.