public interface DiskImageAsyncApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
deregister(String id) |
com.google.common.util.concurrent.ListenableFuture<DiskImage> |
get(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
update(String diskImageId,
String localeId,
String name,
String value) |
Copyright © 2009-2013 jclouds. All Rights Reserved.