Uses of Class
org.jclouds.vcloud.terremark.domain.KeyPair

Packages that use KeyPair
org.jclouds.vcloud.terremark   
org.jclouds.vcloud.terremark.compute.domain   
org.jclouds.vcloud.terremark.compute.functions   
org.jclouds.vcloud.terremark.xml   
 

Uses of KeyPair in org.jclouds.vcloud.terremark
 

Methods in org.jclouds.vcloud.terremark that return KeyPair
 KeyPair TerremarkVCloudClient.findKeyPairInOrg(URI org, String keyPairName)
           
 KeyPair TerremarkVCloudClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 KeyPair TerremarkVCloudClient.getKeyPair(URI keyPair)
           
 

Methods in org.jclouds.vcloud.terremark that return types with arguments of type KeyPair
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.findKeyPairInOrg(URI org, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.getKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.getKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkECloudAsyncClient.listKeyPairs(URI keysList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
           
 Set<KeyPair> TerremarkVCloudClient.listKeyPairsInOrg(URI org)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
           
 

Uses of KeyPair in org.jclouds.vcloud.terremark.compute.domain
 

Methods in org.jclouds.vcloud.terremark.compute.domain that return KeyPair
 KeyPair KeyPairCredentials.getKeyPair()
           
 

Constructors in org.jclouds.vcloud.terremark.compute.domain with parameters of type KeyPair
KeyPairCredentials(String identity, KeyPair keyPair)
           
 

Uses of KeyPair in org.jclouds.vcloud.terremark.compute.functions
 

Methods in org.jclouds.vcloud.terremark.compute.functions that return KeyPair
 KeyPair CreateUniqueKeyPair.apply(OrgAndName from)
           
 

Uses of KeyPair in org.jclouds.vcloud.terremark.xml
 

Methods in org.jclouds.vcloud.terremark.xml that return KeyPair
 KeyPair KeyPairHandler.getResult()
           
 KeyPair KeyPairByNameHandler.getResult()
           
 

Methods in org.jclouds.vcloud.terremark.xml that return types with arguments of type KeyPair
 Set<KeyPair> KeyPairsHandler.getResult()
           
 



Copyright © 2009-2010 jclouds. All Rights Reserved.