ReachabilityDetails class

Results of the configuration analysis from the last run of the test.

Constructors

ReachabilityDetails({Status? error, String? result, List<Trace>? traces, String? verifyTime})
ReachabilityDetails.fromJson(Map json_)

Properties

error Status?
The details of a failure or a cancellation of reachability analysis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
result String?
The overall result of the test's configuration analysis. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traces List<Trace>?
Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
getter/setter pair
verifyTime String?
The time of the configuration analysis.
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