ProbingDetailsResponse

data class ProbingDetailsResponse(val abortCause: String, val destinationEgressLocation: EdgeLocationResponse, val endpointInfo: EndpointInfoResponse, val error: StatusResponse, val probingLatency: LatencyDistributionResponse, val result: String, val sentProbeCount: Int, val successfulProbeCount: Int, val verifyTime: String)

Results of active probing from the last run of the test.

Constructors

Link copied to clipboard
fun ProbingDetailsResponse(abortCause: String, destinationEgressLocation: EdgeLocationResponse, endpointInfo: EndpointInfoResponse, error: StatusResponse, probingLatency: LatencyDistributionResponse, result: String, sentProbeCount: Int, successfulProbeCount: Int, verifyTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reason probing was aborted.

Link copied to clipboard

The EdgeLocation from which a packet destined for/originating from the internet will egress/ingress the Google network. This will only be populated for a connectivity test which has an internet destination/source address. The absence of this field must not be used as an indication that the destination/source is part of the Google network.

Link copied to clipboard

The source and destination endpoints derived from the test input and used for active probing.

Link copied to clipboard

Details about an internal failure or the cancellation of active probing.

Link copied to clipboard

Latency as measured by active probing in one direction: from the source to the destination endpoint.

Link copied to clipboard

The overall result of active probing.

Link copied to clipboard

Number of probes sent.

Link copied to clipboard

Number of probes that reached the destination.

Link copied to clipboard

The time that reachability was assessed through active probing.