Probe
class Probe extends Model (View source)
Properties
protected | $execType | ||
protected | $execDataType | ||
int | $failureThreshold | ||
protected | $httpGetType | ||
protected | $httpGetDataType | ||
int | $initialDelaySeconds | ||
int | $periodSeconds | ||
int | $successThreshold | ||
protected | $tcpSocketType | ||
protected | $tcpSocketDataType | ||
int | $timeoutSeconds |
Methods
getExec()
No description
setFailureThreshold($failureThreshold)
No description
int
getFailureThreshold()
No description
getHttpGet()
No description
setInitialDelaySeconds($initialDelaySeconds)
No description
int
getInitialDelaySeconds()
No description
setPeriodSeconds($periodSeconds)
No description
int
getPeriodSeconds()
No description
setSuccessThreshold($successThreshold)
No description
int
getSuccessThreshold()
No description
getTcpSocket()
No description
setTimeoutSeconds($timeoutSeconds)
No description
int
getTimeoutSeconds()
No description
Details
setExec(ExecAction $exec)
No description
ExecAction
getExec()
No description
setFailureThreshold($failureThreshold)
No description
int
getFailureThreshold()
No description
setHttpGet(HTTPGetAction $httpGet)
No description
HTTPGetAction
getHttpGet()
No description
setInitialDelaySeconds($initialDelaySeconds)
No description
int
getInitialDelaySeconds()
No description
setPeriodSeconds($periodSeconds)
No description
int
getPeriodSeconds()
No description
setSuccessThreshold($successThreshold)
No description
int
getSuccessThreshold()
No description
setTcpSocket(TCPSocketAction $tcpSocket)
No description
TCPSocketAction
getTcpSocket()
No description
setTimeoutSeconds($timeoutSeconds)
No description
int
getTimeoutSeconds()
No description