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> getMetadata(URI metaDataUri)
           
 com.google.common.util.concurrent.ListenableFuture<MetadataValue> getMetadataValue(URI metaDataUri, String key)
           
 

Method Detail

getMetadata

com.google.common.util.concurrent.ListenableFuture<Metadata> getMetadata(URI metaDataUri)
See Also:
MetadataApi.Readable#getMetadata(URISupplier)

getMetadataValue

com.google.common.util.concurrent.ListenableFuture<MetadataValue> getMetadataValue(URI metaDataUri,
                                                                                   String key)
See Also:
MetadataApi.Readable.getMetadataValue(URI, String)


Copyright © 2009-2012 jclouds. All Rights Reserved.