public class HealthCheckConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheckConfiguration.Builder |
| Constructor and Description |
|---|
HealthCheckConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
getCmd() |
String |
getInterval() |
HealthCheckMode |
getMode() |
Integer |
getRetries() |
String |
getStartPeriod() |
String |
getTimeout() |
void |
validate() |
public String getInterval()
public String getTimeout()
public String getStartPeriod()
public Arguments getCmd()
public HealthCheckMode getMode()
public Integer getRetries()
public void validate()
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2018. All rights reserved.