public interface FlavorExtraSpecsAsyncApi
FlavorApi
,
FlavorExtraSpecsApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteExtraSpec(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
getAllExtraSpecs(String flavorId) |
com.google.common.util.concurrent.ListenableFuture<String> |
getExtraSpec(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
setAllExtraSpecs(String flavorId,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
setExtraSpec(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> getAllExtraSpecs(String flavorId)
com.google.common.util.concurrent.ListenableFuture<Boolean> setAllExtraSpecs(String flavorId, Map<String,String> specs)
com.google.common.util.concurrent.ListenableFuture<String> getExtraSpec(String flavorId, String key)
com.google.common.util.concurrent.ListenableFuture<Boolean> setExtraSpec(String flavorId, String key, String value)
Copyright © 2009-2012 jclouds. All Rights Reserved.