Interface Backup.DefinitionStages.WithUseExistingSnapshot

All Known Subinterfaces:
Backup.Definition, Backup.DefinitionStages.WithCreate
Enclosing interface:
Backup.DefinitionStages

public static interface Backup.DefinitionStages.WithUseExistingSnapshot
The stage of the Backup definition allowing to specify useExistingSnapshot.
  • Method Details

    • withUseExistingSnapshot

      Backup.DefinitionStages.WithCreate 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.