Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and Description |
---|---|
TcpConnection |
TcpConnection.Builder.build() |
TcpConnection |
HttpProbeResultSummary.getConnection() |
Modifier and Type | Method and Description |
---|---|
HttpProbeResultSummary.Builder |
HttpProbeResultSummary.Builder.connection(TcpConnection connection) |
TcpConnection.Builder |
TcpConnection.Builder.copy(TcpConnection model) |
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.