ReachabilityDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Results of the configuration analysis from the last run of the test.
Attributes | |
---|---|
Name | Description |
result |
google.cloud.network_management_v1.types.ReachabilityDetails.Result
The overall result of the test's configuration analysis. |
verify_time |
google.protobuf.timestamp_pb2.Timestamp
The time of the configuration analysis. |
error |
google.rpc.status_pb2.Status
The details of a failure or a cancellation of reachability analysis. |
traces |
MutableSequence[google.cloud.network_management_v1.types.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. |
Classes
Result
Result(value)
The overall result of the test's configuration analysis.