@Beta
public interface FlavorExtraSpecsAsyncApi
FlavorApi
,
FlavorExtraSpecsApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteMetadataKey(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
getMetadata(String flavorId) |
com.google.common.util.concurrent.ListenableFuture<String> |
getMetadataKey(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
updateMetadata(String flavorId,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
updateMetadataEntry(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> getMetadata(String flavorId)
com.google.common.util.concurrent.ListenableFuture<Boolean> updateMetadata(String flavorId, Map<String,String> specs)
com.google.common.util.concurrent.ListenableFuture<String> getMetadataKey(String flavorId, String key)
com.google.common.util.concurrent.ListenableFuture<Boolean> updateMetadataEntry(String flavorId, String key, String value)
Copyright © 2009-2013 jclouds. All Rights Reserved.