Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and Description |
---|---|
static HttpProbeResultSummary.ErrorCategory |
HttpProbeResultSummary.ErrorCategory.create(String key) |
HttpProbeResultSummary.ErrorCategory |
HttpProbeResultSummary.getErrorCategory()
The category of error if an error occurs executing the probe.
|
static HttpProbeResultSummary.ErrorCategory |
HttpProbeResultSummary.ErrorCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpProbeResultSummary.ErrorCategory[] |
HttpProbeResultSummary.ErrorCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.errorCategory(HttpProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.
|
Constructor and Description |
---|
HttpProbeResultSummary(String key,
String probeConfigurationId,
Double startTime,
String target,
String vantagePointName,
Boolean isTimedOut,
Boolean isHealthy,
HttpProbeResultSummary.ErrorCategory errorCategory,
String errorMessage,
HttpProbeProtocol protocol,
TcpConnection connection,
DNS dns,
Integer statusCode,
Double domainLookupStart,
Double domainLookupEnd,
Double connectStart,
Double secureConnectionStart,
Double connectEnd,
Double fetchStart,
Double requestStart,
Double responseStart,
Double responseEnd,
Double duration,
Integer encodedBodySize)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.