@ConfigurationProperties(prefix="management.health.diskspace") public class DiskSpaceHealthIndicatorProperties extends Object
DiskSpaceHealthIndicator.| Constructor and Description |
|---|
DiskSpaceHealthIndicatorProperties() |
| Modifier and Type | Method and Description |
|---|---|
File |
getPath() |
DataSize |
getThreshold() |
void |
setPath(File path) |
void |
setThreshold(DataSize threshold) |