Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HTTPGetActionRepresentation
-
Uses of ProbeRepresentation.HTTPGetActionRepresentation in com.cumulocity.rest.representation.application.microservice
Modifier and TypeMethodDescriptionProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder.build()
ProbeRepresentation.getHttpGet()
Modifier and TypeMethodDescriptionProbeRepresentation.ProbeRepresentationBuilder.httpGet
(ProbeRepresentation.HTTPGetActionRepresentation httpGet) void
ProbeRepresentation.setHttpGet
(ProbeRepresentation.HTTPGetActionRepresentation httpGet) ModifierConstructorDescriptionProbeRepresentation
(ProbeRepresentation.ExecActionRepresentation exec, ProbeRepresentation.TCPSocketActionRepresentation tcpSocket, ProbeRepresentation.HTTPGetActionRepresentation httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, Integer timeoutSeconds, Integer failureThreshold)