public class V1ProbeFluentImpl<A extends V1ProbeFluent<A>> extends BaseFluent<A> implements V1ProbeFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1ProbeFluentImpl.ExecNestedImpl<N> |
class |
V1ProbeFluentImpl.HttpGetNestedImpl<N> |
class |
V1ProbeFluentImpl.TcpSocketNestedImpl<N> |
V1ProbeFluent.ExecNested<N>, V1ProbeFluent.HttpGetNested<N>, V1ProbeFluent.TcpSocketNested<N>
_visitables
Constructor and Description |
---|
V1ProbeFluentImpl() |
V1ProbeFluentImpl(V1Probe instance) |
public V1ProbeFluentImpl()
public V1ProbeFluentImpl(V1Probe instance)
@Deprecated public V1ExecAction getExec()
getExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ExecAction buildExec()
buildExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withExec(V1ExecAction exec)
withExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasExec()
hasExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.ExecNested<A> withNewExec()
withNewExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.ExecNested<A> withNewExecLike(V1ExecAction item)
withNewExecLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.ExecNested<A> editExec()
editExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.ExecNested<A> editOrNewExec()
editOrNewExec
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.ExecNested<A> editOrNewExecLike(V1ExecAction item)
editOrNewExecLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Integer getFailureThreshold()
getFailureThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withFailureThreshold(Integer failureThreshold)
withFailureThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasFailureThreshold()
hasFailureThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
@Deprecated public V1HTTPGetAction getHttpGet()
getHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1HTTPGetAction buildHttpGet()
buildHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withHttpGet(V1HTTPGetAction httpGet)
withHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasHttpGet()
hasHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.HttpGetNested<A> withNewHttpGetLike(V1HTTPGetAction item)
withNewHttpGetLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.HttpGetNested<A> editHttpGet()
editHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(V1HTTPGetAction item)
editOrNewHttpGetLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Integer getInitialDelaySeconds()
getInitialDelaySeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withInitialDelaySeconds(Integer initialDelaySeconds)
withInitialDelaySeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasInitialDelaySeconds()
hasInitialDelaySeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Integer getPeriodSeconds()
getPeriodSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasPeriodSeconds()
hasPeriodSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Integer getSuccessThreshold()
getSuccessThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withSuccessThreshold(Integer successThreshold)
withSuccessThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasSuccessThreshold()
hasSuccessThreshold
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
@Deprecated public V1TCPSocketAction getTcpSocket()
getTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1TCPSocketAction buildTcpSocket()
buildTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withTcpSocket(V1TCPSocketAction tcpSocket)
withTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasTcpSocket()
hasTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(V1TCPSocketAction item)
withNewTcpSocketLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(V1TCPSocketAction item)
editOrNewTcpSocketLike
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Integer getTimeoutSeconds()
getTimeoutSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
public Boolean hasTimeoutSeconds()
hasTimeoutSeconds
in interface V1ProbeFluent<A extends V1ProbeFluent<A>>
Copyright © 2021. All rights reserved.