public sealed class GetMachineTypeRequest : IMessage<GetMachineTypeRequest>, IEquatable<GetMachineTypeRequest>, IDeepCloneable<GetMachineTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetMachineTypeRequest.
A request message for MachineTypes.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 `GetMachineTypeRequest` class is used to request information about a specific machine type in the Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly, with its documentation covering versions from 1.0.0 up to the current latest version, 3.6.0."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, meaning it can be cloned, checked for equality, and used for efficient message handling."],["The class provides constructors to create a new request or copy an existing one, and it contains properties to specify the machine type name, project ID, and zone for the request."],["This document provides reference documentation for `GetMachineTypeRequest` including version history, inheritance, implemented members, namespace, assembly, constructors, and properties."]]],[]]