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 client library."],["The latest version of the API is 3.6.0, while this page is currently displaying version 2.4.0, one of the many previous releases available."],["The `GetInterconnectLocationRequest` class is used to request information about a specific interconnect location and inherits from multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetInterconnectLocationRequest` class has two properties, `InterconnectLocation` and `Project`, both of which are strings, and represent the interconnect location's name and the project ID respectively."],["There are two constructors available, the default one, and one that takes another GetInterconnectLocationRequest as an argument."]]],[]]