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 is part of the Google Cloud Edge Network v1 API and 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 buffer operations."],["The `DiagnoseInterconnectRequest` class has two constructors, one default and another that accepts an existing `DiagnoseInterconnectRequest` object for initialization."],["The class provides two properties, `InterconnectName`, which provides a typed view of the interconnect resource name, and `Name`, a string which represents the interconnect resource name."],["Version 1.4.0 is the latest version, while older versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 are also available for reference."]]],[]]