Probing Details Response
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
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard