@Beta
public interface KeyPairAsyncApi
KeyPairApi
,
ExtensionAsyncApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
list() |
@Named(value="keypair:list") com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> list()
@Named(value="keypair:create") com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> create(String name)
@Named(value="keypair:create") com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> createWithPublicKey(String name, String publicKey)
Copyright © 2009-2013 jclouds. All Rights Reserved.