public sealed class GetInterconnectLocationRequest : IMessage<GetInterconnectLocationRequest>, IEquatable<GetInterconnectLocationRequest>, IDeepCloneable<GetInterconnectLocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectLocationRequest.
A request message for InterconnectLocations.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-21 UTC."],[[["This webpage provides reference documentation for the `GetInterconnectLocationRequest` class within the Compute Engine v1 API, specifically for the .NET framework."],["The class `GetInterconnectLocationRequest` is a request message used for retrieving details about an interconnect location, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInterconnectLocationRequest` class contains two primary properties, `InterconnectLocation` and `Project`, used to specify the name of the interconnect location and the project ID, respectively."],["The page lists multiple versions of the `GetInterconnectLocationRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing developers to access the documentation for different releases."],["The class has two constructors, one with no parameters and the other, taking in a GetInterconnectLocationRequest object."]]],[]]