public sealed class ReachabilityDetails : IMessage<ReachabilityDetails>, IEquatable<ReachabilityDetails>, IDeepCloneable<ReachabilityDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class ReachabilityDetails.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eReachabilityDetails\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.NetworkManagement.V1\u003c/code\u003e namespace represents the results of a network reachability test, providing details about the configuration analysis.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReachabilityDetails\u003c/code\u003e class has properties like \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eResult\u003c/code\u003e, \u003ccode\u003eTraces\u003c/code\u003e, and \u003ccode\u003eVerifyTime\u003c/code\u003e, which provide information on the test outcome, including potential errors, overall results, network traces, and the analysis timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReachabilityDetails\u003c/code\u003e class has different versions, with version \u003ccode\u003e2.13.0\u003c/code\u003e being the latest, and older versions like \u003ccode\u003e2.12.0\u003c/code\u003e, \u003ccode\u003e2.11.0\u003c/code\u003e... all the way to \u003ccode\u003e1.0.0\u003c/code\u003e, are available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReachabilityDetails\u003c/code\u003e class can be instantiated using the public default constructor \u003ccode\u003eReachabilityDetails()\u003c/code\u003e or with another \u003ccode\u003eReachabilityDetails\u003c/code\u003e object via the public constructor \u003ccode\u003eReachabilityDetails(ReachabilityDetails other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Network Management v1 API - Class ReachabilityDetails (2.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.15.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.14.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.14.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.13.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.13.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.12.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.12.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.11.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.10.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.9.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.8.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.7.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.6.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.5.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.4.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.3.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.2.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.1.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/2.0.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/1.1.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/1.0.0/Google.Cloud.NetworkManagement.V1.ReachabilityDetails) \n\n public sealed class ReachabilityDetails : IMessage\u003cReachabilityDetails\u003e, IEquatable\u003cReachabilityDetails\u003e, IDeepCloneable\u003cReachabilityDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Management v1 API class ReachabilityDetails.\n\nResults of the configuration analysis from the last run of the test. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ReachabilityDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ReachabilityDetails](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest/Google.Cloud.NetworkManagement.V1.ReachabilityDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ReachabilityDetails](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest/Google.Cloud.NetworkManagement.V1.ReachabilityDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ReachabilityDetails](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest/Google.Cloud.NetworkManagement.V1.ReachabilityDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkManagement.V1](/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest/Google.Cloud.NetworkManagement.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkManagement.V1.dll\n\nConstructors\n------------\n\n### ReachabilityDetails()\n\n public ReachabilityDetails()\n\n### ReachabilityDetails(ReachabilityDetails)\n\n public ReachabilityDetails(ReachabilityDetails other)\n\nProperties\n----------\n\n### Error\n\n public Status Error { get; set; }\n\nThe details of a failure or a cancellation of reachability analysis.\n\n### Result\n\n public ReachabilityDetails.Types.Result Result { get; set; }\n\nThe overall result of the test's configuration analysis.\n\n### Traces\n\n public RepeatedField\u003cTrace\u003e Traces { get; }\n\nResult may contain a list of traces if a test has multiple possible\npaths in the network, such as when destination endpoint is a load balancer\nwith multiple backends.\n\n### VerifyTime\n\n public Timestamp VerifyTime { get; set; }\n\nThe time of the configuration analysis."]]