Uses of Class
com.oracle.bmc.healthchecks.model.PingProbeResultSummary.ErrorCategory
-
Packages that use PingProbeResultSummary.ErrorCategory Package Description com.oracle.bmc.healthchecks.model -
-
Uses of PingProbeResultSummary.ErrorCategory in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return PingProbeResultSummary.ErrorCategory Modifier and Type Method Description static PingProbeResultSummary.ErrorCategory
PingProbeResultSummary.ErrorCategory. create(String key)
PingProbeResultSummary.ErrorCategory
PingProbeResultSummary. getErrorCategory()
The category of error if an error occurs executing the probe.static PingProbeResultSummary.ErrorCategory
PingProbeResultSummary.ErrorCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static PingProbeResultSummary.ErrorCategory[]
PingProbeResultSummary.ErrorCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.healthchecks.model with parameters of type PingProbeResultSummary.ErrorCategory Modifier and Type Method Description PingProbeResultSummary.Builder
PingProbeResultSummary.Builder. errorCategory(PingProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.Constructors in com.oracle.bmc.healthchecks.model with parameters of type PingProbeResultSummary.ErrorCategory 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.
-