Class DiskSpaceHealthIndicatorProperties

java.lang.Object
org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties

@ConfigurationProperties(prefix="management.health.diskspace") public class DiskSpaceHealthIndicatorProperties extends Object
External configuration properties for DiskSpaceHealthIndicator.
Since:
1.2.0
Author:
Andy Wilkinson, Stephane Nicoll
  • Constructor Details

    • DiskSpaceHealthIndicatorProperties

      public DiskSpaceHealthIndicatorProperties()
  • Method Details

    • getPath

      public File getPath()
    • setPath

      public void setPath(File path)
    • getThreshold

      public DataSize getThreshold()
    • setThreshold

      public void setThreshold(DataSize threshold)