Interface ResourceInstance.State

  • Enclosing class:
    ResourceInstance

    public static interface ResourceInstance.State
    The current state of the instance. For example, if the instance is deleted, it will return removed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVE
      active.
      static java.lang.String FAILED
      failed.
      static java.lang.String INACTIVE
      inactive.
      static java.lang.String PENDING_RECLAMATION
      pending_reclamation.
      static java.lang.String PENDING_REMOVAL
      pending_removal.
      static java.lang.String PRE_PROVISIONING
      pre_provisioning.
      static java.lang.String PROVISIONING
      provisioning.
      static java.lang.String REMOVED
      removed.