Interface BackupPolicy.UpdateStages.WithEnabled

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

public static interface BackupPolicy.UpdateStages.WithEnabled
The stage of the BackupPolicy update allowing to specify enabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the enabled property: The property to decide policy is enabled or not.
  • Method Details

    • withEnabled

      BackupPolicy.Update withEnabled(Boolean enabled)
      Specifies the enabled property: The property to decide policy is enabled or not.
      Parameters:
      enabled - The property to decide policy is enabled or not.
      Returns:
      the next definition stage.