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 Details

    • getStatus

      S getStatus()
      portable status of the resource
      Since:
      1.5
    • getBackendStatus

      @Nullable String 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