SingleEdgeResponse class

Probing results for a single edge device.

Constructors

SingleEdgeResponse.new({EdgeLocation? destinationEgressLocation, String? destinationRouter, LatencyDistribution? probingLatency, String? result, int? sentProbeCount, int? successfulProbeCount})
SingleEdgeResponse.fromJson(Map json_)

Properties

destinationEgressLocation EdgeLocation?
The EdgeLocation from which a packet, destined to the internet, will egress the Google network.
getter/setter pair
destinationRouter String?
Router name in the format '{router}.{metroshard}'.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
probingLatency LatencyDistribution?
Latency as measured by active probing in one direction: from the source to the destination endpoint.
getter/setter pair
result String?
The overall result of active probing for this egress device. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentProbeCount int?
Number of probes sent.
getter/setter pair
successfulProbeCount int?
Number of probes that reached the destination.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited