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 Detail

      • 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.