public class EditableProbe extends Probe implements Editable<ProbeBuilder>
| Constructor and Description |
|---|
EditableProbe() |
EditableProbe(ExecAction exec,
Integer failureThreshold,
HTTPGetAction httpGet,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
TCPSocketAction tcpSocket,
Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
ProbeBuilder |
edit() |
getAdditionalProperties, getExec, getFailureThreshold, getHttpGet, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocket, getTimeoutSeconds, setAdditionalProperty, setExec, setFailureThreshold, setHttpGet, setInitialDelaySeconds, setPeriodSeconds, setSuccessThreshold, setTcpSocket, setTimeoutSecondspublic EditableProbe()
public EditableProbe(ExecAction exec, Integer failureThreshold, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Integer timeoutSeconds)
public ProbeBuilder edit()
edit in interface Editable<ProbeBuilder>Copyright © 2011–2016 Red Hat. All rights reserved.