Package org.jclouds.compute.domain
Interface ComputeMetadataIncludingStatus<S extends Enum<S>>
-
- All Superinterfaces:
Comparable<ResourceMetadata<ComputeType>>
,ComputeMetadata
,ResourceMetadata<ComputeType>
- All Known Subinterfaces:
Image
,NodeMetadata
- All Known Implementing Classes:
ImageImpl
,NodeMetadataImpl
public interface ComputeMetadataIncludingStatus<S extends Enum<S>> extends ComputeMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBackendStatus()
status of the resource, as supplied literally from the backend api.S
getStatus()
portable status of the resource-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.jclouds.compute.domain.ComputeMetadata
getId, getName, getProviderId, getTags, getType
-
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation, getUri, getUserMetadata
-
-