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
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.