Uses of Class
org.jclouds.trmk.vcloud_0_8.domain.KeyPair

Packages that use KeyPair
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.features   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.xml   
org.jclouds.trmk.vcloudexpress   
 

Uses of KeyPair in org.jclouds.trmk.ecloud
 

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

Uses of KeyPair in org.jclouds.trmk.ecloud.features
 

Methods in org.jclouds.trmk.ecloud.features that return types with arguments of type KeyPair
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org)
           
 

Uses of KeyPair in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 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.trmk.vcloud_0_8 that return types with arguments of type KeyPair
 Set<KeyPair> TerremarkVCloudClient.listKeyPairsInOrg(URI org)
           
 

Uses of KeyPair in org.jclouds.trmk.vcloud_0_8.compute.functions
 

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

Uses of KeyPair in org.jclouds.trmk.vcloud_0_8.xml
 

Methods in org.jclouds.trmk.vcloud_0_8.xml that return KeyPair
 KeyPair KeyPairHandler.getResult()
           
 KeyPair KeyPairByNameHandler.getResult()
           
 

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

Uses of KeyPair in org.jclouds.trmk.vcloudexpress
 

Methods in org.jclouds.trmk.vcloudexpress 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> TerremarkVCloudExpressAsyncClient.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 Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.