public static class ProbeRepresentation.ProbeRepresentationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProbeRepresentation |
build() |
ProbeRepresentation.ProbeRepresentationBuilder |
exec(ProbeRepresentation.ExecActionRepresentation exec) |
ProbeRepresentation.ProbeRepresentationBuilder |
failureThreshold(Integer failureThreshold) |
ProbeRepresentation.ProbeRepresentationBuilder |
httpGet(ProbeRepresentation.HTTPGetActionRepresentation httpGet) |
ProbeRepresentation.ProbeRepresentationBuilder |
initialDelaySeconds(Integer initialDelaySeconds) |
ProbeRepresentation.ProbeRepresentationBuilder |
periodSeconds(Integer periodSeconds) |
ProbeRepresentation.ProbeRepresentationBuilder |
successThreshold(Integer successThreshold) |
ProbeRepresentation.ProbeRepresentationBuilder |
tcpSocket(ProbeRepresentation.TCPSocketActionRepresentation tcpSocket) |
ProbeRepresentation.ProbeRepresentationBuilder |
timeoutSeconds(Integer timeoutSeconds) |
String |
toString() |
public ProbeRepresentation.ProbeRepresentationBuilder exec(ProbeRepresentation.ExecActionRepresentation exec)
public ProbeRepresentation.ProbeRepresentationBuilder tcpSocket(ProbeRepresentation.TCPSocketActionRepresentation tcpSocket)
public ProbeRepresentation.ProbeRepresentationBuilder httpGet(ProbeRepresentation.HTTPGetActionRepresentation httpGet)
public ProbeRepresentation.ProbeRepresentationBuilder initialDelaySeconds(Integer initialDelaySeconds)
public ProbeRepresentation.ProbeRepresentationBuilder periodSeconds(Integer periodSeconds)
public ProbeRepresentation.ProbeRepresentationBuilder successThreshold(Integer successThreshold)
public ProbeRepresentation.ProbeRepresentationBuilder timeoutSeconds(Integer timeoutSeconds)
public ProbeRepresentation.ProbeRepresentationBuilder failureThreshold(Integer failureThreshold)
public ProbeRepresentation build()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.