Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.errorCategory(PingProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.