public sealed class ReachabilityDetails : IMessage<ReachabilityDetails>, IEquatable<ReachabilityDetails>, IDeepCloneable<ReachabilityDetails>, IBufferMessage, IMessage
Results of the configuration analysis from the last run of the test.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-14 UTC."],[[["The latest version available for `ReachabilityDetails` in the `Google.Cloud.NetworkManagement.V1` namespace is 2.13.0, with several previous versions ranging from 2.12.0 down to 1.0.0 also listed."],["`ReachabilityDetails` is a class representing the results of a network configuration analysis test, and it inherits from `Object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ReachabilityDetails` has two constructors, one default and one that accepts another `ReachabilityDetails` object as a parameter to duplicate it, and has properties that provide details such as errors, results, traces, and verification time."],["The class `ReachabilityDetails` is found within the `Google.Cloud.NetworkManagement.V1` namespace and is contained within the `Google.Cloud.NetworkManagement.V1.dll` assembly."],["The `Traces` property provides insight into multiple network paths, which are applicable when the destination is a load balancer that has several backends."]]],[]]