public sealed class GetInterconnectRequest : IMessage<GetInterconnectRequest>, IEquatable<GetInterconnectRequest>, IDeepCloneable<GetInterconnectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInterconnectRequest.
A request message for Interconnects.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-31 UTC."],[[["This page provides documentation for the `GetInterconnectRequest` class within the Google Compute Engine v1 API for .NET."],["The `GetInterconnectRequest` class is a request message used for retrieving information about a specific interconnect and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInterconnectRequest` class has two constructors, a default constructor and a copy constructor that accepts another `GetInterconnectRequest` object."],["Key properties of `GetInterconnectRequest` include `Interconnect` (the name of the interconnect) and `Project` (the project ID)."],["This documentation page also includes links to documentation for previous versions of the library, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]