Package com.netflix.genie.web.properties
Class HealthProperties
- java.lang.Object
-
- com.netflix.genie.web.properties.HealthProperties
-
@ConfigurationProperties(prefix="genie.health") @Validated public class HealthProperties extends java.lang.Object
All properties related to health thresholds in Genie.- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PREFIX
The property prefix for all properties in this group.
-
Constructor Summary
Constructors Constructor Description HealthProperties()
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
The property prefix for all properties in this group.- See Also:
- Constant Field Values
-
-