@Generated(value="org.jsonschema2pojo") public class Probe extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
Probe()
No args constructor for use in serialization
|
Probe(ExecAction exec,
java.lang.Integer failureThreshold,
HTTPGetAction httpGet,
java.lang.Integer initialDelaySeconds,
java.lang.Integer periodSeconds,
java.lang.Integer successThreshold,
TCPSocketAction tcpSocket,
java.lang.Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
ExecAction |
getExec() |
java.lang.Integer |
getFailureThreshold() |
HTTPGetAction |
getHttpGet() |
java.lang.Integer |
getInitialDelaySeconds() |
java.lang.Integer |
getPeriodSeconds() |
java.lang.Integer |
getSuccessThreshold() |
TCPSocketAction |
getTcpSocket() |
java.lang.Integer |
getTimeoutSeconds() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setExec(ExecAction exec) |
void |
setFailureThreshold(java.lang.Integer failureThreshold) |
void |
setHttpGet(HTTPGetAction httpGet) |
void |
setInitialDelaySeconds(java.lang.Integer initialDelaySeconds) |
void |
setPeriodSeconds(java.lang.Integer periodSeconds) |
void |
setSuccessThreshold(java.lang.Integer successThreshold) |
void |
setTcpSocket(TCPSocketAction tcpSocket) |
void |
setTimeoutSeconds(java.lang.Integer timeoutSeconds) |
public Probe()
public Probe(ExecAction exec, java.lang.Integer failureThreshold, HTTPGetAction httpGet, java.lang.Integer initialDelaySeconds, java.lang.Integer periodSeconds, java.lang.Integer successThreshold, TCPSocketAction tcpSocket, java.lang.Integer timeoutSeconds)
failureThreshold - periodSeconds - tcpSocket - timeoutSeconds - successThreshold - initialDelaySeconds - exec - httpGet - public ExecAction getExec()
public void setExec(ExecAction exec)
exec - The execpublic java.lang.Integer getFailureThreshold()
public void setFailureThreshold(java.lang.Integer failureThreshold)
failureThreshold - The failureThresholdpublic HTTPGetAction getHttpGet()
public void setHttpGet(HTTPGetAction httpGet)
httpGet - The httpGetpublic java.lang.Integer getInitialDelaySeconds()
public void setInitialDelaySeconds(java.lang.Integer initialDelaySeconds)
initialDelaySeconds - The initialDelaySecondspublic java.lang.Integer getPeriodSeconds()
public void setPeriodSeconds(java.lang.Integer periodSeconds)
periodSeconds - The periodSecondspublic java.lang.Integer getSuccessThreshold()
public void setSuccessThreshold(java.lang.Integer successThreshold)
successThreshold - The successThresholdpublic TCPSocketAction getTcpSocket()
public void setTcpSocket(TCPSocketAction tcpSocket)
tcpSocket - The tcpSocketpublic java.lang.Integer getTimeoutSeconds()
public void setTimeoutSeconds(java.lang.Integer timeoutSeconds)
timeoutSeconds - The timeoutSecondspublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.