Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.ProbeRepresentationBuilder
-
Uses of ProbeRepresentation.ProbeRepresentationBuilder in com.cumulocity.rest.representation.application.microservice
Modifier and TypeMethodDescriptionProbeRepresentation.builder()
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)