public sealed class GetInstanceTemplateRequest : IMessage<GetInstanceTemplateRequest>, IEquatable<GetInstanceTemplateRequest>, IDeepCloneable<GetInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceTemplateRequest.
A request message for InstanceTemplates.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 document provides reference documentation for the `GetInstanceTemplateRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version documented is 3.6.0, while the document itself is based on version 2.17.0, with a full list of version history provided from version 1.0.0 to version 3.6.0."],["The `GetInstanceTemplateRequest` class is a message type used for requesting instance template information, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetInstanceTemplateRequest` class has two key properties: `InstanceTemplate` which represents the name of the instance template, and `Project`, which is the project ID."],["The document outlines the constructors, inherited members, namespace, and assembly, for the `GetInstanceTemplateRequest` class."]]],[]]