Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and Description |
---|---|
static PingProbeResultSummary.Builder |
PingProbeResultSummary.builder()
Create a new builder.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.connection(Connection connection) |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.copy(PingProbeResultSummary model) |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.dns(DNS dns) |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.domainLookupEnd(Double domainLookupEnd)
The time immediately before the vantage point finishes the domain name lookup for the
resource.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.domainLookupStart(Double domainLookupStart)
The time immediately before the vantage point starts the domain name lookup for the
resource.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.errorCategory(PingProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.errorMessage(String errorMessage)
The error information indicating why a probe execution failed.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.icmpCode(Integer icmpCode)
The ICMP code of the response message.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.isHealthy(Boolean isHealthy)
True if the probe result is determined to be healthy based on probe type-specific
criteria.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.isTimedOut(Boolean isTimedOut)
True if the probe did not complete before the configured
timeoutInSeconds value. |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.key(String key)
A value identifying this specific probe result.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.latencyInMs(Double latencyInMs)
The latency of the probe execution, in milliseconds.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.probeConfigurationId(String probeConfigurationId)
The OCID of the monitor or on-demand probe responsible for creating this result.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.protocol(PingProbeProtocol protocol) |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.startTime(Double startTime)
The date and time the probe was executed, expressed in milliseconds since the POSIX
epoch.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.target(String target)
The target hostname or IP address of the probe.
|
PingProbeResultSummary.Builder |
PingProbeResultSummary.toBuilder() |
PingProbeResultSummary.Builder |
PingProbeResultSummary.Builder.vantagePointName(String vantagePointName)
The name of the vantage point that executed the probe.
|
Copyright © 2016–2024. All rights reserved.