public interface ComputeMetadata extends ResourceMetadata<ComputeType>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
A means to uniquely address this resource within a provider. 
 | 
String | 
getName()
Name of this resource. 
 | 
String | 
getProviderId()
Unique identifier of this resource within its enclosing namespace. 
 | 
Set<String> | 
getTags()  | 
ComputeType | 
getType()
Whether this resource is a container, file, node, queue, etc. 
 | 
getLocation, getUri, getUserMetadatacompareToComputeType getType()
ResourceMetadatagetType in interface ResourceMetadata<ComputeType>String getProviderId()
ResourceMetadatagetProviderId in interface ResourceMetadata<ComputeType>@Nullable String getName()
ResourceMetadatagetName in interface ResourceMetadata<ComputeType>String getId()
Copyright © 2009-2013 jclouds. All Rights Reserved.