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, utilized for retrieving information about a specific interconnect attachment."],["The latest version available for the GetInterconnectAttachmentRequest is 3.6.0, although versions from 1.0.0 up until 3.6.0 are also listed and linked to their individual documentations."],["The `GetInterconnectAttachmentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with details on inherited members provided."],["Key properties of `GetInterconnectAttachmentRequest` include `InterconnectAttachment`, `Project`, and `Region`, all of which are string types and crucial for specifying the target interconnect attachment in a request."],["The `GetInterconnectAttachmentRequest` has two constructors, a default one and another that accepts a `GetInterconnectAttachmentRequest` object to populate the new object from."]]],[]]