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 built-in step which performs a precheck on a script stored in OCI object storage. This step cannot be added, deleted, or customized by the user.

    *RUN_LOCAL_SCRIPT_PRECHECK** - A built-in step which performs a precheck on a script which resides locally on a compute instance. This step cannot be added, deleted, or customized by the user.

    *INVOKE_FUNCTION_PRECHECK** - A built-in step which performs a precheck on an OCI function. This step cannot be added, deleted, or customized by the user. 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.

    *RUN_OBJECTSTORE_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK** - A user-defined step which performs a precheck by executing a user-provided script stored in OCI object storage.

    *RUN_LOCAL_SCRIPT_USER_DEFINED_CUSTOM_PRECHECK** - A user-defined step which performs a precheck by executing a user-provided script which resides locally on a compute instance.

    *INVOKE_FUNCTION_USER_DEFINED_CUSTOM_PRECHECK** - A user-defined step which performs a precheck by executing a user-provided OCI function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.