类 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.
从以下版本开始:
1.2.0
作者:
Andy Wilkinson, Stephane Nicoll
  • 构造器详细资料

    • DiskSpaceHealthIndicatorProperties

      public DiskSpaceHealthIndicatorProperties()
  • 方法详细资料

    • getPath

      public File getPath()
    • setPath

      public void setPath(File path)
    • getThreshold

      public DataSize getThreshold()
    • setThreshold

      public void setThreshold(DataSize threshold)