public interface OSImageAsyncApi
OSImageApi| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
add(OSImageParams params) |
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(String imageName) |
com.google.common.util.concurrent.ListenableFuture<Set<OSImage>> |
list() |
com.google.common.util.concurrent.ListenableFuture<Void> |
update(OSImageParams params) |
com.google.common.util.concurrent.ListenableFuture<Set<OSImage>> list()
OSImageApi.list()com.google.common.util.concurrent.ListenableFuture<Void> add(OSImageParams params)
OSImageApi#add(String)com.google.common.util.concurrent.ListenableFuture<Void> update(OSImageParams params)
OSImageApi#update(String)com.google.common.util.concurrent.ListenableFuture<Void> delete(String imageName)
OSImageApi.delete(String)Copyright © 2009-2013 jclouds. All Rights Reserved.