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-31 UTC."],[[["This webpage provides reference documentation for the `GetInstanceRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version of this API is 3.6.0, and the documentation also lists and links to previous versions, ranging from 1.0.0 to 3.5.0, allowing users to view the history of the `GetInstanceRequest` API."],["The `GetInstanceRequest` class is used to make a request to retrieve details about a specific Compute Engine instance and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class has three main properties: `Instance` (the instance name), `Project` (the project ID), and `Zone` (the zone name) which are all strings."]]],[]]