public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceRequest.
A request message for Instances.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 documentation for the `GetInstanceRequest` class within the Google Compute Engine v1 API for .NET, with the latest version being 3.6.0, and showing the current version as 2.6.0."],["The `GetInstanceRequest` class is used to request details about a specific instance in Compute Engine, as detailed in the method description, and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class and is part of the `Google.Cloud.Compute.V1` namespace, residing in the `Google.Cloud.Compute.V1.dll` assembly."],["The `GetInstanceRequest` class has two constructors, one default and another that accepts a `GetInstanceRequest` object, along with three properties: `Instance`, `Project`, and `Zone`, which are all of type string."],["The documentation is also available for numerous other versions of this file, ranging from v1.0.0 to v3.5.0."]]],[]]