public interface KeyPairApi
KeyPairAsyncApi
Modifier and Type | Method and Description |
---|---|
KeyPair |
createKeyPair(String name)
Create a Key Pair.
|
KeyPair |
createKeyPairWithPublicKey(String name,
String publicKey)
Create a Key Pair with a public key.
|
Boolean |
deleteKeyPair(String name)
Delete a Key Pairs.
|
Set<Map<String,KeyPair>> |
listKeyPairs()
List all Key Pairs.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.