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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()org.springframework.util.unit.DataSizevoidvoidsetThreshold(org.springframework.util.unit.DataSize threshold)
-
Constructor Details
-
DiskSpaceHealthIndicatorProperties
public DiskSpaceHealthIndicatorProperties()
-
-
Method Details
-
getPath
-
setPath
-
getThreshold
public org.springframework.util.unit.DataSize getThreshold() -
setThreshold
public void setThreshold(org.springframework.util.unit.DataSize threshold)
-