Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and Description |
---|---|
static HttpProbeResultSummary.Builder |
HttpProbeResultSummary.builder()
Create a new builder.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.connectEnd(Double connectEnd)
The time immediately after the vantage point finishes establishing the connection
to the server to retrieve the resource.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.connection(TcpConnection connection) |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.connectStart(Double connectStart)
The time immediately before the vantage point starts establishing the connection
to the server to retrieve the resource.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.copy(HttpProbeResultSummary o) |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.dns(DNS dns) |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.domainLookupEnd(Double domainLookupEnd)
The time immediately before the vantage point finishes the domain name lookup for
the resource.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.domainLookupStart(Double domainLookupStart)
The time immediately before the vantage point starts the domain name lookup for
the resource.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.duration(Double duration)
The total duration from start of request until response is fully consumed or the
connection is closed.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.encodedBodySize(Integer encodedBodySize)
The size, in octets, of the payload body prior to removing any applied
content-codings.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.errorCategory(HttpProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.errorMessage(String errorMessage)
The error information indicating why a probe execution failed.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.fetchStart(Double fetchStart)
The time immediately before the vantage point starts to fetch the resource.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.isHealthy(Boolean isHealthy)
True if the probe result is determined to be healthy based on probe
type-specific criteria.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.isTimedOut(Boolean isTimedOut)
True if the probe did not complete before the configured
timeoutInSeconds value. |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.key(String key)
A value identifying this specific probe result.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.probeConfigurationId(String probeConfigurationId)
The OCID of the monitor or on-demand probe responsible for creating this result.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.protocol(HttpProbeProtocol protocol) |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.requestStart(Double requestStart)
The time immediately before the vantage point starts requesting the resource from
the server.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.responseEnd(Double responseEnd)
The time immediately after the vantage point receives the last byte of the response
or immediately before the transport connection is closed, whichever comes first.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.responseStart(Double responseStart)
The time immediately after the vantage point’s HTTP parser receives the first byte
of the response.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.secureConnectionStart(Double secureConnectionStart)
The time immediately before the vantage point starts the handshake process to
secure the current connection.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.startTime(Double startTime)
The date and time the probe was executed, expressed in milliseconds since the
POSIX epoch.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.statusCode(Integer statusCode)
The HTTP response status code.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.target(String target)
The target hostname or IP address of the probe.
|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.toBuilder() |
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.vantagePointName(String vantagePointName)
The name of the vantage point that executed the probe.
|
Copyright © 2016–2022. All rights reserved.