Enum OccmDemandSignal.LifecycleDetails

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<OccmDemandSignal.LifecycleDetails>
    Enclosing class:
    OccmDemandSignal

    public static enum OccmDemandSignal.LifecycleDetails
    extends Enum<OccmDemandSignal.LifecycleDetails>
    implements BmcEnum
    The different states associated with a demand signal.

    CREATED -> A demand signal is by default created in this state. SUBMITTED -> Once you have reviewed the details of the demand signal, you can transition it to SUBMITTED state so that OCI can start working on it. DELETED -> You can delete a demand signal as long as it is in either CREATED or SUBMITTED state. IN_PROGRESS -> Once OCI starts working on a given demand signal. They transition it to IN_PROGRESS. CANCELLED -> OCI can transition the demand signal to this state. COMPLETED -> OCI will transition the demand signal to COMPLETED state once the quantities which OCI committed to deliver to you has been delivered.