@Beta
public interface KeyPairApi
KeyPairAsyncApi| Modifier and Type | Method and Description | 
|---|---|
KeyPair | 
create(String name)
Create a Key Pair. 
 | 
KeyPair | 
createWithPublicKey(String name,
                   String publicKey)
Create a Key Pair with a public key. 
 | 
boolean | 
delete(String name)
Delete a Key Pairs. 
 | 
com.google.common.collect.FluentIterable<? extends KeyPair> | 
list()
List all Key Pairs. 
 | 
com.google.common.collect.FluentIterable<? extends KeyPair> list()
KeyPair createWithPublicKey(String name, String publicKey)
boolean delete(String name)
Copyright © 2009-2013 jclouds. All Rights Reserved.