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