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 Engine v1 API, specifically for .NET developers."],["The class `GetInterconnectAttachmentRequest` is a request message used for retrieving details about an interconnect attachment, as part of the InterconnectAttachments.Get method."],["The documentation covers version 3.0.0, and includes links to other versions of the API, from 1.0.0 to 3.6.0, with 3.6.0 being the latest version."],["The `GetInterconnectAttachmentRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling and deep cloning."],["The class has properties such as `InterconnectAttachment`, `Project`, and `Region`, allowing for specifying the target interconnect attachment, project ID, and region in the API request."]]],[]]