public sealed class GetInterconnectAttachmentRequest : IMessage<GetInterconnectAttachmentRequest>, IEquatable<GetInterconnectAttachmentRequest>, IDeepCloneable<GetInterconnectAttachmentRequest>, IBufferMessage, IMessage
A request message for InterconnectAttachments.Get. 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 `GetInterconnectAttachmentRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting a list of versions from 1.0.0 to the latest 3.6.0."],["The `GetInterconnectAttachmentRequest` class is a request message for retrieving information about Interconnect Attachments, and it implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties like `InterconnectAttachment`, `Project`, and `Region`, which are all of string type and serve to specify the interconnect attachment, project ID, and region for the request, respectively."],["The documentation provides information about the constructors, including the default constructor and one that takes another `GetInterconnectAttachmentRequest` object as a parameter, along with inherited members from `Object` and `IMessage`."],["The webpage is an assembly for Google.Cloud.Compute.V1.dll that gives the description and details of `GetInterconnectAttachmentRequest` for each previous version, which is a request message for InterconnectAttachments.Get."]]],[]]