public sealed class DiagnoseInterconnectRequest : IMessage<DiagnoseInterconnectRequest>, IEquatable<DiagnoseInterconnectRequest>, IDeepCloneable<DiagnoseInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseInterconnectRequest.
Message for requesting the diagnostics of an interconnect within a specific
zone.
[[["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."],[[["The `DiagnoseInterconnectRequest` class, part of the Google Cloud Edge Network v1 API, is used to request diagnostics for an interconnect within a specified zone."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffered message support."],["The `DiagnoseInterconnectRequest` class is derived from the base `object` class and includes properties for `InterconnectName` (a typed view) and `Name` (a string), which is a required field specifying the interconnect resource name."],["The most recent version of this API documentation available is 1.4.0, with the content available down to version 1.0.0."]]],[]]