public sealed class GetDiagnosticsInterconnectRequest : IMessage<GetDiagnosticsInterconnectRequest>, IEquatable<GetDiagnosticsInterconnectRequest>, IDeepCloneable<GetDiagnosticsInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetDiagnosticsInterconnectRequest.
A request message for Interconnects.GetDiagnostics. See the method description for details.
[[["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-09 UTC."],[[["The `GetDiagnosticsInterconnectRequest` class is used for requesting diagnostics on interconnects within the Compute Engine v1 API."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, accessible through versioned links to the documentation."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within Google Cloud's .NET environment."],["The class includes constructors for creating instances and properties like `Interconnect` and `Project` for specifying the target resource and project."],["The documentation provides details on the class's inheritance from the `object` class, its members, and its namespace, which is `Google.Cloud.Compute.V1`."]]],[]]