Class CleanupSnapshotStep


public class CleanupSnapshotStep extends AsyncRetryDuringSnapshotActionStep
Deletes the snapshot designated by the repository and snapshot name present in the lifecycle execution state.
  • Field Details

  • Constructor Details

  • Method Details

    • isRetryable

      public boolean isRetryable()
      Description copied from class: Step
      Indicates if the step can be automatically retried when it encounters an execution error.
      Specified by:
      isRetryable in class Step