public sealed class GetInterconnectRemoteLocationRequest : IMessage<GetInterconnectRemoteLocationRequest>, IEquatable<GetInterconnectRemoteLocationRequest>, IDeepCloneable<GetInterconnectRemoteLocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectRemoteLocationRequest.
A request message for InterconnectRemoteLocations.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 `GetInterconnectRemoteLocationRequest` class in the Google Compute Engine v1 API, specifically within the .NET environment, with the latest version being 3.6.0 and going down to 1.0.0."],["The `GetInterconnectRemoteLocationRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to request details about an interconnect remote location, having a list of versions, from 3.6.0 to 1.0.0 available for reference."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from `object`."],["The class includes properties `InterconnectRemoteLocation` and `Project`, both of type string, which represent the name of the remote location and the project ID for the request respectively."],["The document provides constructor details for `GetInterconnectRemoteLocationRequest()`, both default and other, that allows passing another object of the same type."]]],[]]