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-03-21 UTC."],[[["This document outlines the `ReachabilityDetails` class, which is part of the Google Cloud Network Management V1 library, specifically version 2.2.0."],["The `ReachabilityDetails` class is sealed and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer management."],["Key properties of the `ReachabilityDetails` class include `Error` for failure details, `Result` for the test's overall configuration analysis, `Traces` for potential network paths, and `VerifyTime` for the analysis timestamp."],["The class has two constructors, a default constructor, and one that takes another `ReachabilityDetails` object as a parameter for creating a new instance based on an existing one."],["This documentation provides a historical overview of the `ReachabilityDetails` class with multiple versions listed, including the most recent which is version 2.13.0."]]],[]]