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
 Set<KeyPair> TerremarkVCloudClient.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()
           
 

Methods in org.jclouds.vcloud.terremark.compute.domain with parameters of type KeyPair
 KeyPairCredentials.Builder<T> KeyPairCredentials.Builder.keyPair(KeyPair keyPair)
           
 

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 KeyPairByNameHandler.getResult()
           
 KeyPair KeyPairHandler.getResult()
           
 

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



Copyright © 2009-2011 jclouds. All Rights Reserved.