Uses of Class
com.oracle.bmc.healthchecks.model.Connection
-
Packages that use Connection Package Description com.oracle.bmc.healthchecks.model -
-
Uses of Connection in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return Connection Modifier and Type Method Description Connection
Connection.Builder. build()
Connection
PingProbeResultSummary. getConnection()
Methods in com.oracle.bmc.healthchecks.model with parameters of type Connection Modifier and Type Method Description PingProbeResultSummary.Builder
PingProbeResultSummary.Builder. connection(Connection connection)
Connection.Builder
Connection.Builder. copy(Connection model)
Constructors in com.oracle.bmc.healthchecks.model with parameters of type Connection Constructor Description PingProbeResultSummary(String key, String probeConfigurationId, Double startTime, String target, String vantagePointName, Boolean isTimedOut, Boolean isHealthy, PingProbeResultSummary.ErrorCategory errorCategory, String errorMessage, PingProbeProtocol protocol, Connection connection, DNS dns, Double domainLookupStart, Double domainLookupEnd, Double latencyInMs, Integer icmpCode)
Deprecated.
-