public sealed class GetDiagnosticsInterconnectRequest : IMessage<GetDiagnosticsInterconnectRequest>, IEquatable<GetDiagnosticsInterconnectRequest>, IDeepCloneable<GetDiagnosticsInterconnectRequest>, IBufferMessage, IMessage
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-03-24 UTC."],[[["This webpage details the `GetDiagnosticsInterconnectRequest` class, which is used for requesting diagnostics on interconnects within the Google Cloud Compute API."],["The latest version of the Google.Cloud.Compute.V1 API for this specific request is 3.6.0, with several prior versions available, dating back to 1.0.0."],["The `GetDiagnosticsInterconnectRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetDiagnosticsInterconnectRequest` class include `Interconnect` (the interconnect resource name) and `Project` (the ID of the relevant project)."],["There are two constructors available to create an instance of `GetDiagnosticsInterconnectRequest`, one default and another accepting another instance of `GetDiagnosticsInterconnectRequest` to copy from."]]],[]]