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, with the latest version being 3.6.0 and a history of versions back to 1.0.0."],["The `GetInterconnectAttachmentRequest` class is a request message for the `InterconnectAttachments.Get` method, designed to fetch information about a specific interconnect attachment."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `GetInterconnectAttachmentRequest` class include `InterconnectAttachment`, `Project`, and `Region`, which are all of type `string` and are used to specify the attachment, project, and region for the request."],["There are two constructors available: one default and another that takes an existing `GetInterconnectAttachmentRequest` instance for creating a copy."]]],[]]