Interface Backup.UpdateStages.WithUseExistingSnapshot

All Known Subinterfaces:
Backup.Update
Enclosing interface:
Backup.UpdateStages

public static interface Backup.UpdateStages.WithUseExistingSnapshot
The stage of the Backup update allowing to specify useExistingSnapshot.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUseExistingSnapshot(Boolean useExistingSnapshot)
    Specifies the useExistingSnapshot property: Manual backup an already existing snapshot.
  • Method Details

    • withUseExistingSnapshot

      Backup.Update withUseExistingSnapshot(Boolean useExistingSnapshot)
      Specifies the useExistingSnapshot property: Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups.
      Parameters:
      useExistingSnapshot - Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups.
      Returns:
      the next definition stage.