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
-
Method Summary
Modifier and TypeMethodDescriptionstatus of the resource, as supplied literally from the backend api.portable status of the resourceMethods 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
-
Method Details
-
getStatus
S getStatus()portable status of the resource- Since:
- 1.5
-
getBackendStatus
status of the resource, as supplied literally from the backend api.- Returns:
- status or null, if the backend api has no concept of status
- Since:
- 1.5
-