public sealed class GetInterconnectAttachmentRequest : IMessage<GetInterconnectAttachmentRequest>, IEquatable<GetInterconnectAttachmentRequest>, IDeepCloneable<GetInterconnectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectAttachmentRequest.
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 provides documentation for the `GetInterconnectAttachmentRequest` class within the Google.Cloud.Compute.V1 API, specifically version 2.4.0."],["The `GetInterconnectAttachmentRequest` class is used to request details about a specific interconnect attachment, as outlined in the method description."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["Key properties of `GetInterconnectAttachmentRequest` include `InterconnectAttachment` (name of the attachment), `Project` (project ID), and `Region` (region name)."],["The page lists various versions of the API documentation, ranging from the latest (3.6.0) to older versions going all the way back to 1.0.0."]]],[]]