org.jclouds.vcloud.director.v1_5.features
Interface MetadataAsyncApi.Readable

All Superinterfaces:
MetadataAsyncApi
All Known Subinterfaces:
MetadataAsyncApi.Writeable
Enclosing interface:
MetadataAsyncApi

public static interface MetadataAsyncApi.Readable
extends MetadataAsyncApi


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.vcloud.director.v1_5.features.MetadataAsyncApi
MetadataAsyncApi.Readable, MetadataAsyncApi.Writeable
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<Metadata> get()
           
 com.google.common.util.concurrent.ListenableFuture<String> get(String key)
           
 

Method Detail

get

com.google.common.util.concurrent.ListenableFuture<Metadata> get()
See Also:
MetadataApi.Readable.get()

get

com.google.common.util.concurrent.ListenableFuture<String> get(String key)
See Also:
MetadataApi.Readable.get(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.