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."],[[["The documentation covers the `GetInterconnectRequest` class within the Google.Cloud.Compute.V1 API, detailing its purpose for requesting information about interconnects."],["The `GetInterconnectRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` type, which has its own inherited members such as `GetHashCode`, `GetType` and `ToString`."],["The documentation includes a list of available versions, ranging from the latest version `3.6.0` down to `1.0.0`, with version `2.16.0` being the version in context."],["The `GetInterconnectRequest` class contains two properties: `Interconnect`, to specify the name of the interconnect to look up, and `Project`, to specify the ID of the relevant project."]]],[]]