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-21 UTC."],[[["This webpage provides reference documentation for the `GetInterconnectRequest` class within the Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with a list of other previous versions ranging back to 1.0.0 provided."],["The `GetInterconnectRequest` class is used to request details about a specific interconnect, and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, one default and another that copies an existing `GetInterconnectRequest` object, and it contains two properties, `Interconnect` and `Project`, to specify the target interconnect and project, respectively."]]],[]]