Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.ProbeRepresentationBuilder
Packages that use ProbeRepresentation.ProbeRepresentationBuilder
- 
Uses of ProbeRepresentation.ProbeRepresentationBuilder in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.ProbeRepresentationBuilderModifier 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)