クラス DiskSpaceHealthIndicatorProperties

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

@ConfigurationProperties(prefix="management.health.diskspace") public class DiskSpaceHealthIndicatorProperties extends ObjectSE
導入:
1.2.0
作成者:
Andy Wilkinson, Stephane Nicoll
  • コンストラクターの詳細

    • DiskSpaceHealthIndicatorProperties

      public DiskSpaceHealthIndicatorProperties()
  • メソッドの詳細

    • getPath

      public FileSE getPath()
    • setPath

      public void setPath(FileSE path)
    • getThreshold

      public DataSize getThreshold()
    • setThreshold

      public void setThreshold(DataSize threshold)