Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.TCPSocketActionRepresentation
-
Packages that use ProbeRepresentation.TCPSocketActionRepresentation Package Description com.cumulocity.rest.representation.application.microservice -
-
Uses of ProbeRepresentation.TCPSocketActionRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.TCPSocketActionRepresentation Modifier and Type Method Description ProbeRepresentation.TCPSocketActionRepresentationProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder. build()ProbeRepresentation.TCPSocketActionRepresentationProbeRepresentation. getTcpSocket()Methods in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.TCPSocketActionRepresentation Modifier and Type Method Description voidProbeRepresentation. setTcpSocket(ProbeRepresentation.TCPSocketActionRepresentation tcpSocket)ProbeRepresentation.ProbeRepresentationBuilderProbeRepresentation.ProbeRepresentationBuilder. tcpSocket(ProbeRepresentation.TCPSocketActionRepresentation tcpSocket)Constructors in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.TCPSocketActionRepresentation Constructor Description ProbeRepresentation(ProbeRepresentation.ExecActionRepresentation exec, ProbeRepresentation.TCPSocketActionRepresentation tcpSocket, ProbeRepresentation.HTTPGetActionRepresentation httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, Integer timeoutSeconds, Integer failureThreshold)
-