public interface V1ProbeFluent<A extends V1ProbeFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ProbeFluent.ExecNested<N> |
static interface |
V1ProbeFluent.HttpGetNested<N> |
static interface |
V1ProbeFluent.TcpSocketNested<N> |
@Deprecated V1ExecAction getExec()
V1ExecAction buildExec()
A withExec(V1ExecAction exec)
Boolean hasExec()
V1ProbeFluent.ExecNested<A> withNewExec()
V1ProbeFluent.ExecNested<A> withNewExecLike(V1ExecAction item)
V1ProbeFluent.ExecNested<A> editExec()
V1ProbeFluent.ExecNested<A> editOrNewExec()
V1ProbeFluent.ExecNested<A> editOrNewExecLike(V1ExecAction item)
Integer getFailureThreshold()
Boolean hasFailureThreshold()
@Deprecated V1HTTPGetAction getHttpGet()
V1HTTPGetAction buildHttpGet()
A withHttpGet(V1HTTPGetAction httpGet)
Boolean hasHttpGet()
V1ProbeFluent.HttpGetNested<A> withNewHttpGet()
V1ProbeFluent.HttpGetNested<A> withNewHttpGetLike(V1HTTPGetAction item)
V1ProbeFluent.HttpGetNested<A> editHttpGet()
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(V1HTTPGetAction item)
Integer getInitialDelaySeconds()
Boolean hasInitialDelaySeconds()
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
Integer getSuccessThreshold()
Boolean hasSuccessThreshold()
@Deprecated V1TCPSocketAction getTcpSocket()
V1TCPSocketAction buildTcpSocket()
A withTcpSocket(V1TCPSocketAction tcpSocket)
Boolean hasTcpSocket()
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(V1TCPSocketAction item)
V1ProbeFluent.TcpSocketNested<A> editTcpSocket()
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(V1TCPSocketAction item)
Integer getTimeoutSeconds()
Boolean hasTimeoutSeconds()
Copyright © 2020. All rights reserved.