Enum DrPlanUserDefinedStep.StepType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DrPlanUserDefinedStep.StepType>
    Enclosing class:
    DrPlanUserDefinedStep

    public static enum DrPlanUserDefinedStep.StepType
    extends Enum<DrPlanUserDefinedStep.StepType>
    implements BmcEnum
    The type of the user-defined step.

    *RUN_OBJECTSTORE_SCRIPT_PRECHECK** - A step which performs a precheck on a script stored in OCI object storage.

    *RUN_LOCAL_SCRIPT_PRECHECK** - A step which performs a precheck on a script which resides locally on a compute instance.

    *INVOKE_FUNCTION_PRECHECK** - A step which performs a precheck on an OCI function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.

    *RUN_OBJECTSTORE_SCRIPT** - A step which runs a script stored in OCI object storage.

    *RUN_LOCAL_SCRIPT** - A step which runs a script that resides locally on a compute instance.

    *INVOKE_FUNCTION** - A step which invokes an OCI function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.