Interface ResourceInstanceLastOperation.State

  • Enclosing class:
    ResourceInstanceLastOperation

    public static interface ResourceInstanceLastOperation.State
    The last operation state of the resoure instance. This indicates if the resource's last operation is in progress, succeeded or failed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FAILED
      failed.
      static java.lang.String IN_PROGRESS
      in progress.
      static java.lang.String SUCCEEDED
      succeeded.