Enum DrPlanExecutionLifecycleState

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DrPlanExecutionLifecycleState>

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220125")
    public enum DrPlanExecutionLifecycleState
    extends Enum<DrPlanExecutionLifecycleState>
    implements BmcEnum
    The lifecycle states of a DR plan execution.
    • ACCEPTED - DR plan execution has been accepted. - IN_PROGRESS - DR plan execution is in progress. - WAITING - DR plan execution is waiting for user action. - CANCELING - DR plan execution is being canceled. - CANCELED - DR plan execution has been canceled. - SUCCEEDED - DR plan execution has succeeded. - FAILED - DR plan execution has failed. - DELETING - DR plan execution is being deleted. - DELETED - DR plan execution has been deleted. - PAUSING - DR plan execution is being paused. - PAUSED - DR plan execution has been paused. - RESUMING - DR plan execution is resuming.