org.jclouds.openstack.nova.v2_0.extensions
Interface KeyPairAsyncApi
public interface KeyPairAsyncApi
Provides asynchronous access to Key Pairs via the REST API.
- Author:
- Jeremy Daggett
- See Also:
KeyPairApi,
ExtensionAsyncApi,
,
,
listKeyPairs
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> listKeyPairs()
createKeyPair
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPair(String name)
createKeyPairWithPublicKey
com.google.common.util.concurrent.ListenableFuture<KeyPair> createKeyPairWithPublicKey(String name,
String publicKey)
deleteKeyPair
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteKeyPair(String name)
Copyright © 2009-2012 jclouds. All Rights Reserved.