public interface ResourceMetadata<T extends Enum<T>> extends Comparable<ResourceMetadata<T>>
| Modifier and Type | Method and Description | 
|---|---|
Location | 
getLocation()
Physical location of the resource, or null if n/a
 
 ex. 
 | 
String | 
getName()
Name of this resource. 
 | 
String | 
getProviderId()
Unique identifier of this resource within its enclosing namespace. 
 | 
T | 
getType()
Whether this resource is a container, file, node, queue, etc. 
 | 
URI | 
getUri()
URI used to access this resource 
 | 
Map<String,String> | 
getUserMetadata()
Any key-value pairs associated with the resource. 
 | 
compareToT getType()
String getProviderId()
String getName()
Location getLocation()
URI getUri()
Copyright © 2009-2013 jclouds. All Rights Reserved.